Skip to content

Commit

Permalink
arm64: dts: mediatek: mt2712: harmonize node names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chunfeng Yun authored and Matthias Brugger committed Mar 29, 2021
1 parent c61872d commit 357c5f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/mediatek/mt2712e.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
ranges;
status = "disabled";

usb_host0: xhci@11270000 {
usb_host0: usb@11270000 {
compatible = "mediatek,mt2712-xhci",
"mediatek,mtk-xhci";
reg = <0 0x11270000 0 0x1000>;
Expand All @@ -818,7 +818,7 @@
};
};

u3phy0: usb-phy@11290000 {
u3phy0: t-phy@11290000 {
compatible = "mediatek,mt2712-tphy",
"mediatek,generic-tphy-v2";
#address-cells = <1>;
Expand Down Expand Up @@ -869,7 +869,7 @@
ranges;
status = "disabled";

usb_host1: xhci@112c0000 {
usb_host1: usb@112c0000 {
compatible = "mediatek,mt2712-xhci",
"mediatek,mtk-xhci";
reg = <0 0x112c0000 0 0x1000>;
Expand All @@ -882,7 +882,7 @@
};
};

u3phy1: usb-phy@112e0000 {
u3phy1: t-phy@112e0000 {
compatible = "mediatek,mt2712-tphy",
"mediatek,generic-tphy-v2";
#address-cells = <1>;
Expand Down

0 comments on commit 357c5f7

Please sign in to comment.