summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorBai Ping <b51503@freescale.com>2015-07-16 18:48:48 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:20:42 +0300
commit26b71a667d1666aadffb3049621e28309c35f14b (patch)
treec1e709019f39744a8c501d47928886cf6925996a /arch/arm/configs
parenta815040a068271dde0a93afb4e40949535e7961c (diff)
MLK-11252-01 ARM: imx: dts: add gpio regulator to control the dc-dc voltage on imx6ul evk board
For the i.MX6UL EVK board, according to the latest schematic, use a GPIO pin along with the 'PMIC_STBY_REQ' pin to control the DC-DC voltage output. the possible voltage output as below: PMIC_STBY_REQ = 0, GPIO_DVFS = 0, output is 1.4V (1.375V + 25mV) <Default> PMIC_STBY_REQ = 0, GPIO_DVFS = 1, output is 1.3V (1.275V + 25mV) PMIC_STBY_REQ = 1, GPIO_DVFS = 0, output is 0.925V (0.9V + 25mV) In normal run mode, the voltage output should be changed using the 'GPIO_DVFS' pin, so add gpio regulator to control it. Signed-off-by: Bai Ping <b51503@freescale.com> (cherry picked from commit 4517cf404b4e0cfb805a9d0c412b2f2839400d9b)
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx_v7_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index 0ceb272df4bb..f3e6334e418a 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -209,6 +209,7 @@ CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_ANATOP=y
CONFIG_REGULATOR_DA9052=y
+CONFIG_REGULATOR_GPIO=y
CONFIG_REGULATOR_MAX17135=y
CONFIG_REGULATOR_MC13783=y
CONFIG_REGULATOR_MC13892=y