diff mbox series

[U-Boot,v6,3/4] riscv: sifive: fu540: Enable SiFive SPI and MMC SPI drivers

Message ID 20190717042312.24524-4-anup.patel@wdc.com
State Accepted
Commit 0b96a761c5ef8e85a48247f77c3a8fdd351d9e07
Delegated to: Peng Fan
Headers show
Series SiFive SPI MMC Support | expand

Commit Message

Anup Patel July 17, 2019, 4:23 a.m. UTC
From: Bhargav Shah <bhargavshah1988@gmail.com>

This patch enables SiFive SPI and MMC SPI drivers for the
SiFive Unleashed board.

Signed-off-by: Bhargav Shah <bhargavshah1988@gmail.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
---
 board/sifive/fu540/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Rick Chen July 19, 2019, 6:02 a.m. UTC | #1
> > From: Anup Patel [mailto:Anup.Patel@wdc.com]
> > Sent: Wednesday, July 17, 2019 12:24 PM
> > To: Rick Jian-Zhi Chen(陳建志); Bin Meng; Lukas Auer; Peng Fan; Jagan Teki;
> > Oleksandr Zhadan and Michael Durrant
> > Cc: Palmer Dabbelt; Paul Walmsley; Atish Patra; Anup Patel; Bhargav Shah;
> > U-Boot Mailing List; Anup Patel
> > Subject: [PATCH v6 3/4] riscv: sifive: fu540: Enable SiFive SPI and MMC SPI
> > drivers
> >
> > From: Bhargav Shah <bhargavshah1988@gmail.com>
> >
> > This patch enables SiFive SPI and MMC SPI drivers for the SiFive Unleashed
> > board.
> >
> > Signed-off-by: Bhargav Shah <bhargavshah1988@gmail.com>
> > Signed-off-by: Anup Patel <anup.patel@wdc.com>
> > Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> > Tested-by: Bin Meng <bmeng.cn@gmail.com>
> > Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
> > ---
> >  board/sifive/fu540/Kconfig | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig index
> > f46437901d..5d65080429 100644
> > --- a/board/sifive/fu540/Kconfig
> > +++ b/board/sifive/fu540/Kconfig
> > @@ -38,6 +38,12 @@ config BOARD_SPECIFIC_OPTIONS # dummy
> >       imply PHY_LIB
> >       imply PHY_MSCC
> >       imply SIFIVE_SERIAL
> > +     imply SPI
> > +     imply SPI_SIFIVE
> > +     imply MMC
> > +     imply MMC_SPI
> > +     imply MMC_BROKEN_CD
> > +     imply CMD_MMC
> >       imply SMP
> >
> >  endif
> > --
> > 2.17.1

Applied to u-boot-riscv/master, thanks!

Rick
diff mbox series

Patch

diff --git a/board/sifive/fu540/Kconfig b/board/sifive/fu540/Kconfig
index f46437901d..5d65080429 100644
--- a/board/sifive/fu540/Kconfig
+++ b/board/sifive/fu540/Kconfig
@@ -38,6 +38,12 @@  config BOARD_SPECIFIC_OPTIONS # dummy
 	imply PHY_LIB
 	imply PHY_MSCC
 	imply SIFIVE_SERIAL
+	imply SPI
+	imply SPI_SIFIVE
+	imply MMC
+	imply MMC_SPI
+	imply MMC_BROKEN_CD
+	imply CMD_MMC
 	imply SMP
 
 endif