arm64: dts: rockchip: rk3566 evb1: enable uboot logo for lvds panel

Change-Id: Ic9436491fc627587ecfafc85085241ac476c18b2
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2021-02-22 11:09:36 +08:00
committed by Tao Huang
parent e4070b975b
commit ec3ebaeb51

View File

@@ -75,24 +75,6 @@
status = "okay";
ports {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
lvds_in_vp1: endpoint@0 {
status = "okay";
reg = <0>;
remote-endpoint = <&vp1_out_lvds>;
};
lvds_in_vp2: endpoint@1 {
status = "disabled";
reg = <1>;
remote-endpoint = <&vp2_out_lvds>;
};
};
port@1 {
reg = <1>;
@@ -103,6 +85,19 @@
};
};
&lvds_in_vp1 {
status = "okay";
};
&lvds_in_vp2 {
status = "disabled";
};
&route_lvds {
status = "okay";
connect = <&vp1_out_lvds>;
};
&mipi_dphy0 {
status = "disabled";
};