In the DTB tree created by firmware on some Maple 64bit targets, such as
ATCA6101,
the "reg" property of host bridge node is incorrectly encoded as if
#address-cells
and #size-cells were 1. So we have to provide one fixup function to fix that.
Signed-off-by: Tiejun Chen
---
arch/powerpc/kern
Benjamin Herrenschmidt wrote:
> > Thanks.
> >
Firstly sorry for the delay response.
> > Now, is there any reason you can't fold the fix inside the existing
> > fixup_device_tree_maple() fixup ? IE. Does it apply to any Maple board
> > or only this ATCA6101 ?
> >
I really don't validate this o
In the DTB tree created by firmware on some Maple 64bit targets, such as
ATCA6101,
these two properties, address&size, should be 2. But the actual corresponding
values
of host bridge node are set 1 incorrectly by the firmware, we have to provide
one
fixup function to fix that.
Signed-off-by: