diff mbox series

[v5,07/13] arm64: dts: mediatek: mt2712: harmonize node names

Message ID 20210316092232.9806-7-chunfeng.yun@mediatek.com (mailing list archive)
State New, archived
Headers show
Series [v5,01/13] dt-bindings: usb: fix yamllint check warning | expand

Commit Message

Chunfeng Yun (云春峰) March 16, 2021, 9:22 a.m. UTC
This is used to fix dtbs_check warning.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v2~v5: no changes
---
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Matthias Brugger March 29, 2021, 1:46 p.m. UTC | #1
On 16/03/2021 10:22, Chunfeng Yun wrote:
> This is used to fix dtbs_check warning.
> 
> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

Applied now to v5.12-next/dts64

> ---
> v2~v5: no changes
> ---
>  arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> index db17d0a4ed57..a9cca9c146fd 100644
> --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
> @@ -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>;
> @@ -818,7 +818,7 @@
>  		};
>  	};
>  
> -	u3phy0: usb-phy@11290000 {
> +	u3phy0: t-phy@11290000 {
>  		compatible = "mediatek,mt2712-tphy",
>  			     "mediatek,generic-tphy-v2";
>  		#address-cells = <1>;
> @@ -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>;
> @@ -882,7 +882,7 @@
>  		};
>  	};
>  
> -	u3phy1: usb-phy@112e0000 {
> +	u3phy1: t-phy@112e0000 {
>  		compatible = "mediatek,mt2712-tphy",
>  			     "mediatek,generic-tphy-v2";
>  		#address-cells = <1>;
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
index db17d0a4ed57..a9cca9c146fd 100644
--- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi
@@ -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>;
@@ -818,7 +818,7 @@ 
 		};
 	};
 
-	u3phy0: usb-phy@11290000 {
+	u3phy0: t-phy@11290000 {
 		compatible = "mediatek,mt2712-tphy",
 			     "mediatek,generic-tphy-v2";
 		#address-cells = <1>;
@@ -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>;
@@ -882,7 +882,7 @@ 
 		};
 	};
 
-	u3phy1: usb-phy@112e0000 {
+	u3phy1: t-phy@112e0000 {
 		compatible = "mediatek,mt2712-tphy",
 			     "mediatek,generic-tphy-v2";
 		#address-cells = <1>;