arm: dts: mt7623: harmonize node names and compatibles
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 16 Mar 2021 09:22:31 +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-12-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623.dtsi
arch/arm/boot/dts/mt7623n.dtsi

index aea6809..3c11f7c 100644 (file)
                };
        };
 
-       pcie0_phy: pcie-phy@1a149000 {
-               compatible = "mediatek,generic-tphy-v1";
+       pcie0_phy: t-phy@1a149000 {
+               compatible = "mediatek,mt7623-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a149000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
                };
        };
 
-       pcie1_phy: pcie-phy@1a14a000 {
-               compatible = "mediatek,generic-tphy-v1";
+       pcie1_phy: t-phy@1a14a000 {
+               compatible = "mediatek,mt7623-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a14a000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
 
        usb1: usb@1a1c0000 {
                compatible = "mediatek,mt7623-xhci",
-                            "mediatek,mt8173-xhci";
+                            "mediatek,mtk-xhci";
                reg = <0 0x1a1c0000 0 0x1000>,
                      <0 0x1a1c4700 0 0x0100>;
                reg-names = "mac", "ippc";
                status = "disabled";
        };
 
-       u3phy1: usb-phy@1a1c4000 {
-               compatible = "mediatek,mt7623-u3phy",
-                            "mediatek,mt2701-u3phy";
+       u3phy1: t-phy@1a1c4000 {
+               compatible = "mediatek,mt7623-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a1c4000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
 
        usb2: usb@1a240000 {
                compatible = "mediatek,mt7623-xhci",
-                            "mediatek,mt8173-xhci";
+                            "mediatek,mtk-xhci";
                reg = <0 0x1a240000 0 0x1000>,
                      <0 0x1a244700 0 0x0100>;
                reg-names = "mac", "ippc";
                status = "disabled";
        };
 
-       u3phy2: usb-phy@1a244000 {
-               compatible = "mediatek,mt7623-u3phy",
-                            "mediatek,mt2701-u3phy";
+       u3phy2: t-phy@1a244000 {
+               compatible = "mediatek,mt7623-tphy",
+                            "mediatek,generic-tphy-v1";
                reg = <0 0x1a244000 0 0x0700>;
                #address-cells = <2>;
                #size-cells = <2>;
index 1880ac9..bcb0846 100644 (file)
                status = "disabled";
        };
 
-       mipi_tx0: mipi-dphy@10010000 {
+       mipi_tx0: dsi-phy@10010000 {
                compatible = "mediatek,mt7623-mipi-tx",
                             "mediatek,mt2701-mipi-tx";
                reg = <0 0x10010000 0 0x90>;
                status = "disabled";
        };
 
-       hdmi_phy: phy@10209100 {
+       hdmi_phy: hdmi-phy@10209100 {
                compatible = "mediatek,mt7623-hdmi-phy",
                             "mediatek,mt2701-hdmi-phy";
                reg = <0 0x10209100 0 0x24>;