diff options
| -rw-r--r-- | recipes-kernel/linux/linux-omap-2.6.39/beagle/0006-OMAP3-BEAGLE-fix-RTC.patch | 27 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-omap_2.6.39.bb | 3 |
2 files changed, 29 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-omap-2.6.39/beagle/0006-OMAP3-BEAGLE-fix-RTC.patch b/recipes-kernel/linux/linux-omap-2.6.39/beagle/0006-OMAP3-BEAGLE-fix-RTC.patch new file mode 100644 index 00000000..a7066f03 --- /dev/null +++ b/recipes-kernel/linux/linux-omap-2.6.39/beagle/0006-OMAP3-BEAGLE-fix-RTC.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From 5eb1ce0f0a5c6e4e31225967ef61812191c01de4 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Wed, 15 Jun 2011 16:25:50 +0200 | ||
| 4 | Subject: [PATCH 6/6] OMAP3: BEAGLE: fix RTC | ||
| 5 | |||
| 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 7 | --- | ||
| 8 | arch/arm/mach-omap2/board-omap3beagle.c | 3 +++ | ||
| 9 | 1 files changed, 3 insertions(+), 0 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c | ||
| 12 | index 221bfda..61564a4 100644 | ||
| 13 | --- a/arch/arm/mach-omap2/board-omap3beagle.c | ||
| 14 | +++ b/arch/arm/mach-omap2/board-omap3beagle.c | ||
| 15 | @@ -941,6 +941,9 @@ static void __init omap3_beagle_init(void) | ||
| 16 | omap3_beagle_init_rev(); | ||
| 17 | omap3_beagle_i2c_init(); | ||
| 18 | |||
| 19 | + /* Ensure msecure is mux'd to be able to set the RTC. */ | ||
| 20 | + omap_mux_init_signal("sys_drm_msecure", OMAP_PIN_OFF_OUTPUT_HIGH); | ||
| 21 | + | ||
| 22 | if (cpu_is_omap3630()) { | ||
| 23 | gpio_buttons[0].gpio = 4; | ||
| 24 | } | ||
| 25 | -- | ||
| 26 | 1.6.6.1 | ||
| 27 | |||
diff --git a/recipes-kernel/linux/linux-omap_2.6.39.bb b/recipes-kernel/linux/linux-omap_2.6.39.bb index 9cb7f96e..b44e8980 100644 --- a/recipes-kernel/linux/linux-omap_2.6.39.bb +++ b/recipes-kernel/linux/linux-omap_2.6.39.bb | |||
| @@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "(beagleboard)" | |||
| 7 | 7 | ||
| 8 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc | 8 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc |
| 9 | SRCREV_pn-${PN} = "v2.6.39" | 9 | SRCREV_pn-${PN} = "v2.6.39" |
| 10 | MACHINE_KERNEL_PR_append = "i" | 10 | MACHINE_KERNEL_PR_append = "j" |
| 11 | 11 | ||
| 12 | FILESPATHPKG_prepend = "linux-omap-2.6.39:" | 12 | FILESPATHPKG_prepend = "linux-omap-2.6.39:" |
| 13 | 13 | ||
| @@ -53,6 +53,7 @@ SRC_URI_append = " \ | |||
| 53 | file://beagle/0003-OMAP3-beagle-add-MADC-support.patch \ | 53 | file://beagle/0003-OMAP3-beagle-add-MADC-support.patch \ |
| 54 | file://beagle/0004-OMAP3-beagle-add-regulators-for-camera-interface.patch \ | 54 | file://beagle/0004-OMAP3-beagle-add-regulators-for-camera-interface.patch \ |
| 55 | file://beagle/0005-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ | 55 | file://beagle/0005-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \ |
| 56 | file://beagle/0006-OMAP3-BEAGLE-fix-RTC.patch \ | ||
| 56 | \ | 57 | \ |
| 57 | file://camera/0001-Add-driver-for-Aptina-Micron-mt9p031-sensor.patch \ | 58 | file://camera/0001-Add-driver-for-Aptina-Micron-mt9p031-sensor.patch \ |
| 58 | file://camera/0002-v4l-Add-mt9v032-sensor-driver.patch \ | 59 | file://camera/0002-v4l-Add-mt9v032-sensor-driver.patch \ |
