Skip to content

Commit 41841f1

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: qrb5165-rb5: Use proper WSA881x shutdown GPIO polarity
The WSA881x shutdown GPIO is active low (SD_N), but Linux driver assumed DTS always comes with active high. Since Linux drivers were updated to handle proper flag, correct the DTS. The change is not backwards compatible with older Linux kernel. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4ded915 commit 41841f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/qrb5165-rb5.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012
left_spkr: speaker@0,3 {
10131013
compatible = "sdw10217211000";
10141014
reg = <0 3>;
1015-
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_HIGH>;
1015+
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_LOW>;
10161016
#thermal-sensor-cells = <0>;
10171017
sound-name-prefix = "SpkrLeft";
10181018
#sound-dai-cells = <0>;
@@ -1021,7 +1021,7 @@
10211021
right_spkr: speaker@0,4 {
10221022
compatible = "sdw10217211000";
10231023
reg = <0 4>;
1024-
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_HIGH>;
1024+
powerdown-gpios = <&tlmm 130 GPIO_ACTIVE_LOW>;
10251025
#thermal-sensor-cells = <0>;
10261026
sound-name-prefix = "SpkrRight";
10271027
#sound-dai-cells = <0>;

0 commit comments

Comments
 (0)