Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: mt7623: harmonize node names and compatibles

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>

authored by

Chunfeng Yun and committed by
Matthias Brugger
d0ec64bd 28acbc77

+16 -14
+14 -12
arch/arm/boot/dts/mt7623.dtsi
··· 787 787 }; 788 788 }; 789 789 790 - pcie0_phy: pcie-phy@1a149000 { 791 - compatible = "mediatek,generic-tphy-v1"; 790 + pcie0_phy: t-phy@1a149000 { 791 + compatible = "mediatek,mt7623-tphy", 792 + "mediatek,generic-tphy-v1"; 792 793 reg = <0 0x1a149000 0 0x0700>; 793 794 #address-cells = <2>; 794 795 #size-cells = <2>; ··· 805 804 }; 806 805 }; 807 806 808 - pcie1_phy: pcie-phy@1a14a000 { 809 - compatible = "mediatek,generic-tphy-v1"; 807 + pcie1_phy: t-phy@1a14a000 { 808 + compatible = "mediatek,mt7623-tphy", 809 + "mediatek,generic-tphy-v1"; 810 810 reg = <0 0x1a14a000 0 0x0700>; 811 811 #address-cells = <2>; 812 812 #size-cells = <2>; ··· 825 823 826 824 usb1: usb@1a1c0000 { 827 825 compatible = "mediatek,mt7623-xhci", 828 - "mediatek,mt8173-xhci"; 826 + "mediatek,mtk-xhci"; 829 827 reg = <0 0x1a1c0000 0 0x1000>, 830 828 <0 0x1a1c4700 0 0x0100>; 831 829 reg-names = "mac", "ippc"; ··· 838 836 status = "disabled"; 839 837 }; 840 838 841 - u3phy1: usb-phy@1a1c4000 { 842 - compatible = "mediatek,mt7623-u3phy", 843 - "mediatek,mt2701-u3phy"; 839 + u3phy1: t-phy@1a1c4000 { 840 + compatible = "mediatek,mt7623-tphy", 841 + "mediatek,generic-tphy-v1"; 844 842 reg = <0 0x1a1c4000 0 0x0700>; 845 843 #address-cells = <2>; 846 844 #size-cells = <2>; ··· 866 864 867 865 usb2: usb@1a240000 { 868 866 compatible = "mediatek,mt7623-xhci", 869 - "mediatek,mt8173-xhci"; 867 + "mediatek,mtk-xhci"; 870 868 reg = <0 0x1a240000 0 0x1000>, 871 869 <0 0x1a244700 0 0x0100>; 872 870 reg-names = "mac", "ippc"; ··· 879 877 status = "disabled"; 880 878 }; 881 879 882 - u3phy2: usb-phy@1a244000 { 883 - compatible = "mediatek,mt7623-u3phy", 884 - "mediatek,mt2701-u3phy"; 880 + u3phy2: t-phy@1a244000 { 881 + compatible = "mediatek,mt7623-tphy", 882 + "mediatek,generic-tphy-v1"; 885 883 reg = <0 0x1a244000 0 0x0700>; 886 884 #address-cells = <2>; 887 885 #size-cells = <2>;
+2 -2
arch/arm/boot/dts/mt7623n.dtsi
··· 246 246 status = "disabled"; 247 247 }; 248 248 249 - mipi_tx0: mipi-dphy@10010000 { 249 + mipi_tx0: dsi-phy@10010000 { 250 250 compatible = "mediatek,mt7623-mipi-tx", 251 251 "mediatek,mt2701-mipi-tx"; 252 252 reg = <0 0x10010000 0 0x90>; ··· 265 265 status = "disabled"; 266 266 }; 267 267 268 - hdmi_phy: phy@10209100 { 268 + hdmi_phy: hdmi-phy@10209100 { 269 269 compatible = "mediatek,mt7623-hdmi-phy", 270 270 "mediatek,mt2701-hdmi-phy"; 271 271 reg = <0 0x10209100 0 0x24>;