[PATCH] ARM: dts: cygnus: add ethernet0 alias

Florian Fainelli f.fainelli at gmail.com
Thu May 3 08:13:33 PDT 2018


+Ray, Scott, Eric, list

On 05/03/2018 02:56 AM, Clément Péron wrote:
> In order to avoid Linux generating a random mac address on every boot,
> add an ethernet0 alias that will allow u-boot to patch the dtb with
> the MAC address.
> 
> Signed-off-by: Clément Péron <peron.clem at gmail.com>
> ---
>  arch/arm/boot/dts/bcm-cygnus.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
> index 9fe4f5a6379e..1a05b8f48b54 100644
> --- a/arch/arm/boot/dts/bcm-cygnus.dtsi
> +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
> @@ -41,6 +41,10 @@
>  	model = "Broadcom Cygnus SoC";
>  	interrupt-parent = <&gic>;
>  
> +	aliases {
> +		ethernet0 = &eth0;
> +	};
> +
>  	cpus {
>  		#address-cells = <1>;
>  		#size-cells = <0>;
> 

-- 
Florian



More information about the linux-arm-kernel mailing list