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