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

arm64: dts: mediatek: mt8173: fix dtbs_check warning

Harmonize nodes names, compatibles and remove unused property.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-6-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Chunfeng Yun and committed by
Matthias Brugger
c61872d5 e4e5d030

+8 -9
+1 -3
arch/arm64/boot/dts/mediatek/mt8173-evb.dts
··· 516 516 extcon = <&extcon_usb>; 517 517 dr_mode = "otg"; 518 518 wakeup-source; 519 - pinctrl-names = "default", "id_float", "id_ground"; 519 + pinctrl-names = "default"; 520 520 pinctrl-0 = <&usb_id_pins_float>; 521 - pinctrl-1 = <&usb_id_pins_float>; 522 - pinctrl-2 = <&usb_id_pins_ground>; 523 521 status = "okay"; 524 522 }; 525 523
+7 -6
arch/arm64/boot/dts/mediatek/mt8173.dtsi
··· 631 631 #mbox-cells = <2>; 632 632 }; 633 633 634 - mipi_tx0: mipi-dphy@10215000 { 634 + mipi_tx0: dsi-phy@10215000 { 635 635 compatible = "mediatek,mt8173-mipi-tx"; 636 636 reg = <0 0x10215000 0 0x1000>; 637 637 clocks = <&clk26m>; ··· 641 641 status = "disabled"; 642 642 }; 643 643 644 - mipi_tx1: mipi-dphy@10216000 { 644 + mipi_tx1: dsi-phy@10216000 { 645 645 compatible = "mediatek,mt8173-mipi-tx"; 646 646 reg = <0 0x10216000 0 0x1000>; 647 647 clocks = <&clk26m>; ··· 926 926 }; 927 927 928 928 ssusb: usb@11271000 { 929 - compatible = "mediatek,mt8173-mtu3"; 929 + compatible = "mediatek,mt8173-mtu3", "mediatek,mtu3"; 930 930 reg = <0 0x11271000 0 0x3000>, 931 931 <0 0x11280700 0 0x0100>; 932 932 reg-names = "mac", "ippc"; ··· 943 943 ranges; 944 944 status = "disabled"; 945 945 946 - usb_host: xhci@11270000 { 947 - compatible = "mediatek,mt8173-xhci"; 946 + usb_host: usb@11270000 { 947 + compatible = "mediatek,mt8173-xhci", 948 + "mediatek,mtk-xhci"; 948 949 reg = <0 0x11270000 0 0x1000>; 949 950 reg-names = "mac"; 950 951 interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_LOW>; ··· 956 955 }; 957 956 }; 958 957 959 - u3phy: usb-phy@11290000 { 958 + u3phy: t-phy@11290000 { 960 959 compatible = "mediatek,mt8173-u3phy"; 961 960 reg = <0 0x11290000 0 0x800>; 962 961 #address-cells = <2>;