Commit 3ca743f8 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Switch to hp-det-gpios



Replace the deprecated "hp-det-gpio" property by "hp-det-gpios" in Audio
Graph Card and Realtek RT5651 Audio Codec device nodes.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/717e7c9527139c3a3e5246dd367a3ad98c5c81b6.1727438777.git.geert+renesas@glider.be


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7ac5c0a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ button-recovery {
	analog-sound {
		compatible = "audio-graph-card";
		dais = <&i2s_8ch_p0>;
		hp-det-gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
		hp-det-gpios = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
		label = "alc5640";
		routing = "Mic Jack", "MICBIAS1",
			  "IN1P", "Mic Jack",
+1 −1
Original line number Diff line number Diff line
@@ -545,7 +545,7 @@ rt5651: audio-codec@1a {
		reg = <0x1a>;
		clocks = <&cru SCLK_I2S_8CH_OUT>;
		clock-names = "mclk";
		hp-det-gpio = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>;
		hp-det-gpios = <&gpio4 RK_PD4 GPIO_ACTIVE_LOW>;
		spk-con-gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
		#sound-dai-cells = <0>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@ &es8316 {
};

&sound {
	hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
	hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
};
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ brcmf: wifi@1 {
};

&sound {
	hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
	hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
};

&uart0 {
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ brcmf: wifi@1 {
};

&sound {
	hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
	hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
};

&spi1 {
Loading