mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: qcom: Update soundwire secondary node names
Update soundwire secondary nodes of WSA speaker to match with dt-bindings pattern properties regular expression. This modification is required to avoid dtbs-check errors occurred with qcom,soundwire.yaml. Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com> Co-developed-by: Ratna Deepthi Kudaravalli <quic_rkudarav@quicinc.com> Signed-off-by: Ratna Deepthi Kudaravalli <quic_rkudarav@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/1667918763-32445-2-git-send-email-quic_srivasam@quicinc.com
This commit is contained in:
parent
d4d4a7c4fd
commit
bd35f4b017
|
|
@ -1007,7 +1007,7 @@ can@0 {
|
|||
};
|
||||
|
||||
&swr0 {
|
||||
left_spkr: wsa8810-left {
|
||||
left_spkr: speaker@0,3 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 3>;
|
||||
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -1016,7 +1016,7 @@ left_spkr: wsa8810-left {
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
right_spkr: wsa8810-right {
|
||||
right_spkr: speaker@0,4 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 4>;
|
||||
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_HIGH>;
|
||||
|
|
|
|||
|
|
@ -1101,7 +1101,7 @@ &wcd9340 {
|
|||
vdd-io-supply = <&vreg_s4a_1p8>;
|
||||
|
||||
swm: swm@c85 {
|
||||
left_spkr: wsa8810-left {
|
||||
left_spkr: speaker@0,1 {
|
||||
compatible = "sdw10217201000";
|
||||
reg = <0 1>;
|
||||
powerdown-gpios = <&wcdgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -1110,7 +1110,7 @@ left_spkr: wsa8810-left {
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
right_spkr: wsa8810-right {
|
||||
right_spkr: speaker@0,2 {
|
||||
compatible = "sdw10217201000";
|
||||
powerdown-gpios = <&wcdgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
reg = <0 2>;
|
||||
|
|
|
|||
|
|
@ -785,7 +785,7 @@ &wcd9340{
|
|||
qcom,mbhc-headphone-vthreshold-microvolt = <50000>;
|
||||
|
||||
swm: swm@c85 {
|
||||
left_spkr: wsa8810-left {
|
||||
left_spkr: speaker@0,3 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 3>;
|
||||
powerdown-gpios = <&wcdgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -794,7 +794,7 @@ left_spkr: wsa8810-left {
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
right_spkr: wsa8810-right {
|
||||
right_spkr: speaker@0,4 {
|
||||
compatible = "sdw10217211000";
|
||||
powerdown-gpios = <&wcdgpio 2 GPIO_ACTIVE_HIGH>;
|
||||
reg = <0 4>;
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ &wcd9340{
|
|||
qcom,mbhc-headphone-vthreshold-microvolt = <50000>;
|
||||
|
||||
swm: swm@c85 {
|
||||
left_spkr: wsa8810-left {
|
||||
left_spkr: speaker@0,3 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 3>;
|
||||
powerdown-gpios = <&wcdgpio 1 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -726,7 +726,7 @@ left_spkr: wsa8810-left {
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
right_spkr: wsa8810-right {
|
||||
right_spkr: speaker@0,4 {
|
||||
compatible = "sdw10217211000";
|
||||
powerdown-gpios = <&wcdgpio 2 GPIO_ACTIVE_HIGH>;
|
||||
reg = <0 4>;
|
||||
|
|
|
|||
|
|
@ -757,7 +757,7 @@ codec {
|
|||
};
|
||||
|
||||
&swr0 {
|
||||
left_spkr: wsa8810-right@0,3{
|
||||
left_spkr: speaker@0,3 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 3>;
|
||||
powerdown-gpios = <&tlmm 26 GPIO_ACTIVE_HIGH>;
|
||||
|
|
@ -766,7 +766,7 @@ left_spkr: wsa8810-right@0,3{
|
|||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
right_spkr: wsa8810-left@0,4{
|
||||
right_spkr: speaker@0,4 {
|
||||
compatible = "sdw10217211000";
|
||||
reg = <0 4>;
|
||||
powerdown-gpios = <&tlmm 127 GPIO_ACTIVE_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user