[PATCH 1/5] ARM: socfpga: dts: Add ethernet bindings for SOCFPGA

Arnd Bergmann arnd at arndb.de
Wed May 15 09:19:08 EDT 2013


On Wednesday 15 May 2013, dinguyen at altera.com wrote:
>                 };
>  
> +               ethernet at ff700000 {
> +                       phy-mode = "gmii";
> +               };
> +
> +               ethernet at ff702000 {
> +                       status = "disabled";
> +               };

By convention, please mark the controllers as "disabled" in the main .dtsi file
and only enable them in the board specific files when used, rather than the
other way round.

	Arnd



More information about the linux-arm-kernel mailing list