mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
arm64: dts: rockchip: rk3568-evb: add attached panel for DSI
Change-Id: Iadcc7d6d8a4838613627612a24628fbda6beca6c Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
parent
501432d789
commit
fa63fd7409
|
|
@ -621,7 +621,32 @@ timing0: timing0 {
|
|||
pixelclk-active = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
panel_in_dsi: endpoint {
|
||||
remote-endpoint = <&dsi_out_panel>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
dsi_out_panel: endpoint {
|
||||
remote-endpoint = <&panel_in_dsi>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&dsi0_in_vp0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user