summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2011-08-16 12:56:09 -0500
committerDennis Gilmore <dennis@ausil.us>2011-08-16 12:56:09 -0500
commit0e5a4d72181b28f876e06f199c5874de2726c544 (patch)
tree7f83ae4c2ad2f23c11e2215dd95a54c05d8ca69d
parente153256415d572b089a2eda40c7a1abfd9f6fd48 (diff)
downloadkernel-0e5a4d72181b28f876e06f199c5874de2726c544.tar.gz
kernel-0e5a4d72181b28f876e06f199c5874de2726c544.tar.xz
kernel-0e5a4d72181b28f876e06f199c5874de2726c544.zip
update arm configs for 3.1
update omap devicetree patch for updated field names
-rw-r--r--arm-omap-dt-compat.patch4
-rw-r--r--config-arm-omap-generic1
-rw-r--r--config-arm-tegra3
3 files changed, 6 insertions, 2 deletions
diff --git a/arm-omap-dt-compat.patch b/arm-omap-dt-compat.patch
index ab7cd0a4d..4046e938f 100644
--- a/arm-omap-dt-compat.patch
+++ b/arm-omap-dt-compat.patch
@@ -16,7 +16,7 @@ diff -up linux-2.6.39.armv7l/arch/arm/mach-omap2/board-omap3beagle.c.fdt linux-2
@@ -600,4 +605,5 @@ MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagl
.init_irq = omap3_beagle_init_irq,
.init_machine = omap3_beagle_init,
- .timer = &omap_timer,
+ .timer = &omap3_secure_timer,
+ .dt_compat = omap3_beagle_dt_match,
MACHINE_END
diff -up linux-2.6.39.armv7l/arch/arm/mach-omap2/board-omap4panda.c.fdt linux-2.6.39.armv7l/arch/arm/mach-omap2/board-omap4panda.c
@@ -37,6 +37,6 @@ diff -up linux-2.6.39.armv7l/arch/arm/mach-omap2/board-omap4panda.c.fdt linux-2.
@@ -717,4 +722,5 @@ MACHINE_START(OMAP4_PANDA, "OMAP4 Panda
.init_irq = gic_init_irq,
.init_machine = omap4_panda_init,
- .timer = &omap_timer,
+ .timer = &omap4_timer,
+ .dt_compat = omap4_panda_match,
MACHINE_END
diff --git a/config-arm-omap-generic b/config-arm-omap-generic
index 12a6e30e3..29f6ade6a 100644
--- a/config-arm-omap-generic
+++ b/config-arm-omap-generic
@@ -928,6 +928,7 @@ CONFIG_MMC_SPI=m
# CONFIG_MEMSTICK is not set
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_GPIO_PLATFORM=y
+CONFIG_LEDS_GPIO_OF=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
diff --git a/config-arm-tegra b/config-arm-tegra
index c79efcf5b..91c176bcd 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -4,6 +4,7 @@ CONFIG_MACH_KAEN=y
CONFIG_MACH_PAZ00=y
CONFIG_MACH_TRIMSLICE=y
CONFIG_MACH_WARIO=y
+CONFIG_MACH_TEGRA_DT=y
CONFIG_TEGRA_DEBUG_UARTD=y
CONFIG_ARM_ERRATA_742230=y
CONFIG_NO_HZ=y
@@ -46,6 +47,8 @@ CONFIG_LOCAL_TIMERS=y
CONFIG_HW_PERF_EVENTS=y
# CONFIG_NEON is not set
# CONFIG_RFKILL_GPIO is not set
+CONFIG_GPIO_GENERIC_PLATFORM=y
+# CONFIG_GPIO_MCP23S08 is not set
CONFIG_KEYBOARD_TEGRA=y
# CONFIG_MPCORE_WATCHDOG is not set
CONFIG_USB_EHCI_TEGRA=y