On Mon, Nov 19, 2012 at 17:15:25, Igor Mazanov wrote: > TPS65217 is described in arch/arm/boot/dts/am335x-bone.dts > but doesn't enabled in arch/arm/configs/omap2plus_defconfig. > > Enable TPS65217 support in omap2plus_defconfig. > > Signed-off-by: Igor Mazanov <i.mazanov@xxxxxxxxx> > --- > arch/arm/configs/omap2plus_defconfig | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/configs/omap2plus_defconfig > b/arch/arm/configs/omap2plus_defconfig > index 6230304..00f2ce3 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -240,3 +240,6 @@ CONFIG_CRC_ITU_T=y > CONFIG_CRC7=y > CONFIG_LIBCRC32C=y > CONFIG_SOC_OMAP5=y > +CONFIG_MFD_CORE=y > +CONFIG_MFD_TPS65217=y > +CONFIG_REGULATOR_TPS65217=y Hi Igor, Can you try this, MFD_CORE is selected by default and note that remaining flags should be added at appropriate places. Author: AnilKumar Ch <anilkumar@xxxxxx> Date: Tue Nov 20 15:34:51 2012 +0530 Custom: ARM: OMAP2+: omap2plus_defconfig: Add tps65217 support Signed-off-by: AnilKumar Ch <anilkumar@xxxxxx> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 6230304..69ddbf7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -132,9 +132,11 @@ CONFIG_POWER_SUPPLY=y CONFIG_WATCHDOG=y CONFIG_OMAP_WATCHDOG=y CONFIG_TWL4030_WATCHDOG=y +CONFIG_MFD_TPS65217=y CONFIG_REGULATOR_TWL4030=y CONFIG_REGULATOR_TPS65023=y CONFIG_REGULATOR_TPS6507X=y +CONFIG_REGULATOR_TPS65217=y CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_MODE_HELPERS=y Thanks AnilKumar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html