diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-08-05 19:13:49 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-09-14 13:33:47 -0700 |
commit | 3ab74b89c4d50e6d29d3ace2d400a8a3f1e6de3f (patch) | |
tree | a5e6993e10daeba110b0062c550cf0cf683950c3 /arch/arm/configs/omap2plus_defconfig | |
parent | 737f146fe0dd1353f5e2c6153fedd81f48b5cd65 (diff) | |
download | blackbird-op-linux-3ab74b89c4d50e6d29d3ace2d400a8a3f1e6de3f.tar.gz blackbird-op-linux-3ab74b89c4d50e6d29d3ace2d400a8a3f1e6de3f.zip |
ARM: omap2plus_defconfig: make PCF857x built-in
One of the lines from PCF857x is connected to the vdd line of MMC1
in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x
is not made as built-in, the regulator_get in omap_hsmmc fails making
it difficult to use MMC1 as rootfs.
Make PCF857x built-in.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 50c84e1876fc..1860f517421d 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -240,7 +240,7 @@ CONFIG_SSI_PROTOCOL=m CONFIG_PINCTRL_SINGLE=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y -CONFIG_GPIO_PCF857X=m +CONFIG_GPIO_PCF857X=y CONFIG_GPIO_TWL4030=y CONFIG_GPIO_PALMAS=y CONFIG_W1=m |