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

arm64: dts: mediatek: mt2712: harmonize node names

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-7-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Chunfeng Yun and committed by
Matthias Brugger
357c5f71 c61872d5

+4 -4
+4 -4
arch/arm64/boot/dts/mediatek/mt2712e.dtsi
··· 805 805 ranges; 806 806 status = "disabled"; 807 807 808 - usb_host0: xhci@11270000 { 808 + usb_host0: usb@11270000 { 809 809 compatible = "mediatek,mt2712-xhci", 810 810 "mediatek,mtk-xhci"; 811 811 reg = <0 0x11270000 0 0x1000>; ··· 818 818 }; 819 819 }; 820 820 821 - u3phy0: usb-phy@11290000 { 821 + u3phy0: t-phy@11290000 { 822 822 compatible = "mediatek,mt2712-tphy", 823 823 "mediatek,generic-tphy-v2"; 824 824 #address-cells = <1>; ··· 869 869 ranges; 870 870 status = "disabled"; 871 871 872 - usb_host1: xhci@112c0000 { 872 + usb_host1: usb@112c0000 { 873 873 compatible = "mediatek,mt2712-xhci", 874 874 "mediatek,mtk-xhci"; 875 875 reg = <0 0x112c0000 0 0x1000>; ··· 882 882 }; 883 883 }; 884 884 885 - u3phy1: usb-phy@112e0000 { 885 + u3phy1: t-phy@112e0000 { 886 886 compatible = "mediatek,mt2712-tphy", 887 887 "mediatek,generic-tphy-v2"; 888 888 #address-cells = <1>;