[PATCH] ARM: dts: DRA7: change address-cells and size-cells
From: tony@atomide.com (Tony Lindgren)
Date: 2016-02-29 21:32:25
Also in:
linux-devicetree, linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2016-02-29 21:32:25
Also in:
linux-devicetree, linux-omap
* Arnd Bergmann [off-list ref] [160229 12:46]:
On Monday 29 February 2016 10:16:07 Tony Lindgren wrote:quoted
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.
OK thanks. Tony