]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mips: dts: ingenic: Switch to simple-audio-card,hp-det-gpios
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 5 Feb 2025 10:54:47 +0000 (11:54 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 21 Feb 2025 09:20:46 +0000 (10:20 +0100)
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 <geert+renesas@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/ingenic/gcw0.dts
arch/mips/boot/dts/ingenic/rs90.dts

index 5d33f26fd28c8bd8729ef0039fc3caa071b1159d..8455778928b71cee92fe3167bd8499afd88a239c 100644 (file)
@@ -91,7 +91,7 @@
                        "MIC1N", "Built-in Mic";
                simple-audio-card,pin-switches = "Speaker", "Headphones";
 
-               simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>;
+               simple-audio-card,hp-det-gpios = <&gpf 21 GPIO_ACTIVE_LOW>;
                simple-audio-card,aux-devs = <&speaker_amp>, <&headphones_amp>;
 
                simple-audio-card,bitclock-master = <&dai_codec>;
index e8df70dd42bf8e4cef2109e687ee080cc290d8a1..6d2c8aea5f499d344026d4d419a3697f2ce30c24 100644 (file)
                        "Speaker", "OUTR";
                simple-audio-card,pin-switches = "Speaker";
 
-               simple-audio-card,hp-det-gpio = <&gpd 16 GPIO_ACTIVE_LOW>;
+               simple-audio-card,hp-det-gpios = <&gpd 16 GPIO_ACTIVE_LOW>;
                simple-audio-card,aux-devs = <&amp>;
 
                simple-audio-card,bitclock-master = <&dai_codec>;