On Fri, 17 Feb 2023 16:06:25 +0100, Krzysztof Kozlowski wrote:
Convert the Wolfson WM8960 audio codecs bindings to DT schema.
Changes against original binding:
- Document clocks and clock-names - already present in DTS and used by Linux driver.
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
One DTS warning still remains: uniphier-pxs2-gentil.dtb: wm8960@1a: Unevaluated properties are not allowed ('port@0' was unexpected)
I am not sure if this is correct usage of endpoints. I would assume the codec should be used only as DAI.
.../devicetree/bindings/sound/wlf,wm8960.yaml | 88 +++++++++++++++++++ .../devicetree/bindings/sound/wm8960.txt | 42 --------- 2 files changed, 88 insertions(+), 42 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8960.yaml delete mode 100644 Documentation/devicetree/bindings/sound/wm8960.txt
Reviewed-by: Rob Herring robh@kernel.org