]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
sunxi: power: Change A23/A33 aldo1 default voltage to 3.0V
authorHans de Goede <hdegoede@redhat.com>
Sat, 3 Oct 2015 13:26:34 +0000 (15:26 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 20 Oct 2015 16:40:27 +0000 (18:40 +0200)
On A23 / A33 boards aldo1 is used for VCC-IO and should be 3.0V, make this
the default.

Note that this does not cause any functional changes since all sun8i
board defconfig-s already contained: CONFIG_AXP_ALDO1_VOLT=3000 .

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/Sinlinx_SinA33_defconfig
configs/ga10h_v1_1_defconfig
configs/gt90h_v4_defconfig
configs/q8_a23_tablet_800x480_defconfig
configs/q8_a33_tablet_1024x600_defconfig
configs/q8_a33_tablet_800x480_defconfig
drivers/power/Kconfig

index 79fa5bca7fcd771729b5f3c28a94efd52dfeb8a7..013c35e1a83523fb0f96298ff441d17f4ff5d5a1 100644 (file)
@@ -9,4 +9,3 @@ CONFIG_SPL=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
-CONFIG_AXP_ALDO1_VOLT=3000
index b288e828a4bcc038eb5a0c5016dc785371708a30..34e74af9f69e4dfe8e51376419d372b8e395fa38 100644 (file)
@@ -22,6 +22,5 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_AXP_DLDO1_VOLT=3300
-CONFIG_AXP_ALDO1_VOLT=3000
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_MUSB_HOST=y
index e7347d84b485fecf9872b34180b12d94f13449d9..a14de0d0bf7669305abfbaa20785eba76da60097 100644 (file)
@@ -21,5 +21,4 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_AXP_DLDO1_VOLT=3300
-CONFIG_AXP_ALDO1_VOLT=3000
 CONFIG_USB_MUSB_HOST=y
index 4993fa994dec25876ef401e8e1ae707eabc1fca3..73914641a493f2b989ac18a9cb76a02e38a25b97 100644 (file)
@@ -21,5 +21,4 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_AXP_DLDO1_VOLT=3300
-CONFIG_AXP_ALDO1_VOLT=3000
 CONFIG_USB_MUSB_HOST=y
index d4279667fe1c9f958669b0da08e511bc98f81b9c..16f8600c223e8de4490591946766454af3bece44 100644 (file)
@@ -21,5 +21,4 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_AXP_DLDO1_VOLT=3300
-CONFIG_AXP_ALDO1_VOLT=3000
 CONFIG_USB_MUSB_HOST=y
index 7f5cc4760b196a8cfaae3a8c9e67810b7393e7a4..6378918883608d7acf01d469e309b26f11a630c9 100644 (file)
@@ -21,5 +21,4 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set
 CONFIG_AXP_DLDO1_VOLT=3300
-CONFIG_AXP_ALDO1_VOLT=3000
 CONFIG_USB_MUSB_HOST=y
index 81d2c3902c563c2f64e357e0f1485f2c4694f00c..80626b488218b938d0add430377d07f0fe2be432 100644 (file)
@@ -101,7 +101,8 @@ config AXP_DCDC5_VOLT
 config AXP_ALDO1_VOLT
        int "axp pmic (a)ldo1 voltage"
        depends on AXP221_POWER
-       default 0
+       default 0 if MACH_SUN6I
+       default 3000 if MACH_SUN8I
        ---help---
        Set the voltage (mV) to program the axp pmic aldo1 at, set to 0 to
        disable aldo1.