mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
sunxi: Yones Toptech BD1078 mmc0 and mmc1 card-detect pins
Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
6dd714e6d2
commit
2f44afafe2
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ CONFIG_SPL=y
|
|||
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
|
||||
CONFIG_FDTFILE="sun7i-a20-yones-toptech-bd1078.dtb"
|
||||
CONFIG_MMC_SUNXI_SLOT_EXTRA=1
|
||||
CONFIG_MMC0_CD_PIN="PH1"
|
||||
CONFIG_MMC1_CD_PIN="PH2"
|
||||
CONFIG_MMC1_PINS="PH"
|
||||
CONFIG_USB_MUSB_SUNXI=y
|
||||
CONFIG_USB0_VBUS_PIN="PB9"
|
||||
|
|
Loading…
Reference in a new issue