ARM: dts: rk3288-x7811-rk818-dual-dsi: modify the link of the panel node

Change-Id: Iefe04a23ff8e922a89bf86ea7d9a672c5743f012
Signed-off-by: Jerry Xu <xbl@rock-chips.com>
This commit is contained in:
Jerry Xu
2017-08-02 17:54:02 +08:00
committed by Huang, Tao
parent b4ee7af427
commit ed916d6f80

View File

@@ -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";
};