Skip to content

Commit

Permalink
arm64: dts: mediatek: mt8173: fix dtbs_check warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chunfeng Yun authored and Matthias Brugger committed Mar 29, 2021
1 parent e4e5d03 commit c61872d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions arch/arm64/boot/dts/mediatek/mt8173-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,8 @@
extcon = <&extcon_usb>;
dr_mode = "otg";
wakeup-source;
pinctrl-names = "default", "id_float", "id_ground";
pinctrl-names = "default";
pinctrl-0 = <&usb_id_pins_float>;
pinctrl-1 = <&usb_id_pins_float>;
pinctrl-2 = <&usb_id_pins_ground>;
status = "okay";
};

Expand Down
13 changes: 7 additions & 6 deletions arch/arm64/boot/dts/mediatek/mt8173.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
#mbox-cells = <2>;
};

mipi_tx0: mipi-dphy@10215000 {
mipi_tx0: dsi-phy@10215000 {
compatible = "mediatek,mt8173-mipi-tx";
reg = <0 0x10215000 0 0x1000>;
clocks = <&clk26m>;
Expand All @@ -641,7 +641,7 @@
status = "disabled";
};

mipi_tx1: mipi-dphy@10216000 {
mipi_tx1: dsi-phy@10216000 {
compatible = "mediatek,mt8173-mipi-tx";
reg = <0 0x10216000 0 0x1000>;
clocks = <&clk26m>;
Expand Down Expand Up @@ -926,7 +926,7 @@
};

ssusb: usb@11271000 {
compatible = "mediatek,mt8173-mtu3";
compatible = "mediatek,mt8173-mtu3", "mediatek,mtu3";
reg = <0 0x11271000 0 0x3000>,
<0 0x11280700 0 0x0100>;
reg-names = "mac", "ippc";
Expand All @@ -943,8 +943,9 @@
ranges;
status = "disabled";

usb_host: xhci@11270000 {
compatible = "mediatek,mt8173-xhci";
usb_host: usb@11270000 {
compatible = "mediatek,mt8173-xhci",
"mediatek,mtk-xhci";
reg = <0 0x11270000 0 0x1000>;
reg-names = "mac";
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_LOW>;
Expand All @@ -955,7 +956,7 @@
};
};

u3phy: usb-phy@11290000 {
u3phy: t-phy@11290000 {
compatible = "mediatek,mt8173-u3phy";
reg = <0 0x11290000 0 0x800>;
#address-cells = <2>;
Expand Down

0 comments on commit c61872d

Please sign in to comment.