arm64: dts: rockchip: rk3568: video_phy: appending compatible property

make old u-boot happy.

Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Change-Id: Iefa4915abf5d3ada9865bc710e9aba0f1c47ddea
This commit is contained in:
Guochun Huang
2021-07-07 11:19:43 +08:00
committed by Tao Huang
parent da8f900b52
commit 5b846d1e70

View File

@@ -3285,7 +3285,7 @@
};
video_phy0: phy@fe850000 {
compatible = "rockchip,rk3568-dsi-dphy";
compatible = "rockchip,rk3568-dsi-dphy", "rockchip,rk3568-video-phy";
reg = <0x0 0xfe850000 0x0 0x10000>,
<0x0 0xfe060000 0x0 0x10000>;
reg-names = "phy", "host";
@@ -3301,7 +3301,7 @@
};
video_phy1: phy@fe860000 {
compatible = "rockchip,rk3568-dsi-dphy";
compatible = "rockchip,rk3568-dsi-dphy", "rockchip,rk3568-video-phy";
reg = <0x0 0xfe860000 0x0 0x10000>,
<0x0 0xfe070000 0x0 0x10000>;
reg-names = "phy", "host";