linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: ux500: Add machine support for ccu8540
@ 2013-03-22 15:27 Lee Jones
  2013-03-22 15:27 ` [PATCH 2/5] ARM: ux500: Allow the ccu8540 to register its serial devices without pdata Lee Jones
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Lee Jones @ 2013-03-22 15:27 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: arnd, linus.walleij, Lee Jones

Inform the kernel of a new machine type, so when detected it
knows which initialisation route to travel though.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/mach-ux500/board-mop500.c |    9 +++++++++
 arch/arm/tools/mach-types          |    1 +
 2 files changed, 10 insertions(+)

diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index b034578..4fade16 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -740,6 +740,15 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
 	.init_late	= ux500_init_late,
 MACHINE_END
 
+MACHINE_START(U8540, "ST-Ericsson U8540 Platform ccu8540")
+	.atag_offset	= 0x100,
+	.map_io		= u8500_map_io,
+	.init_irq	= ux500_init_irq,
+	.init_time	= ux500_timer_init,
+	.init_machine	= mop500_init_machine,
+	.init_late	= ux500_init_late,
+MACHINE_END
+
 MACHINE_START(U8520, "ST-Ericsson U8520 Platform HREFP520")
 	.atag_offset	= 0x100,
 	.map_io		= u8500_map_io,
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types
index 831e1fd..1c9d0be 100644
--- a/arch/arm/tools/mach-types
+++ b/arch/arm/tools/mach-types
@@ -1204,3 +1204,4 @@ baileys			MACH_BAILEYS		BAILEYS			4169
 familybox		MACH_FAMILYBOX		FAMILYBOX		4170
 ensemble_mx35		MACH_ENSEMBLE_MX35	ENSEMBLE_MX35		4171
 sc_sps_1		MACH_SC_SPS_1		SC_SPS_1		4172
+u8540			MACH_U8540		U8540			4211
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-03-27 13:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 15:27 [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Lee Jones
2013-03-22 15:27 ` [PATCH 2/5] ARM: ux500: Allow the ccu8540 to register its serial devices without pdata Lee Jones
2013-03-22 15:27 ` [PATCH 3/5] ARM: ux500: Remove platform specific PRCMU and Clk initialisation Lee Jones
2013-03-27 13:18   ` Linus Walleij
2013-03-22 15:27 ` [PATCH 4/5] ARM: ux500: Supply a DTS file for the u8540 platform Lee Jones
2013-03-27 13:20   ` Linus Walleij
2013-03-22 15:27 ` [PATCH 5/5] ARM: ux500: Do not supply DMA platform data when booting " Lee Jones
2013-03-22 15:43   ` Arnd Bergmann
2013-03-22 17:14     ` Lee Jones
2013-03-22 15:45 ` [PATCH 1/5] ARM: ux500: Add machine support for ccu8540 Arnd Bergmann
2013-03-22 17:23 ` Russell King - ARM Linux
2013-03-22 17:29   ` Russell King - ARM Linux
2013-03-22 20:28     ` Arnd Bergmann
2013-03-22 17:37   ` Russell King - ARM Linux
2013-03-25  8:47     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).