[PATCH next v3 13/16] arm64: dts: mediatek: mt8183: fix dtbs_check warning

Chunfeng Yun chunfeng.yun at mediatek.com
Mon Feb 1 02:00:13 EST 2021


Harmonize node names, compatibles and properties.

Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
---
v3: remove property clock-names suggested by CK
v2: no changes
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 5b782a4769e7..12a3c7f03e1a 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -865,7 +865,7 @@
 			ranges;
 			status = "disabled";
 
-			usb_host: xhci at 11200000 {
+			usb_host: usb at 11200000 {
 				compatible = "mediatek,mt8183-xhci",
 					     "mediatek,mtk-xhci";
 				reg = <0 0x11200000 0 0x1000>;
@@ -908,11 +908,10 @@
 			status = "disabled";
 		};
 
-		mipi_tx0: mipi-dphy at 11e50000 {
+		mipi_tx0: dsi-phy at 11e50000 {
 			compatible = "mediatek,mt8183-mipi-tx";
 			reg = <0 0x11e50000 0 0x1000>;
 			clocks = <&apmixedsys CLK_APMIXED_MIPID0_26M>;
-			clock-names = "ref_clk";
 			#clock-cells = <0>;
 			#phy-cells = <0>;
 			clock-output-names = "mipi_tx0_pll";
@@ -931,11 +930,10 @@
 			};
 		};
 
-		u3phy: usb-phy at 11f40000 {
+		u3phy: t-phy at 11f40000 {
 			compatible = "mediatek,mt8183-tphy",
 				     "mediatek,generic-tphy-v2";
 			#address-cells = <1>;
-			#phy-cells = <1>;
 			#size-cells = <1>;
 			ranges = <0 0 0x11f40000 0x1000>;
 			status = "okay";
-- 
2.18.0


More information about the linux-arm-kernel mailing list