arm64: dts: rockchip: rk3568: rename mipi_dphy to video_phy

Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Change-Id: Ie019c9d27e06328d45920d41c0a065f8bc47588f
This commit is contained in:
Guochun Huang
2021-06-24 18:14:17 +08:00
committed by Tao Huang
parent a4bbfc35fd
commit 0f20a27adc
23 changed files with 76 additions and 97 deletions

View File

@@ -156,7 +156,7 @@
};
/*
* mipi_dphy0 needs to be enabled
* video_phy0 needs to be enabled
* when dsi0 is enabled
*/
&dsi0 {
@@ -179,7 +179,7 @@
};
/*
* mipi_dphy1 needs to be enabled
* video_phy1 needs to be enabled
* when dsi1 is enabled
*/
&dsi1 {
@@ -317,11 +317,11 @@
};
};
&mipi_dphy0 {
&video_phy0 {
status = "okay";
};
&mipi_dphy1 {
&video_phy1 {
status = "disabled";
};