Hi Alexandru,

On Wed, 2017-08-16 at 15:15 -0700, Alexandru Gagniuc wrote:
> +#include "skeleton.dtsi"

Eugeniy already commented on that - most probably you'll end up
overriding most if not all entries from "skeleton.dtsi" so why
bother with it at all?

And I don't see any mention of your own memory node so I assume you rely on
the one from our skeleton.dtsi? The first question is if it really matches your 
setup?
I.e. 256 Mb mapped to 0x8000_0000. And even if that's the case what if we change
this to something else later?

IMHO having your own "memory" node makes some sens :)

> +
> +             gmac0: ethernet@f2010000 {
> +                     compatible = "adaptrum,anarion-gmac", "snps,dwmac";
> +                     reg = <0xf2010000 0x4000>;
> +
> +                     interrupt-parent = <&core_intc>;

You already specified default INTC above, so you may just drop 
"interrupt-parent"
property from this node.

> +
> +             gmac1: ethernet@f2014000 {
> +                     compatible = "adaptrum,anarion-gmac", "snps,dwmac";
> +                     reg = <0xf2014000 0x4000>, <0xf2018100 8>;
> +
> +                     interrupt-parent = <&core_intc>;

Ditto.

-Alexey
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Reply via email to