[PATCH] ARM: dts: DRA7: change address-cells and size-cells

Arnd Bergmann arnd at arndb.de
Mon Feb 29 12:45:09 PST 2016


On Monday 29 February 2016 10:16:07 Tony Lindgren wrote:
> Yes I understand that if we need to set it at the top level. But what
> happens if you only set it for the memory node?
> 
> With just something like:
> 
> memory {
>        #address-cells = <2>;
>        #size-cells = <2>;
>        ...
> };

Nothing happens there: the memory node has no children, and no
ranges property, so the two properties are never referenced.

	Arnd



More information about the linux-arm-kernel mailing list