All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode
@ 2016-02-10  5:36 Vignesh R
  2016-02-10 22:12 ` Tom Rini
  2016-02-15 22:35 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Vignesh R @ 2016-02-10  5:36 UTC (permalink / raw)
  To: u-boot

CONFIG_SF_DEFAULT_MODE is used to select default SPI mode when using
sf commands. Therefore fix am43xx to use CONFIG_SF_DEFAULT_MODE instead
of CONFIG_DEFAULT_SPI_MODE.

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
 include/configs/am43xx_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index c3867efe9a0f..1428aa97b640 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -227,7 +227,7 @@
 #define CONFIG_TI_SPI_MMAP
 #define CONFIG_QSPI_SEL_GPIO                   48
 #define CONFIG_SF_DEFAULT_SPEED                48000000
-#define CONFIG_DEFAULT_SPI_MODE                SPI_MODE_3
+#define CONFIG_SF_DEFAULT_MODE                 SPI_MODE_3
 #define CONFIG_QSPI_QUAD_SUPPORT
 #define CONFIG_TI_EDMA3
 
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode
  2016-02-10  5:36 [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode Vignesh R
@ 2016-02-10 22:12 ` Tom Rini
  2016-02-11 14:07   ` Jagan Teki
  2016-02-15 22:35 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2016-02-10 22:12 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 10, 2016 at 11:06:09AM +0530, Vignesh R wrote:

> CONFIG_SF_DEFAULT_MODE is used to select default SPI mode when using
> sf commands. Therefore fix am43xx to use CONFIG_SF_DEFAULT_MODE instead
> of CONFIG_DEFAULT_SPI_MODE.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160210/718e2167/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode
  2016-02-10 22:12 ` Tom Rini
@ 2016-02-11 14:07   ` Jagan Teki
  0 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2016-02-11 14:07 UTC (permalink / raw)
  To: u-boot

On 11 February 2016 at 03:42, Tom Rini <trini@konsulko.com> wrote:
> On Wed, Feb 10, 2016 at 11:06:09AM +0530, Vignesh R wrote:
>
>> CONFIG_SF_DEFAULT_MODE is used to select default SPI mode when using
>> sf commands. Therefore fix am43xx to use CONFIG_SF_DEFAULT_MODE instead
>> of CONFIG_DEFAULT_SPI_MODE.
>>
>> Signed-off-by: Vignesh R <vigneshr@ti.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Reviewed-by: Jagan Teki <jteki@openedev.com>

-- 
Jagan.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] am43xx: qspi: Fix config to select SPI mode
  2016-02-10  5:36 [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode Vignesh R
  2016-02-10 22:12 ` Tom Rini
@ 2016-02-15 22:35 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-02-15 22:35 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 10, 2016 at 11:06:09AM +0530, Vignesh R wrote:

> CONFIG_SF_DEFAULT_MODE is used to select default SPI mode when using
> sf commands. Therefore fix am43xx to use CONFIG_SF_DEFAULT_MODE instead
> of CONFIG_DEFAULT_SPI_MODE.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Jagan Teki <jteki@openedev.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160215/1825f0d5/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-15 22:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10  5:36 [U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode Vignesh R
2016-02-10 22:12 ` Tom Rini
2016-02-11 14:07   ` Jagan Teki
2016-02-15 22:35 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.