Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <geert+renesas@glider.be>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Geert Uytterhoeven and committed by
Thomas Bogendoerfer
2398902f 4c303ad1

+2 -2
+1 -1
arch/mips/boot/dts/ingenic/gcw0.dts
··· 91 91 "MIC1N", "Built-in Mic"; 92 92 simple-audio-card,pin-switches = "Speaker", "Headphones"; 93 93 94 - simple-audio-card,hp-det-gpio = <&gpf 21 GPIO_ACTIVE_LOW>; 94 + simple-audio-card,hp-det-gpios = <&gpf 21 GPIO_ACTIVE_LOW>; 95 95 simple-audio-card,aux-devs = <&speaker_amp>, <&headphones_amp>; 96 96 97 97 simple-audio-card,bitclock-master = <&dai_codec>;
+1 -1
arch/mips/boot/dts/ingenic/rs90.dts
··· 148 148 "Speaker", "OUTR"; 149 149 simple-audio-card,pin-switches = "Speaker"; 150 150 151 - simple-audio-card,hp-det-gpio = <&gpd 16 GPIO_ACTIVE_LOW>; 151 + simple-audio-card,hp-det-gpios = <&gpd 16 GPIO_ACTIVE_LOW>; 152 152 simple-audio-card,aux-devs = <&amp>; 153 153 154 154 simple-audio-card,bitclock-master = <&dai_codec>;