Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1366578 > unrolled thread
| Started by | Paul Kocialkowski <contact@paulk.fr> |
|---|---|
| First post | 2016-03-29 21:30 +0200 |
| Last post | 2016-03-29 21:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 5/8] ARM: OMAP2+: Only select TWL4030_POWER for OMAP3 Paul Kocialkowski <contact@paulk.fr> - 2016-03-29 21:30 +0200
| From | Paul Kocialkowski <contact@paulk.fr> |
|---|---|
| Date | 2016-03-29 21:30 +0200 |
| Subject | [PATCH 5/8] ARM: OMAP2+: Only select TWL4030_POWER for OMAP3 |
| Message-ID | <ri7uX-2lB-35@gated-at.bofh.it> |
The TWL4030 is generally used with the OMAP3, not with OMAP4. The TWL6030 is generally used with the OMAP4 instead. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> --- arch/arm/mach-omap2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ada4c7a1..6ffa7f1 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -125,7 +125,7 @@ config ARCH_OMAP2PLUS_TYPICAL select REGULATOR select REGULATOR_FIXED_VOLTAGE select TWL_CORE if ARCH_OMAP3 || ARCH_OMAP4 - select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4 + select TWL4030_POWER if ARCH_OMAP3 select VFP help Compile a kernel suitable for booting most boards -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web