Skip to content

Commit

Permalink
arm64: dts: uniphier: Switch to hp-det-gpios
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
geertu authored and pull[bot] committed Jan 25, 2025
1 parent a81984f commit c03010a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
&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 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
&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 {
Expand Down

0 comments on commit c03010a

Please sign in to comment.