From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Wed, 19 Aug 2020 16:19:38 +0200 Subject: [PATCH 0/2] arm: mvebu: Espressobin: Add support for SD card Message-ID: <20200819141940.15650-1-pali@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series contains two patches from Marvell's U-Boot repository https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/ which add support for SD card on Espressobin board. I slightly modified them for current mainline U-Boot version. It allows U-Boot to load and boot Linux kernel from uSD card. Evan Wang (1): mmc: xenon: set signal voltage and max base clock Wilson Ding (1): arm: dts: a37x0: enable sd card support on espressobin arch/arm/dts/armada-3720-espressobin.dts | 20 ++++++ configs/mvebu_espressobin-88f3720_defconfig | 1 + drivers/mmc/xenon_sdhci.c | 79 ++++++++++++++++++++- 3 files changed, 99 insertions(+), 1 deletion(-) -- 2.20.1