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:   Tue, 3 Jan 2023 15:03:41 -0600
From:   Patrick Williams <patrick@...cx.xyz>
To:     Potin Lai <potin.lai.pt@...il.com>
Cc:     Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Joel Stanley <joel@....id.au>,
        Andrew Jeffery <andrew@...id.au>, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org,
        linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
        Potin Lai <potin.lai@...ntatw.com>
Subject: Re: [PATCH v2 1/1] ARM: dts: aspeed-g6: add aliases for mdio nodes

On Tue, Oct 25, 2022 at 01:50:46PM +0800, Potin Lai wrote:
> Add aliases for mdio nodes so that we can use name to lookup the
> bus address of Aspeed SOC.
> 
> For example:
> root@...tchley:~# cat /sys/firmware/devicetree/base/aliases/mdio0
> /ahb/mdio@...50000
> root@...tchley:~# cat /sys/firmware/devicetree/base/aliases/mdio1
> /ahb/mdio@...50008
> root@...tchley:~# cat /sys/firmware/devicetree/base/aliases/mdio2
> /ahb/mdio@...50010
> root@...tchley:~# cat /sys/firmware/devicetree/base/aliases/mdio3
> /ahb/mdio@...50018
> 
> Signed-off-by: Potin Lai <potin.lai.pt@...il.com>
> ---
> LINK: [v1] https://lore.kernel.org/all/20221025024145.1561047-1-potin.lai.pt@gmail.com/
> 
> change v1 --> v2:
> * move mdio aliases to aspeed-g6.dtsi
> ---
>  arch/arm/boot/dts/aspeed-g6.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
> index 0cc92874caa8..6f159ef1efbc 100644
> --- a/arch/arm/boot/dts/aspeed-g6.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g6.dtsi
> @@ -36,6 +36,10 @@ aliases {
>  		serial4 = &uart5;
>  		serial5 = &vuart1;
>  		serial6 = &vuart2;
> +		mdio0 = &mdio0;
> +		mdio1 = &mdio1;
> +		mdio2 = &mdio2;
> +		mdio3 = &mdio3;
>  	};
>  
>  
> -- 
> 2.31.1
> 

Reviewed-by: Patrick Williams <patrick@...cx.xyz>

-- 
Patrick Williams

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ