mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 13:22:02 +02:00
arm64: dts: freescale: Switch to hp-det-gpios
Replace the deprecated "hp-det-gpio" property by "hp-det-gpios" in Freescale Generic ASoC Sound Card device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
395a901389
commit
3557df1434
|
|
@ -406,7 +406,7 @@ sound-wm8960 {
|
|||
model = "wm8960-audio";
|
||||
audio-cpu = <&sai1>;
|
||||
audio-codec = <&wm8960>;
|
||||
hp-det-gpio = <&lsio_gpio0 31 GPIO_ACTIVE_HIGH>;
|
||||
hp-det-gpios = <&lsio_gpio0 31 GPIO_ACTIVE_HIGH>;
|
||||
audio-routing = "Headphone Jack", "HP_L",
|
||||
"Headphone Jack", "HP_R",
|
||||
"Ext Spk", "SPK_LP",
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ sound-wm8960 {
|
|||
model = "wm8960-audio";
|
||||
audio-cpu = <&sai1>;
|
||||
audio-codec = <&wm8960>;
|
||||
hp-det-gpio = <&lsio_gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
hp-det-gpios = <&lsio_gpio1 0 GPIO_ACTIVE_HIGH>;
|
||||
audio-routing = "Headphone Jack", "HP_L",
|
||||
"Headphone Jack", "HP_R",
|
||||
"Ext Spk", "SPK_LP",
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ sound-wm8962 {
|
|||
model = "wm8962-audio";
|
||||
audio-cpu = <&sai3>;
|
||||
audio-codec = <&wm8962>;
|
||||
hp-det-gpio = <&gpio2 11 GPIO_ACTIVE_HIGH>;
|
||||
hp-det-gpios = <&gpio2 11 GPIO_ACTIVE_HIGH>;
|
||||
audio-routing = "Headphone Jack", "HPOUTL",
|
||||
"Headphone Jack", "HPOUTR",
|
||||
"Ext Spk", "SPKOUTL",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user