diff options
author | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 12:56:09 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 12:56:09 -0500 |
commit | 0e5a4d72181b28f876e06f199c5874de2726c544 (patch) | |
tree | 7f83ae4c2ad2f23c11e2215dd95a54c05d8ca69d /arm-omap-dt-compat.patch | |
parent | e153256415d572b089a2eda40c7a1abfd9f6fd48 (diff) | |
download | kernel-0e5a4d72181b28f876e06f199c5874de2726c544.tar.gz kernel-0e5a4d72181b28f876e06f199c5874de2726c544.tar.xz kernel-0e5a4d72181b28f876e06f199c5874de2726c544.zip |
update arm configs for 3.1
update omap devicetree patch for updated field names
Diffstat (limited to 'arm-omap-dt-compat.patch')
-rw-r--r-- | arm-omap-dt-compat.patch | 4 |
1 files changed, 2 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 |