arm64: dts: qcom: sm8450: disable by default Soundwire and VA-macro
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 2 Jan 2023 12:37:34 +0000 (13:37 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 2 Jan 2023 14:04:11 +0000 (08:04 -0600)
Soundwire is a bus and VA-macro requires a supply, thus both are
expected to be explicitly enabled and populated by board DTS.  The
HDK8450 already enables Soundwire devices, except swr4 which as a result
of this commit will stay disabled.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230102123734.478433-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sm8450-hdk.dts
arch/arm64/boot/dts/qcom/sm8450.dtsi

index d1b4a6d..0646555 100644 (file)
 };
 
 &swr0 {
+       status = "okay";
+
        left_spkr: speaker@0,1 {
                compatible = "sdw10217020200";
                reg = <0 1>;
        pinctrl-names = "default";
        vdd-micb-supply = <&vreg_s10b_1p8>;
        qcom,dmic-sample-rate = <600000>;
+
+       status = "okay";
 };
 
 &tlmm {
index e42c0b6..04196cc 100644 (file)
                        #address-cells = <2>;
                        #size-cells = <0>;
                        #sound-dai-cells = <1>;
+                       status = "disabled";
                };
 
                rxmacro: codec@3200000 {
                        #address-cells = <2>;
                        #size-cells = <0>;
                        #sound-dai-cells = <1>;
+                       status = "disabled";
                };
 
                txmacro: codec@3220000 {
                        #address-cells = <2>;
                        #size-cells = <0>;
                        #sound-dai-cells = <1>;
+                       status = "disabled";
                };
 
                swr2: soundwire-controller@33b0000 {
                        #address-cells = <2>;
                        #size-cells = <0>;
                        #sound-dai-cells = <1>;
+                       status = "disabled";
                };
 
                vamacro: codec@33f0000 {
                        #clock-cells = <0>;
                        clock-output-names = "fsgen";
                        #sound-dai-cells = <1>;
+                       status = "disabled";
                };
 
                remoteproc_adsp: remoteproc@30000000 {