Skip to content

Commit 0c81e4b

Browse files
Chunhe Lankumargala
Chunhe Lan
authored andcommitted
powerpc/p1023rds: Fix the error of bank-width of nor flash
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]>
1 parent e09e2fb commit 0c81e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/boot/dts/p1023rds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
#size-cells = <1>;
388388
compatible = "cfi-flash";
389389
reg = <0x0 0x0 0x02000000>;
390-
bank-width = <1>;
390+
bank-width = <2>;
391391
device-width = <1>;
392392
partition@0 {
393393
label = "ramdisk";

0 commit comments

Comments
 (0)