Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <Chunhe.Lan@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by

Chunhe Lan and committed by
Kumar Gala
0c81e4b4 e09e2fb5

+1 -1
+1 -1
arch/powerpc/boot/dts/p1023rds.dts
··· 387 387 #size-cells = <1>; 388 388 compatible = "cfi-flash"; 389 389 reg = <0x0 0x0 0x02000000>; 390 - bank-width = <1>; 390 + bank-width = <2>; 391 391 device-width = <1>; 392 392 partition@0 { 393 393 label = "ramdisk";