diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2018-04-30 04:24:50 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-05-02 05:28:57 -0400 |
commit | 9a34ace65ef4e219d2e4cbaeb7474b6517d4dc3c (patch) | |
tree | fd3fbaf012a841deebd4453b0b5da81ed3c6541b | |
parent | 75760c6879c30bc02e0828d67779085a933197e4 (diff) |
ARM: davinci: dm646x-evm: specify the chipselect in davinci_nand_pdata
We now have the core_chipsel field in davinci_nand_pdata. Use it
instead of the platform_device id number.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r-- | arch/arm/mach-davinci/board-dm646x-evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index 2d37f5b0e1f5..764be73735a2 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c | |||
@@ -84,6 +84,7 @@ static struct davinci_aemif_timing dm6467tevm_nandflash_timing = { | |||
84 | }; | 84 | }; |
85 | 85 | ||
86 | static struct davinci_nand_pdata davinci_nand_data = { | 86 | static struct davinci_nand_pdata davinci_nand_data = { |
87 | .core_chipsel = 0, | ||
87 | .mask_cle = 0x80000, | 88 | .mask_cle = 0x80000, |
88 | .mask_ale = 0x40000, | 89 | .mask_ale = 0x40000, |
89 | .parts = davinci_nand_partitions, | 90 | .parts = davinci_nand_partitions, |