From: Jerry Xu Date: Wed, 2 Aug 2017 09:54:02 +0000 (+0800) Subject: ARM: dts: rk3288-x7811-rk818-dual-dsi: modify the link of the panel node X-Git-Tag: release-20171130_firefly~4^2~41 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ed916d6f80301b2d991f9cc8617f24e4e65137d5;p=firefly-linux-kernel-4.4.55.git ARM: dts: rk3288-x7811-rk818-dual-dsi: modify the link of the panel node Change-Id: Iefe04a23ff8e922a89bf86ea7d9a672c5743f012 Signed-off-by: Jerry Xu --- diff --git a/arch/arm/boot/dts/rk3288-x7811-rk818-dual-dsi.dts b/arch/arm/boot/dts/rk3288-x7811-rk818-dual-dsi.dts index d05d86b2f309..9cd14b614a02 100644 --- a/arch/arm/boot/dts/rk3288-x7811-rk818-dual-dsi.dts +++ b/arch/arm/boot/dts/rk3288-x7811-rk818-dual-dsi.dts @@ -317,6 +317,10 @@ }; &dsi0 { + status = "okay"; + rockchip,dual-channel = <&dsi1>; + rockchip,lane-rate = <900>; + panel: panel@0 { compatible = "simple-panel-dsi"; reg = <0>; @@ -365,34 +369,10 @@ }; }; -&dsi0 { - status = "okay"; - rockchip,dual-channel = <&dsi1>; - rockchip,lane-rate = <900>; - - ports { - port@1 { - reg = <1>; - - dsi0_out: endpoint { - remote-endpoint = <&panel_in>; - }; - }; - }; -}; - &dsi1 { status = "okay"; }; -&panel { - port { - panel_in: endpoint { - remote-endpoint = <&dsi0_out>; - }; - }; -}; - &hdmi { status = "disabled"; };