diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:42 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-12 09:16:57 -0400 |
commit | c4fac6f2f92331fa5788811357f8b8c3352e5ad8 (patch) | |
tree | 57f2cadaa61fb880eece19ef10b715c98152d836 /arch/arm/mach-shmobile/setup-r8a7740.c | |
parent | fa12355b24a430729f34c349473b9c0a3d125679 (diff) |
ARM: shmobile: armadillo800eva-reference: Initialise SCIF device using DT
Initialise SCIF device using DT when booting armadillo800eva
using DT reference.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 35dec233301e..d0f51f1f697d 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -310,6 +310,10 @@ static struct platform_device ipmmu_device = { | |||
310 | }; | 310 | }; |
311 | 311 | ||
312 | static struct platform_device *r8a7740_devices_dt[] __initdata = { | 312 | static struct platform_device *r8a7740_devices_dt[] __initdata = { |
313 | &cmt1_device, | ||
314 | }; | ||
315 | |||
316 | static struct platform_device *r8a7740_early_devices[] __initdata = { | ||
313 | &scif0_device, | 317 | &scif0_device, |
314 | &scif1_device, | 318 | &scif1_device, |
315 | &scif2_device, | 319 | &scif2_device, |
@@ -319,10 +323,6 @@ static struct platform_device *r8a7740_devices_dt[] __initdata = { | |||
319 | &scif6_device, | 323 | &scif6_device, |
320 | &scif7_device, | 324 | &scif7_device, |
321 | &scif8_device, | 325 | &scif8_device, |
322 | &cmt1_device, | ||
323 | }; | ||
324 | |||
325 | static struct platform_device *r8a7740_early_devices[] __initdata = { | ||
326 | &irqpin0_device, | 326 | &irqpin0_device, |
327 | &irqpin1_device, | 327 | &irqpin1_device, |
328 | &irqpin2_device, | 328 | &irqpin2_device, |