
On Mon, 20 Feb 2023 10:56:43 +0100, Krzysztof Kozlowski wrote:
Convert the Qualcomm WCD9335 audio codec binding to DT schema.
Changes against original binding:
- Drop "mclk2" from clocks as neither Linux driver nor DTS uses it.
- Do not require vdd-micbias-supply as several DTS do not provide it.
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Few DTS boards have incomplete WCD9335 node causing dtbs_check warnings. These are fixed here: https://lore.kernel.org/linux-arm-msm/42f7d53b-a922-760a-4be2-7498ea0d560a@l...
.../bindings/sound/qcom,wcd9335.txt | 123 -------------- .../bindings/sound/qcom,wcd9335.yaml | 156 ++++++++++++++++++ 2 files changed, 156 insertions(+), 123 deletions(-) delete mode 100644 Documentation/devicetree/bindings/sound/qcom,wcd9335.txt create mode 100644 Documentation/devicetree/bindings/sound/qcom,wcd9335.yaml
Reviewed-by: Rob Herring robh@kernel.org