[v2 PATCH 1/1] Fix 64bit Maple Host Bridge 'reg' property

2009-04-14 Thread tiejun . china
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

Re: [PATCH 1/1] Fix 64bit Mapple Host Bridge Address and Size Nodes

2009-04-03 Thread tiejun . china
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

[v1 PATCH 1/1] Fix 64bit Maple Host Bridge Address and Size Nodes

2009-04-03 Thread tiejun . china
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: