]> git.sur5r.net Git - u-boot/commitdiff
sunxi: enable SATA on Banana Pi M2 Ultra
authorIcenowy Zheng <icenowy@aosc.io>
Mon, 1 May 2017 06:31:57 +0000 (14:31 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 2 May 2017 07:21:20 +0000 (09:21 +0200)
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>
configs/Bananapi_M2_Ultra_defconfig

index c6da7274e176057b1e2777d12741d503a8b6fb44..4332eca68f7ec5deedd583ae384a970b4c0ff85b 100644 (file)
@@ -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