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