mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: rockchip: rk3588-evb1: fix dual channel config in edp 8lanes display board
1.Add remote-endpoint config for edp0. 2.Move rockchip,dual-channel from edp1 to edp0 and add rockchip,data-swap config. Change-Id: Ia23284a9ee0a76ddc02a8b083c4c72d902405718 Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
@@ -59,9 +59,22 @@
|
||||
};
|
||||
};
|
||||
|
||||
port {
|
||||
panel_in_edp: endpoint {
|
||||
remote-endpoint = <&edp1_out_panel>;
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
panel_in_edp0: endpoint {
|
||||
remote-endpoint = <&edp0_out_panel>;
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
panel_in_edp1: endpoint {
|
||||
remote-endpoint = <&edp1_out_panel>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -104,7 +117,19 @@
|
||||
|
||||
&edp0 {
|
||||
force-hpd;
|
||||
rockchip,dual-channel;
|
||||
rockchip,data-swap;
|
||||
status = "okay";
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
edp0_out_panel: endpoint {
|
||||
remote-endpoint = <&panel_in_edp0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&edp0_in_vp0 {
|
||||
@@ -122,14 +147,13 @@
|
||||
&edp1 {
|
||||
force-hpd;
|
||||
status = "okay";
|
||||
rockchip,dual-channel;
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
edp1_out_panel: endpoint {
|
||||
remote-endpoint = <&panel_in_edp>;
|
||||
remote-endpoint = <&panel_in_edp1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user