9 Feb
2023
9 Feb
'23
7:47 p.m.
On Wed, 08 Feb 2023 20:52:35 +0100, Krzysztof Kozlowski wrote:
Convert the Wolfson WM1811/WM8994/WM8958 audio codecs bindings to DT schema.
Changes against original binding:
- Add missing LDO1VDD-supply and LDO2VDD-supply.
- Use "gpios" suffix for wlf,ldo1ena and wlf,ldo2ena (Linux kernel's gpiolib already looks for both variants).
- Do not require AVDD1-supply and DCVDD-supply, because at least on Arndale board with Exynos5250 these are being supplied by internal LDOs.
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Changes since v1:
- Add LDO2VDD-supply.
- Do not require AVDD1-supply on WM8994.
- Move requiring of common supplies to top-level "required:".
DTS is being corrected here: https://lore.kernel.org/linux-samsung-soc/20230208172634.404452-1-krzysztof....
.../devicetree/bindings/sound/wlf,wm8994.yaml | 194 ++++++++++++++++++ .../devicetree/bindings/sound/wm8994.txt | 112 ---------- 2 files changed, 194 insertions(+), 112 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8994.yaml delete mode 100644 Documentation/devicetree/bindings/sound/wm8994.txt
Reviewed-by: Rob Herring robh@kernel.org