mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
4c303ad139
commit
2398902f96
|
|
@ -91,7 +91,7 @@ sound {
|
||||||
"MIC1N", "Built-in Mic";
|
"MIC1N", "Built-in Mic";
|
||||||
simple-audio-card,pin-switches = "Speaker", "Headphones";
|
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,aux-devs = <&speaker_amp>, <&headphones_amp>;
|
||||||
|
|
||||||
simple-audio-card,bitclock-master = <&dai_codec>;
|
simple-audio-card,bitclock-master = <&dai_codec>;
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ sound {
|
||||||
"Speaker", "OUTR";
|
"Speaker", "OUTR";
|
||||||
simple-audio-card,pin-switches = "Speaker";
|
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 = <&>;
|
simple-audio-card,aux-devs = <&>;
|
||||||
|
|
||||||
simple-audio-card,bitclock-master = <&dai_codec>;
|
simple-audio-card,bitclock-master = <&dai_codec>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue