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

2009-04-14 Thread Tiejun Chen
Segher, Thank you very much for your review. I already re-send this patch as you expect and please check this: [v2 PATCH 1/1] Fix 64bit Maple Host Bridge 'reg' property Best Regards Tiejun 2009/4/14 Segher Boessenkool > In the DTB tree created by firmware on some Maple 64bit targets, such as

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

2009-04-14 Thread Segher Boessenkool
In the DTB tree created by firmware on some Maple 64bit targets, such as ATCA6101, these two properties, address&size, should be 2. And they are. 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 tha

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

2009-04-12 Thread Tiejun Chen
Michael and Ben, If you are free please help me check this delayed patch. For the original thread please filter email with the key words "Fix 64bit". Best Regards Tiejun > In the DTB tree created by firmware on some Maple 64bit targets, such as > ATCA6101, > these two properties, address&size

[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: