ARM: dts: rk3288-x7811-rk818-dual-dsi: modify the link of the panel node
authorJerry Xu <xbl@rock-chips.com>
Wed, 2 Aug 2017 09:54:02 +0000 (17:54 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 3 Aug 2017 12:18:56 +0000 (20:18 +0800)
Change-Id: Iefe04a23ff8e922a89bf86ea7d9a672c5743f012
Signed-off-by: Jerry Xu <xbl@rock-chips.com>
arch/arm/boot/dts/rk3288-x7811-rk818-dual-dsi.dts

index d05d86b2f309b7178356509677e3e42194270fb1..9cd14b614a02d6b18b6e823d256e7b9ceb0bd71e 100644 (file)
 };
 
 &dsi0 {
+       status = "okay";
+       rockchip,dual-channel = <&dsi1>;
+       rockchip,lane-rate = <900>;
+
        panel: panel@0 {
                compatible = "simple-panel-dsi";
                reg = <0>;
        };
 };
 
-&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";
 };