arm64: dts: qcom: pm8916: Drop codec reg-names and mclk
authorStephan Gerhold <stephan@gerhold.net>
Tue, 18 Jul 2023 11:40:18 +0000 (13:40 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 20 Sep 2023 14:26:20 +0000 (07:26 -0700)
Drop the redundant reg-names and mclk from the PM8916 analog codec that
were removed from the DT schema. Having the mclk on the analog codec is
incorrect because only the digital codec consumes it directly.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20230718-pm8916-mclk-v1-6-4b4a58b4240a@gerhold.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/apq8016-sbc.dts
arch/arm64/boot/dts/qcom/pm8916.dtsi

index 4f5541e9be0e988d25839e70f286e1068d099f80..c4ba29a81de9109ef9ada750c3a5b00a7efc12fc 100644 (file)
 
 &pm8916_codec {
        status = "okay";
-       clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>;
-       clock-names = "mclk";
        qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
        qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
 };
index 223442f909f15de428c9f15c5234b2fe72140a0b..f4de86787743b09a319fb37813fecad598064289 100644 (file)
                pm8916_codec: audio-codec@f000 {
                        compatible = "qcom,pm8916-wcd-analog-codec";
                        reg = <0xf000>;
-                       reg-names = "pmic-codec-core";
-                       clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>;
-                       clock-names = "mclk";
                        interrupt-parent = <&spmi_bus>;
                        interrupts = <0x1 0xf0 0x0 IRQ_TYPE_NONE>,
                                     <0x1 0xf0 0x1 IRQ_TYPE_NONE>,