mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user