[U-Boot] [PATCH v2] dm: sunxi: Use DM for MMC and SATA on all A20 boards
Maxime Ripard
maxime.ripard at bootlin.com
Fri Jun 29 07:47:46 UTC 2018
On Thu, Jun 28, 2018 at 11:06:40PM +0100, Adam Sampson wrote:
> Generalise the change in commit 3936514b82e8 ("dm: sunxi: Move
> Linksprite_pcDuino3 to use DM for MMC, SATA") so it applies to all A20
> boards: use the driver model for MMC and SATA, in preparation for
> CONFIG_BLK defaulting to y.
>
> Tested on Linksprite pcDuino3 Nano.
>
> Signed-off-by: Adam Sampson <ats at offog.org>
> ---
> Changes for v2:
> - at Maxime's suggestion, enabled by default at the Kconfig level for
> all A20 boards (which means the one board Simon updated previously
> doesn't need to specify them any more)
>
> arch/arm/mach-sunxi/Kconfig | 2 ++
> configs/Linksprite_pcDuino3_defconfig | 2 --
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> index a3f7723028..78f76f52d0 100644
> --- a/arch/arm/mach-sunxi/Kconfig
> +++ b/arch/arm/mach-sunxi/Kconfig
> @@ -174,6 +174,8 @@ config MACH_SUN7I
> select CPU_V7_HAS_NONSEC
> select CPU_V7_HAS_VIRT
> select ARCH_SUPPORT_PSCI
> + select DM_MMC
> + select DM_SCSI if SCSI
I guess we would need an if MMC for DM_MMC, there's some boards
without MMC support, but once that is fixed:
Acked-by: Maxime Ripard <maxime.ripard at bootlin.com>
Thanks!
Maxime
--
Maxime Ripard, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180629/dfbc3a3c/attachment.sig>
More information about the U-Boot
mailing list