mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
arm64: dts: uniphier: Switch to hp-det-gpios
Replace the deprecated "hp-det-gpio" property by "hp-det-gpios" in Audio Graph Card device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/b14b8512181c2a3b0744698e8a21b4e16451d7b3.1727438777.git.geert+renesas@glider.be Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
49f4ad82f0
commit
751df73d82
|
|
@ -61,7 +61,7 @@ &i2s_port3
|
|||
&i2s_port4
|
||||
&spdif_port0
|
||||
&comp_spdif_port0>;
|
||||
hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
||||
hp-det-gpios = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
spdif-out {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ &i2s_port3
|
|||
&i2s_port4
|
||||
&spdif_port0
|
||||
&comp_spdif_port0>;
|
||||
hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
||||
hp-det-gpios = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
spdif-out {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user