diff options
author | Tony Lindgren <tony@atomide.com> | 2014-11-03 17:42:16 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-03 17:42:16 -0800 |
commit | 24f284af1a64a1a073b064428cafb447aff19a21 (patch) | |
tree | 42729890e2f0f7c791e1c6fc808a479a0020e414 /arch/arm/boot/dts/omap3-igep0020.dts | |
parent | 13aec8e419ac1b02610fd7d550121bf286a3cf24 (diff) | |
download | op-kernel-dev-24f284af1a64a1a073b064428cafb447aff19a21.zip op-kernel-dev-24f284af1a64a1a073b064428cafb447aff19a21.tar.gz |
ARM: dts: Fix missing GPMC NAND device width for omap3 boards
Looks like we have some GPMC NAND timings missing device
width. This fixes "gpmc_cs_program_settings: invalid width 0!"
errors during boot.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0020.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts index ff0b11d..cc9343e 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts @@ -204,6 +204,7 @@ linux,mtd-name= "micron,mt29c4g96maz"; reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ nand-bus-width = <16>; + gpmc,device-width = <2>; ti,nand-ecc-opt = "bch8"; gpmc,sync-clk-ps = <0>; |