arm: dts: mt2701: harmonize node names and compatibles
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 16 Mar 2021 09:22:32 +0000 (17:22 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 29 Mar 2021 13:45:34 +0000 (15:45 +0200)
This is used to fix dtbs_check warning

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-13-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt2701.dtsi

index fade142..4776f85 100644 (file)
        };
 
        usb0: usb@1a1c0000 {
-               compatible = "mediatek,mt8173-xhci";
+               compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci";
                reg = <0 0x1a1c0000 0 0x1000>,
                      <0 0x1a1c4700 0 0x0100>;
                reg-names = "mac", "ippc";
                status = "disabled";
        };
 
-       u3phy0: usb-phy@1a1c4000 {
-               compatible = "mediatek,mt2701-u3phy";
+       u3phy0: t-phy@1a1c4000 {
+               compatible = "mediatek,mt2701-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a1c4000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
        };
 
        usb1: usb@1a240000 {
-               compatible = "mediatek,mt8173-xhci";
+               compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci";
                reg = <0 0x1a240000 0 0x1000>,
                      <0 0x1a244700 0 0x0100>;
                reg-names = "mac", "ippc";
                status = "disabled";
        };
 
-       u3phy1: usb-phy@1a244000 {
-               compatible = "mediatek,mt2701-u3phy";
+       u3phy1: t-phy@1a244000 {
+               compatible = "mediatek,mt2701-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a244000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
                status = "disabled";
        };
 
-       u2phy0: usb-phy@11210000 {
-               compatible = "mediatek,generic-tphy-v1";
+       u2phy0: t-phy@11210000 {
+               compatible = "mediatek,mt2701-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x11210000 0 0x0800>;
                #address-cells = <2>;
                #size-cells = <2>;