Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291452
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 |
| Date | 2015-12-14 19:50 +0100 |
| Message-ID | <qFGm6-1sC-29@gated-at.bofh.it> (permalink) |
| References | <qFGm6-1sC-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable PMIC for beaglebone similar to commit 7a5c6065669c ("ARM:
OMAP2+: omap2plus_defconfig: Add tps65217 support") - this allows
multi_v7_defconfig to boot up on older beaglebone platforms.
Signed-off-by: Nishanth Menon <nm@ti.com>
---
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 69a22fdb52a5..a8b6de1d6d9a 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -411,6 +411,7 @@ CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_STMPE=y
CONFIG_MFD_PALMAS=y
CONFIG_MFD_TPS65090=y
+CONFIG_MFD_TPS65217=y
CONFIG_MFD_TPS6586X=y
CONFIG_MFD_TPS65910=y
CONFIG_REGULATOR_AB8500=y
@@ -441,6 +442,7 @@ CONFIG_REGULATOR_S5M8767=y
CONFIG_REGULATOR_TPS51632=y
CONFIG_REGULATOR_TPS62360=y
CONFIG_REGULATOR_TPS65090=y
+CONFIG_REGULATOR_TPS65217=y
CONFIG_REGULATOR_TPS6586X=y
CONFIG_REGULATOR_TPS65910=y
CONFIG_REGULATOR_TWL4030=y
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
[PATCH V2 3/3] ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
Re: [PATCH V2 3/3] ARM: multi_v7_defconfig: Enable generic SoC internal OMAP regulators Olof Johansson <olof@lixom.net> - 2015-12-22 20:50 +0100
[PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-14 19:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-15 15:00 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-15 15:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-16 14:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Nishanth Menon <nm@ti.com> - 2015-12-16 15:10 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-16 15:20 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Olof Johansson <olof@lixom.net> - 2015-12-22 20:50 +0100
Re: [PATCH V2 1/3] ARM: multi_v7_defconfig: Enable beaglebone PMIC TPS65217 Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-12-26 14:50 +0100
csiph-web