Commit b9ae6dde authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8450: disable by default Soundwire and VA-macro

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230102123734.478433-1-krzysztof.kozlowski@linaro.org
parent 9e8e9be6
...@@ -621,6 +621,8 @@ platform { ...@@ -621,6 +621,8 @@ platform {
}; };
&swr0 { &swr0 {
status = "okay";
left_spkr: speaker@0,1 { left_spkr: speaker@0,1 {
compatible = "sdw10217020200"; compatible = "sdw10217020200";
reg = <0 1>; reg = <0 1>;
...@@ -739,6 +741,8 @@ &vamacro { ...@@ -739,6 +741,8 @@ &vamacro {
pinctrl-names = "default"; pinctrl-names = "default";
vdd-micb-supply = <&vreg_s10b_1p8>; vdd-micb-supply = <&vreg_s10b_1p8>;
qcom,dmic-sample-rate = <600000>; qcom,dmic-sample-rate = <600000>;
status = "okay";
}; };
&tlmm { &tlmm {
......
...@@ -2152,6 +2152,7 @@ swr4: soundwire-controller@31f0000 { ...@@ -2152,6 +2152,7 @@ swr4: soundwire-controller@31f0000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
status = "disabled";
}; };
rxmacro: codec@3200000 { rxmacro: codec@3200000 {
...@@ -2198,6 +2199,7 @@ swr1: soundwire-controller@3210000 { ...@@ -2198,6 +2199,7 @@ swr1: soundwire-controller@3210000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
status = "disabled";
}; };
txmacro: codec@3220000 { txmacro: codec@3220000 {
...@@ -2265,6 +2267,7 @@ swr0: soundwire-controller@3250000 { ...@@ -2265,6 +2267,7 @@ swr0: soundwire-controller@3250000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
status = "disabled";
}; };
swr2: soundwire-controller@33b0000 { swr2: soundwire-controller@33b0000 {
...@@ -2293,6 +2296,7 @@ swr2: soundwire-controller@33b0000 { ...@@ -2293,6 +2296,7 @@ swr2: soundwire-controller@33b0000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
status = "disabled";
}; };
vamacro: codec@33f0000 { vamacro: codec@33f0000 {
...@@ -2309,6 +2313,7 @@ vamacro: codec@33f0000 { ...@@ -2309,6 +2313,7 @@ vamacro: codec@33f0000 {
#clock-cells = <0>; #clock-cells = <0>;
clock-output-names = "fsgen"; clock-output-names = "fsgen";
#sound-dai-cells = <1>; #sound-dai-cells = <1>;
status = "disabled";
}; };
remoteproc_adsp: remoteproc@30000000 { remoteproc_adsp: remoteproc@30000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment