diff options
author | Afzal Mohammed <afzal@ti.com> | 2012-08-30 12:53:22 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-08-30 12:53:22 -0700 |
commit | d126d0158b98469b833bcd5214bc909f164a0033 (patch) | |
tree | e049544af6d834343e22a2a4f54c85fcaf0c2336 /arch/arm/mach-omap2/gpmc-nand.c | |
parent | 52bd138d616409a45bbb32bd3536cbdadc524de6 (diff) |
ARM: OMAP2+: gpmc-nand: update gpmc-nand regs
GPMC has NAND registers, update nand platform data with those details
so that NAND driver can configure those by itself instead of using
exported symbols.
Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/gpmc-nand.c')
-rw-r--r-- | arch/arm/mach-omap2/gpmc-nand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/gpmc-nand.c b/arch/arm/mach-omap2/gpmc-nand.c index 386dec8d2351..d4e803cf549f 100644 --- a/arch/arm/mach-omap2/gpmc-nand.c +++ b/arch/arm/mach-omap2/gpmc-nand.c @@ -108,6 +108,8 @@ int __init gpmc_nand_init(struct omap_nand_platform_data *gpmc_nand_data) gpmc_cs_configure(gpmc_nand_data->cs, GPMC_CONFIG_RDY_BSY, 1); } + gpmc_update_nand_reg(&gpmc_nand_data->reg, gpmc_nand_data->cs); + err = platform_device_register(&gpmc_nand_device); if (err < 0) { dev_err(dev, "Unable to register NAND device\n"); |