forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
13aec8e419
commit
24f284af1a
|
@ -161,6 +161,7 @@ nand@0,0 {
|
|||
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>;
|
||||
|
|
|
@ -204,6 +204,7 @@ nand@0,0 {
|
|||
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>;
|
||||
|
|
|
@ -61,6 +61,7 @@ nand@0,0 {
|
|||
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>;
|
||||
|
|
|
@ -103,6 +103,7 @@ nand@0,0 {
|
|||
linux,mtd-name= "micron,nand";
|
||||
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>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user