Re: [PATCH 08/10] ARM: i.MX51 babbage: provide MAC adress in devicetree

Alexander Shiyan shc_work at mail.ru
Tue May 21 11:22:45 EDT 2013


> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
>  arch/arm/dts/imx51-babbage.dts | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/dts/imx51-babbage.dts b/arch/arm/dts/imx51-babbage.dts
> index 9630b61..4c43312 100644
> --- a/arch/arm/dts/imx51-babbage.dts
> +++ b/arch/arm/dts/imx51-babbage.dts
> @@ -216,6 +216,10 @@
>  	status = "okay";
>  };
>  
> +&iim {
> +	barebox,provide-mac-address = <&fec 1 9>;
> +};

Fixme, is this entry compatible with kernel devicetree?
If not, should it be stripped from dt passed to kernel?

---


More information about the barebox mailing list