arm: dts: mt7629: harmonize node names and compatibles
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 16 Mar 2021 09:22:30 +0000 (17:22 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 29 Mar 2021 13:45:33 +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-11-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7629.dtsi

index 5cbb3d2..874043f 100644 (file)
                        status = "disabled";
                };
 
-               u3phy0: usb-phy@1a0c4000 {
-                       compatible = "mediatek,generic-tphy-v2";
+               u3phy0: t-phy@1a0c4000 {
+                       compatible = "mediatek,mt7629-tphy",
+                                    "mediatek,generic-tphy-v2";
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x1a0c4000 0xe00>;
                        };
                };
 
-               pciephy1: pcie-phy@1a14a000 {
-                       compatible = "mediatek,generic-tphy-v2";
+               pciephy1: t-phy@1a14a000 {
+                       compatible = "mediatek,mt7629-tphy",
+                                    "mediatek,generic-tphy-v2";
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0 0x1a14a000 0x1000>;
                        status = "disabled";
 
-                       pcieport1: port1phy@0 {
+                       pcieport1: pcie-phy@0 {
                                reg = <0 0x1000>;
                                clocks = <&clk20m>;
                                clock-names = "ref";