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-evm-37xx.dts | |
parent | 13aec8e419ac1b02610fd7d550121bf286a3cf24 (diff) |
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-evm-37xx.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-evm-37xx.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-evm-37xx.dts b/arch/arm/boot/dts/omap3-evm-37xx.dts index f73385bb237a..16e8ce350dda 100644 --- a/arch/arm/boot/dts/omap3-evm-37xx.dts +++ b/arch/arm/boot/dts/omap3-evm-37xx.dts @@ -161,6 +161,7 @@ linux,mtd-name= "hynix,h8kds0un0mer-4em"; 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>; |