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:
Sandy Huang
2021-02-22 11:11:40 +08:00
committed by Tao Huang
parent 3ccb2c94a0
commit cc062ca36e

View File

@@ -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>;
};
};
};
};