projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09e2fb
)
powerpc/p1023rds: Fix the error of bank-width of nor flash
author
Chunhe Lan
<
[email protected]
>
Fri, 12 Aug 2011 11:00:09 +0000
(19:00 +0800)
committer
Kumar Gala
<
[email protected]
>
Wed, 31 Aug 2011 02:27:33 +0000
(21:27 -0500)
In the p1023rds, a physical bus of nor flash is 16 bits width.
The bank-width is width (in bytes) of the bus width. So, the
value of bank-width of nor flash is not one, and it should be
two.
Signed-off-by: Chunhe Lan <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
arch/powerpc/boot/dts/p1023rds.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/p1023rds.dts
b/arch/powerpc/boot/dts/p1023rds.dts
index bfa96aa8f2cac187eb22334ec621ea1d7a646086..d9b776740a6739707d26a9ad836a39533bc8718c 100644
(file)
--- a/
arch/powerpc/boot/dts/p1023rds.dts
+++ b/
arch/powerpc/boot/dts/p1023rds.dts
@@
-387,7
+387,7
@@
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0x0 0x0 0x02000000>;
- bank-width = <
1
>;
+ bank-width = <
2
>;
device-width = <1>;
partition@0 {
label = "ramdisk";