Skip to content

Commit 2398902

Browse files
geertutsbogend
authored andcommitted
mips: dts: ingenic: Switch to simple-audio-card,hp-det-gpios
Replace the deprecated "simple-audio-card,hp-det-gpio" property by "simple-audio-card,hp-det-gpios" in Simple Audio Card device nodes. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 4c303ad commit 2398902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/mips/boot/dts/ingenic/gcw0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"MIC1N", "Built-in Mic";
9292
simple-audio-card,pin-switches = "Speaker", "Headphones";
9393

94-
simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>;
94+
simple-audio-card,hp-det-gpios = <&gpf 21 GPIO_ACTIVE_LOW>;
9595
simple-audio-card,aux-devs = <&speaker_amp>, <&headphones_amp>;
9696

9797
simple-audio-card,bitclock-master = <&dai_codec>;

arch/mips/boot/dts/ingenic/rs90.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"Speaker", "OUTR";
149149
simple-audio-card,pin-switches = "Speaker";
150150

151-
simple-audio-card,hp-det-gpio = <&gpd 16 GPIO_ACTIVE_LOW>;
151+
simple-audio-card,hp-det-gpios = <&gpd 16 GPIO_ACTIVE_LOW>;
152152
simple-audio-card,aux-devs = <&amp>;
153153

154154
simple-audio-card,bitclock-master = <&dai_codec>;

0 commit comments

Comments
 (0)