From patchwork Thu Jan 16 15:25:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Szyprowski X-Patchwork-Id: 239673 List-Id: U-Boot discussion From: m.szyprowski at samsung.com (Marek Szyprowski) Date: Thu, 16 Jan 2020 16:25:32 +0100 Subject: [PATCH 0/3] Fix Odroid U3/X2 SD-card boot References: Message-ID: <20200116152535.2170-1-m.szyprowski@samsung.com> Hi All This patchset restores booting from SD-card on Exynos4412-based Odroid U3/X2 boards. It relies on the Exynos MMC device id auto-dectection and PMIC device name fixes: https://patchwork.ozlabs.org/patch/1223558/ https://patchwork.ozlabs.org/patch/1224228/ Best regards Marek Szyprowski Samsung R&D Institute Poland Patch summary: Marek Szyprowski (3): mmc: s5p_sdhci: Read generic MMC properties from DT arm: dts: exynos: Fix card-detect polarity for SD card on Odroid U3/X2 arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card) arch/arm/dts/exynos4412-odroid.dts | 3 ++- drivers/mmc/s5p_sdhci.c | 5 +++++ include/configs/odroid.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)