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

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

authored by

Chunfeng Yun and committed by
Matthias Brugger
617ab489 d0ec64bd

+11 -8
+11 -8
arch/arm/boot/dts/mt2701.dtsi
··· 607 607 }; 608 608 609 609 usb0: usb@1a1c0000 { 610 - compatible = "mediatek,mt8173-xhci"; 610 + compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci"; 611 611 reg = <0 0x1a1c0000 0 0x1000>, 612 612 <0 0x1a1c4700 0 0x0100>; 613 613 reg-names = "mac", "ippc"; ··· 620 620 status = "disabled"; 621 621 }; 622 622 623 - u3phy0: usb-phy@1a1c4000 { 624 - compatible = "mediatek,mt2701-u3phy"; 623 + u3phy0: t-phy@1a1c4000 { 624 + compatible = "mediatek,mt2701-tphy", 625 + "mediatek,generic-tphy-v1"; 625 626 reg = <0 0x1a1c4000 0 0x0700>; 626 627 #address-cells = <2>; 627 628 #size-cells = <2>; ··· 647 646 }; 648 647 649 648 usb1: usb@1a240000 { 650 - compatible = "mediatek,mt8173-xhci"; 649 + compatible = "mediatek,mt2701-xhci", "mediatek,mtk-xhci"; 651 650 reg = <0 0x1a240000 0 0x1000>, 652 651 <0 0x1a244700 0 0x0100>; 653 652 reg-names = "mac", "ippc"; ··· 660 659 status = "disabled"; 661 660 }; 662 661 663 - u3phy1: usb-phy@1a244000 { 664 - compatible = "mediatek,mt2701-u3phy"; 662 + u3phy1: t-phy@1a244000 { 663 + compatible = "mediatek,mt2701-tphy", 664 + "mediatek,generic-tphy-v1"; 665 665 reg = <0 0x1a244000 0 0x0700>; 666 666 #address-cells = <2>; 667 667 #size-cells = <2>; ··· 702 700 status = "disabled"; 703 701 }; 704 702 705 - u2phy0: usb-phy@11210000 { 706 - compatible = "mediatek,generic-tphy-v1"; 703 + u2phy0: t-phy@11210000 { 704 + compatible = "mediatek,mt2701-tphy", 705 + "mediatek,generic-tphy-v1"; 707 706 reg = <0 0x11210000 0 0x0800>; 708 707 #address-cells = <2>; 709 708 #size-cells = <2>;