arm64: dts: renesas: beacon-renesom: Switch to mic-det-gpios
Replace the deprecated "mic-det-gpio" property by "mic-det-gpios" in the Audio Graph Card device node. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Adam Ford <aford173@gmail.com> Link: https://lore.kernel.org/750d6ac7911aef9a461dca6d07e5c1fab6211ecb.1727438777.git.geert+renesas@glider.bepull/1083/head
parent
70ccb46a0c
commit
9faf2a34c2
|
|
@ -200,7 +200,7 @@
|
|||
widgets = "Microphone", "Mic Jack",
|
||||
"Line", "Line In Jack",
|
||||
"Headphone", "Headphone Jack";
|
||||
mic-det-gpio = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
mic-det-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
||||
routing = "Headphone Jack", "HPOUTL",
|
||||
"Headphone Jack", "HPOUTR",
|
||||
"IN3R", "MICBIAS",
|
||||
|
|
|
|||
Loading…
Reference in New Issue