Re: [PATCH 4/6] dt-bindings: host1x: Fix and add Tegra186 information

From: Rob Herring
Date: Mon Aug 21 2017 - 22:39:33 EST


On Thu, Aug 17, 2017 at 09:54:11PM +0300, Mikko Perttunen wrote:
> Add note that address/size-cells should be 2 on 64-bit systems,
> and add Tegra186-specific register range properties.

Generally the cell sizes have nothing to do with the addressing size of
the cpu. They should be as small as what fits for the given sub-tree. If
all the register space fits into 4GB, then there's no reason for the
#size-cells to be 2. The same is true if the sub-tree has a parent bus.

Rob