On Wed, 19 Jul 2023 14:19:18 +0200, Francesco Dolcini wrote:
From: Francesco Dolcini francesco.dolcini@toradex.com
Convert the WM8904 audio CODEC bindings to DT schema.
Compared to the original binding #sound-dai-cells and the missing power supplies are added. The latter are all required as described in the datasheet.
Datasheet: https://statics.cirrus.com/pubs/proDatasheet/WM8904_Rev4.1.pdf Signed-off-by: Francesco Dolcini francesco.dolcini@toradex.com
.../devicetree/bindings/sound/wlf,wm8904.yaml | 74 +++++++++++++++++++ .../devicetree/bindings/sound/wm8904.txt | 33 --------- 2 files changed, 74 insertions(+), 33 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8904.yaml delete mode 100644 Documentation/devicetree/bindings/sound/wm8904.txt
Reviewed-by: Rob Herring robh@kernel.org