diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 09:54:42 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-12 15:16:57 +0200 |
commit | c4fac6f2f92331fa5788811357f8b8c3352e5ad8 (patch) | |
tree | 57f2cadaa61fb880eece19ef10b715c98152d836 /arch/arm/mach-shmobile | |
parent | fa12355b24a430729f34c349473b9c0a3d125679 (diff) | |
download | blackbird-op-linux-c4fac6f2f92331fa5788811357f8b8c3352e5ad8.tar.gz blackbird-op-linux-c4fac6f2f92331fa5788811357f8b8c3352e5ad8.zip |
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')
-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 = { }; static struct platform_device *r8a7740_devices_dt[] __initdata = { + &cmt1_device, +}; + +static struct platform_device *r8a7740_early_devices[] __initdata = { &scif0_device, &scif1_device, &scif2_device, @@ -319,10 +323,6 @@ static struct platform_device *r8a7740_devices_dt[] __initdata = { &scif6_device, &scif7_device, &scif8_device, - &cmt1_device, -}; - -static struct platform_device *r8a7740_early_devices[] __initdata = { &irqpin0_device, &irqpin1_device, &irqpin2_device, |