[PATCH v4] ARM: dts: imx53-tx53: Fix 'ethernet-phy at 0' node with unit name and no reg property

Fabio Estevam festevam at gmail.com
Thu Oct 26 07:29:11 PDT 2017


Hi Marco,

On Wed, Oct 25, 2017 at 1:40 PM, Marco Franchi <marco.franchi at nxp.com> wrote:

>                         fec: ethernet at 63fec000 {
> +                               #address-cells = <1>;
> +                               #size-cells = <0>;

This does not look corret.

You should these lines under 'mdio':

mdio {
     #address-cells = <1>;
     #size-cells = <0>;
   .....

Take a look at arch/arm/boot/dts/imx6ul-14x14-evk.dts for an example.



More information about the linux-arm-kernel mailing list