diff mbox series

[U-Boot] omap3_logic: Enable DM_SPI

Message ID 1520421790-22043-1-git-send-email-aford173@gmail.com
State Accepted
Commit 4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series [U-Boot] omap3_logic: Enable DM_SPI | expand

Commit Message

Adam Ford March 7, 2018, 11:23 a.m. UTC
With the introduction of ("Boards,Need,to,Switch,DM] spi: omap3_spi:
Full dm conversion"), Driver Model for McSPI is now available on the
omap3.  This enables the config by default on omap3_logic boards.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Jagan Teki March 7, 2018, 11:36 a.m. UTC | #1
On Wed, Mar 7, 2018 at 4:53 PM, Adam Ford <aford173@gmail.com> wrote:
> With the introduction of ("Boards,Need,to,Switch,DM] spi: omap3_spi:
> Full dm conversion"), Driver Model for McSPI is now available on the
> omap3.  This enables the config by default on omap3_logic boards.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>

Reviewed-by: Jagan Teki <jagan@openedev.com>
Jagan Teki March 13, 2018, 2:18 p.m. UTC | #2
On Wed, Mar 7, 2018 at 5:06 PM, Jagan Teki <jagannadh.teki@gmail.com> wrote:
> On Wed, Mar 7, 2018 at 4:53 PM, Adam Ford <aford173@gmail.com> wrote:
>> With the introduction of ("Boards,Need,to,Switch,DM] spi: omap3_spi:
>> Full dm conversion"), Driver Model for McSPI is now available on the
>> omap3.  This enables the config by default on omap3_logic boards.
>>
>> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> Reviewed-by: Jagan Teki <jagan@openedev.com>

Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index c3e999e..519b2a0 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -47,6 +47,7 @@  CONFIG_SMC911X=y
 CONFIG_SMC911X_BASE=0x08000000
 CONFIG_SMC911X_32_BIT=y
 CONFIG_SYS_NS16550=y
+CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y