ARM: dts: rockchip: move edp-hpd pin definition into common location
authorHeiko Stuebner <heiko@sntech.de>
Tue, 27 Oct 2015 23:19:37 +0000 (00:19 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 6 Apr 2016 23:25:46 +0000 (16:25 -0700)
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: Heiko Stuebner <heiko@sntech.de>
Tested-by: Douglas Anderson <dianders@chromium.org>
arch/arm/boot/dts/rk3288-veyron-jaq.dts
arch/arm/boot/dts/rk3288.dtsi

index c2f52cfb4d06f75f9afe537b8c6a2e518ff726e3..5c97e31535263e4336bff32f6323afe76054e2c6 100644 (file)
                };
        };
 
-       edp {
-               edp_hpd: edp_hpd {
-                       rockchip,pins = <7 11 RK_FUNC_2 &pcfg_pull_down>;
-               };
-       };
-
        hdmi {
                vcc50_hdmi_en: vcc50-hdmi-en {
                        rockchip,pins = <5 19 RK_FUNC_GPIO &pcfg_pull_none>;
index 688cb37b156e303938964dd309310911156e419e..3071e94e86ed8bfdb2359f08ce839fb59bc77f83 100644 (file)
                        };
                };
 
+               edp {
+                       edp_hpd: edp-hpd {
+                               rockchip,pins = <7 11 RK_FUNC_2 &pcfg_pull_down>;
+                       };
+               };
+
                i2c0 {
                        i2c0_xfer: i2c0-xfer {
                                rockchip,pins = <0 15 RK_FUNC_1 &pcfg_pull_none>,