Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4e00345 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: move edp-hpd pin definition into common location



The edp hotplug pin is fixed on the soc side, anybody wanting to use it
will need the same definition anyway, so move it to a common location.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Tested-by: default avatarDouglas Anderson <dianders@chromium.org>
parent 6df7ec61
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -142,12 +142,6 @@
		};
		};
	};
	};


	edp {
		edp_hpd: edp_hpd {
			rockchip,pins = <7 11 RK_FUNC_2 &pcfg_pull_down>;
		};
	};

	hdmi {
	hdmi {
		vcc50_hdmi_en: vcc50-hdmi-en {
		vcc50_hdmi_en: vcc50-hdmi-en {
			rockchip,pins = <5 19 RK_FUNC_GPIO &pcfg_pull_none>;
			rockchip,pins = <5 19 RK_FUNC_GPIO &pcfg_pull_none>;
+6 −0
Original line number Original line Diff line number Diff line
@@ -1208,6 +1208,12 @@
			};
			};
		};
		};


		edp {
			edp_hpd: edp-hpd {
				rockchip,pins = <7 11 RK_FUNC_2 &pcfg_pull_down>;
			};
		};

		i2c0 {
		i2c0 {
			i2c0_xfer: i2c0-xfer {
			i2c0_xfer: i2c0-xfer {
				rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>,
				rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>,