diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-09-14 10:26:34 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-09-18 14:39:16 +0200 |
commit | 01cf4a1af23130d554c3f5a4a6e44bc9ce19d2a9 (patch) | |
tree | a987628e7f976ccfeed643a9c30387021abccb38 /configs/Sinlinx_SinA33_defconfig | |
parent | 348df5b92caaa79c7bd09a2dcb1249bc7d79ba47 (diff) | |
download | u-boot-01cf4a1af23130d554c3f5a4a6e44bc9ce19d2a9.tar.gz |
sunxi: Add mmc0 card detect pin for Sinlinx SinA33
Sinlinx SinA33 uses PB4 for mmc0 card detect.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/Sinlinx_SinA33_defconfig')
-rw-r--r-- | configs/Sinlinx_SinA33_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig index 013c35e1a8..77eb05bf25 100644 --- a/configs/Sinlinx_SinA33_defconfig +++ b/configs/Sinlinx_SinA33_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN8I_A33=y CONFIG_DRAM_CLK=552 CONFIG_DRAM_ZQ=15291 +CONFIG_MMC0_CD_PIN="PB4" CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-sinlinx-sina33" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |