]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/kernel/omap/beagle/0005-ARM-OMAP-Beagle-use-TWL4030-generic-reset-script.patch
OpenVPN: Added 'valid til (days)' field for N2N.
[people/pmueller/ipfire-2.x.git] / src / patches / kernel / omap / beagle / 0005-ARM-OMAP-Beagle-use-TWL4030-generic-reset-script.patch
1 From f2ec859cb99e6137d78b457f8a6693e69e3b1f33 Mon Sep 17 00:00:00 2001
2 From: Robert Nelson <robertcnelson@gmail.com>
3 Date: Thu, 24 Jan 2013 09:43:51 -0600
4 Subject: [PATCH 5/5] ARM: OMAP: Beagle: use TWL4030 generic reset script
5
6 Enable TWL_COMMON_PDATA_POWER such that OMAP3530 revisions of the
7 Beagle (Bx/Cx) will not hang on reboot when running at 125 Mhz.
8
9 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
10 ---
11 arch/arm/mach-omap2/board-omap3beagle.c | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
15 index 5b57885..9a2c80b 100644
16 --- a/arch/arm/mach-omap2/board-omap3beagle.c
17 +++ b/arch/arm/mach-omap2/board-omap3beagle.c
18 @@ -831,7 +831,7 @@ static int __init omap3_beagle_i2c_init(void)
19 {
20 omap3_pmic_get_config(&beagle_twldata,
21 TWL_COMMON_PDATA_USB | TWL_COMMON_PDATA_MADC |
22 - TWL_COMMON_PDATA_AUDIO,
23 + TWL_COMMON_PDATA_AUDIO | TWL_COMMON_PDATA_POWER,
24 TWL_COMMON_REGULATOR_VDAC | TWL_COMMON_REGULATOR_VPLL2);
25
26 beagle_twldata.vpll2->constraints.name = "VDVI";
27 --
28 1.7.10.4
29