lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Mar 2021 15:46:47 +0200
From:   Matthias Brugger <matthias.bgg@...il.com>
To:     Chunfeng Yun <chunfeng.yun@...iatek.com>,
        Vinod Koul <vkoul@...nel.org>, Rob Herring <robh+dt@...nel.org>
Cc:     Kishon Vijay Abraham I <kishon@...com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Chun-Kuang Hu <chunkuang.hu@...nel.org>,
        Philipp Zabel <p.zabel@...gutronix.de>,
        Jie Qiu <jie.qiu@...iatek.com>, CK Hu <ck.hu@...iatek.com>,
        Cawa Cheng <cawa.cheng@...iatek.com>,
        linux-arm-kernel@...ts.infradead.org,
        linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
        devicetree@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v5 07/13] arm64: dts: mediatek: mt2712: harmonize node
 names



On 16/03/2021 10:22, Chunfeng Yun wrote:
> This is used to fix dtbs_check warning.
> 
> Signed-off-by: Chunfeng Yun <chunfeng.yun@...iatek.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@...70000 {
> +		usb_host0: usb@...70000 {
>  			compatible = "mediatek,mt2712-xhci",
>  				     "mediatek,mtk-xhci";
>  			reg = <0 0x11270000 0 0x1000>;
> @@ -818,7 +818,7 @@
>  		};
>  	};
>  
> -	u3phy0: usb-phy@...90000 {
> +	u3phy0: t-phy@...90000 {
>  		compatible = "mediatek,mt2712-tphy",
>  			     "mediatek,generic-tphy-v2";
>  		#address-cells = <1>;
> @@ -869,7 +869,7 @@
>  		ranges;
>  		status = "disabled";
>  
> -		usb_host1: xhci@...c0000 {
> +		usb_host1: usb@...c0000 {
>  			compatible = "mediatek,mt2712-xhci",
>  				     "mediatek,mtk-xhci";
>  			reg = <0 0x112c0000 0 0x1000>;
> @@ -882,7 +882,7 @@
>  		};
>  	};
>  
> -	u3phy1: usb-phy@...e0000 {
> +	u3phy1: t-phy@...e0000 {
>  		compatible = "mediatek,mt2712-tphy",
>  			     "mediatek,generic-tphy-v2";
>  		#address-cells = <1>;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ