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

index 7c6d871..890a942 100644 (file)
                status = "disabled";
        };
 
-       u3phy: usb-phy@1a0c4000 {
-               compatible = "mediatek,mt7622-u3phy",
+       u3phy: t-phy@1a0c4000 {
+               compatible = "mediatek,mt7622-tphy",
                             "mediatek,generic-tphy-v1";
                reg = <0 0x1a0c4000 0 0x700>;
                #address-cells = <2>;
                status = "disabled";
        };
 
-       sata_phy: sata-phy@1a243000 {
-               compatible = "mediatek,generic-tphy-v1";
+       sata_phy: t-phy@1a243000 {
+               compatible = "mediatek,mt7622-tphy",
+                            "mediatek,generic-tphy-v1";
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;