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

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

authored by

Chunfeng Yun and committed by
Matthias Brugger
6029cae6 86c5ed12

+5 -4
+5 -4
arch/arm64/boot/dts/mediatek/mt7622.dtsi
··· 742 742 status = "disabled"; 743 743 }; 744 744 745 - u3phy: usb-phy@1a0c4000 { 746 - compatible = "mediatek,mt7622-u3phy", 745 + u3phy: t-phy@1a0c4000 { 746 + compatible = "mediatek,mt7622-tphy", 747 747 "mediatek,generic-tphy-v1"; 748 748 reg = <0 0x1a0c4000 0 0x700>; 749 749 #address-cells = <2>; ··· 877 877 status = "disabled"; 878 878 }; 879 879 880 - sata_phy: sata-phy@1a243000 { 881 - compatible = "mediatek,generic-tphy-v1"; 880 + sata_phy: t-phy@1a243000 { 881 + compatible = "mediatek,mt7622-tphy", 882 + "mediatek,generic-tphy-v1"; 882 883 #address-cells = <2>; 883 884 #size-cells = <2>; 884 885 ranges;