summaryrefslogtreecommitdiff
path: root/configs/Bananapi_M2_Ultra_defconfig
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2017-05-01 06:31:57 (GMT)
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-05-02 07:21:20 (GMT)
commitdaa8b75a5527f96c2b2e5aa8d3fff3fa29b57b9b (patch)
tree6581f4223c806a59fd4a18ca208b483e396acaf5 /configs/Bananapi_M2_Ultra_defconfig
parent9946631a0f2d8e8493ea17e9fe1f0e190aa3372d (diff)
downloadu-boot-daa8b75a5527f96c2b2e5aa8d3fff3fa29b57b9b.tar.xz
sunxi: enable SATA on Banana Pi M2 Ultra
Banana Pi M2 Ultra has a SATA port connected to the internal SATA controller of R40 SoC. The controller's 1.2v VDD is connected to ELDO3 and the 2.5v VDD is connected to DLDO4. Enable these regulators as well as the SATA support of Banana Pi M2 Ultra, by adding needed config lines into its defconfig. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/Bananapi_M2_Ultra_defconfig')
-rw-r--r--configs/Bananapi_M2_Ultra_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/Bananapi_M2_Ultra_defconfig b/configs/Bananapi_M2_Ultra_defconfig
index c6da727..4332eca 100644
--- a/configs/Bananapi_M2_Ultra_defconfig
+++ b/configs/Bananapi_M2_Ultra_defconfig
@@ -7,9 +7,12 @@ CONFIG_DRAM_ODT_EN=y
CONFIG_MMC0_CD_PIN="PH13"
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_DEFAULT_DEVICE_TREE="sun8i-r40-bananapi-m2-ultra"
+CONFIG_AHCI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL=y
CONFIG_SPL_I2C_SUPPORT=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_AXP_DLDO4_VOLT=2500
+CONFIG_AXP_ELDO3_VOLT=1200