linux-firmware: add firmware for RTL8723BS SDIO modules
[openwrt/staging/stintel.git] / package / boot / uboot-sunxi / patches / 240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch
1 From ad320d4d6ad03af5ff730546113d53a47ef6a22e Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Sun, 13 Jan 2019 17:05:09 +0100
4 Subject: [PATCH] sun50i: h5: Orange Pi Zero Plus: Fix SdCard detection
5
6 The Detection pin is at PF6 and not at PH13 like defined before. I
7 checked the schematics and now I am am not seeing this error message any
8 more:
9 Loading Environment from FAT... Card did not respond to voltage select!
10
11 Fixes: 76d69eb01de ("sun50i: h5: Add initial Orange Pi Zero Plus support")
12 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
13 ---
14 configs/orangepi_zero_plus_defconfig | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 --- a/configs/orangepi_zero_plus_defconfig
18 +++ b/configs/orangepi_zero_plus_defconfig
19 @@ -4,8 +4,7 @@ CONFIG_SPL=y
20 CONFIG_MACH_SUN50I_H5=y
21 CONFIG_DRAM_CLK=624
22 CONFIG_DRAM_ZQ=3881977
23 -CONFIG_MMC0_CD_PIN="PH13"
24 -CONFIG_MMC_SUNXI_SLOT_EXTRA=2
25 +CONFIG_MMC0_CD_PIN="PF6"
26 CONFIG_NR_DRAM_BANKS=1
27 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
28 # CONFIG_CMD_FLASH is not set