hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node
commit093256789aaec8b9e84b620a4334adcea5992223
authorBin Meng <bin.meng@windriver.com>
Thu, 11 Mar 2021 08:16:08 +0000 (11 16:16 +0800)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 31 Mar 2021 00:10:50 +0000 (31 11:10 +1100)
tree0e149857bd22f820940ce194997c89bfadd61b84
parent6d40ce00c1166c317e298ad82ecf10e650c4f87d
hw/ppc: e500: Add missing #address-cells and #size-cells in the eTSEC node

Per devicetree spec v0.3 [1] chapter 2.3.5:

The #address-cells and #size-cells properties are not inherited
from ancestors in the devicetree. They shall be explicitly defined.
If missing, a client program should assume a default value of 2
for #address-cells, and a value of 1 for #size-cells.

These properties are currently missing, causing the <reg> property
of the queue-group subnode to be incorrectly parsed using default
values.

[1] https://github.com/devicetree-org/devicetree-specification/releases/download/v0.3/devicetree-specification-v0.3.pdf

Fixes: fdfb7f2cdb2d ("e500: Add support for eTSEC in device tree")
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Message-Id: <20210311081608.66891-1-bmeng.cn@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/e500.c