mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: rk3568: update reg id for rgb and lvds
the reg id will be used to find port id at uboot logo Change-Id: If32ec28a3b1d30d20ded4229a767777bba0ea07a Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -673,13 +673,13 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
lvds_in_vp1: endpoint@0 {
|
||||
reg = <0>;
|
||||
lvds_in_vp1: endpoint@1 {
|
||||
reg = <1>;
|
||||
remote-endpoint = <&vp1_out_lvds>;
|
||||
};
|
||||
|
||||
lvds_in_vp2: endpoint@1 {
|
||||
reg = <1>;
|
||||
lvds_in_vp2: endpoint@2 {
|
||||
reg = <2>;
|
||||
remote-endpoint = <&vp2_out_lvds>;
|
||||
};
|
||||
};
|
||||
@@ -701,12 +701,11 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
rgb_in_vp2: endpoint@0 {
|
||||
reg = <0>;
|
||||
rgb_in_vp2: endpoint@2 {
|
||||
reg = <2>;
|
||||
remote-endpoint = <&vp2_out_rgb>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user