diff mbox

[U-Boot] arm64: zynqmp: Add comment about level shifter mode v1

Message ID 9ff33607c8806e82eec28318477af1242ac39461.1496145670.git.michal.simek@xilinx.com
State Accepted
Commit b0259c840ecd7ec35ebc5acad061bd6e2bcc847d
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek May 30, 2017, 12:01 p.m. UTC
Silicon v1 didn't support SD boot mode with level shifter.
Because system can't boot any error message is not shown
that's why comment is just a record if someone tries to debug it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/cpu/armv8/zynqmp/spl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/cpu/armv8/zynqmp/spl.c b/arch/arm/cpu/armv8/zynqmp/spl.c
index e5a413954a5b..779497ca6d0b 100644
--- a/arch/arm/cpu/armv8/zynqmp/spl.c
+++ b/arch/arm/cpu/armv8/zynqmp/spl.c
@@ -84,7 +84,7 @@  u32 spl_boot_device(void)
 		return BOOT_DEVICE_RAM;
 #ifdef CONFIG_SPL_MMC_SUPPORT
 	case SD_MODE1:
-	case SD1_LSHFT_MODE:
+	case SD1_LSHFT_MODE: /* not working on silicon v1 */
 /* if both controllers enabled, then these two are the second controller */
 #if defined(CONFIG_ZYNQ_SDHCI0) && defined(CONFIG_ZYNQ_SDHCI1)
 		return BOOT_DEVICE_MMC2;