projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5f71b
)
ti: qspi: populate slave device to set flash quad bit.
author
Sourav Poddar
<sourav.poddar@ti.com>
Mon, 19 May 2014 20:53:38 +0000
(16:53 -0400)
committer
Tom Rini
<trini@ti.com>
Fri, 6 Jun 2014 21:46:14 +0000
(17:46 -0400)
The patch populates the slave data which will be used by flash driver to
set the flash quad enable bit.
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
drivers/spi/ti_qspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/ti_qspi.c
b/drivers/spi/ti_qspi.c
index c5d2245e4460bd8881d40f2e2bde2ffa990e3930..fd7fea8df5b12623c5cba84296e1c3a302619072 100644
(file)
--- a/
drivers/spi/ti_qspi.c
+++ b/
drivers/spi/ti_qspi.c
@@
-106,6
+106,7
@@
static void ti_spi_setup_spi_register(struct ti_qspi_slave *qslave)
slave->memory_map = (void *)MMAP_START_ADDR_DRA;
#else
slave->memory_map = (void *)MMAP_START_ADDR_AM43x;
+ slave->op_mode_rx = 8;
#endif
memval |= QSPI_CMD_READ | QSPI_SETUP0_NUM_A_BYTES |