summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/Kconfig
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2012-05-03 18:11:06 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:37:04 +0800
commit778ef4e75ee9730de61351f6862f1ef6b1a2e4bf (patch)
tree00c049389e93a39cdc046d9525962abf744a026c /arch/arm/mach-mx6/Kconfig
parent3e440e5bfbbd8c6a695be9ab37543fdb924453f9 (diff)
ENGR00181348-1 :sabresd pfuze support cpu internal LDO bypass
VDDCORE output directly from pfuze not internal anatop regulator,VDDCORE can be adjust by pfuze regulator with deifferent cpu frequency, these patch should be used with u-boot related patch, because LDO bypass is set on u-boot. u-boot and kernel can be configured by CONFIG_MX6_INTER_LDO_BYPASS, by default it is disabled, can be used on RevC. These code is put in arch/arm. Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r--arch/arm/mach-mx6/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index 1db924a0975e..c202f0c56612 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -172,4 +172,13 @@ config IMX_PCIE
bool "PCI Express support"
select PCI
+config MX6_INTER_LDO_BYPASS
+ bool "Internal LDO in MX6Q/DL bypass"
+ depends on REGULATOR_PFUZE100 && CPU_FREQ_IMX && ARCH_MX6
+ default n
+ help
+ This is choosed for bypass internal LDO in MX6. If choose it, internal
+ LDO will replaced by external pmic regulator(e.g. pfuze100), VDDCORE
+ can be adjust automatically adjust by cpu frequency.
+
endif