diff mbox series

[U-Boot,v4,2/2] ARM: kirkwood: enable CONFIG_DM_USB on db-88f6281-bp

Message ID 20190413082119.21465-2-judge.packham@gmail.com
State Awaiting Upstream
Delegated to: Stefan Roese
Headers show
Series [U-Boot,v4,1/2] ARM: kirkwood: add db-88f6281-bp board | expand

Commit Message

Chris Packham April 13, 2019, 8:21 a.m. UTC
Switch to the driver model for USB on the db-88f6281-bp board.
CONFIG_BLK can't be enabled yet because mvebu_mmc.c needs converting.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
---
In my original patch series having this separate made sense as this
wouldn't be possible without the USB changes. Now it may make sense to
squash this into the previous patch.

Changes in v4: None
Changes in v3: None

 configs/db-88f6281-bp-nand_defconfig | 1 +
 configs/db-88f6281-bp-spi_defconfig  | 1 +
 2 files changed, 2 insertions(+)

Comments

Stefan Roese April 26, 2019, 10:46 a.m. UTC | #1
On 13.04.19 10:21, Chris Packham wrote:
> Switch to the driver model for USB on the db-88f6281-bp board.
> CONFIG_BLK can't be enabled yet because mvebu_mmc.c needs converting.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/db-88f6281-bp-nand_defconfig b/configs/db-88f6281-bp-nand_defconfig
index 6360ef5e8280..a7a65df7ee7b 100644
--- a/configs/db-88f6281-bp-nand_defconfig
+++ b/configs/db-88f6281-bp-nand_defconfig
@@ -47,6 +47,7 @@  CONFIG_SYS_NS16550=y
 CONFIG_SPI=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y
 CONFIG_LZMA=y
diff --git a/configs/db-88f6281-bp-spi_defconfig b/configs/db-88f6281-bp-spi_defconfig
index 54d476727996..bafbdd3ef075 100644
--- a/configs/db-88f6281-bp-spi_defconfig
+++ b/configs/db-88f6281-bp-spi_defconfig
@@ -49,6 +49,7 @@  CONFIG_SPI=y
 CONFIG_DM_SPI=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y
 CONFIG_LZMA=y