diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-08-21 22:31:47 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-21 22:31:47 -0400 |
commit | 93acbd2cd2482cb51bec70a1494fddf2c172c073 (patch) | |
tree | 1c992bc6e46b8f7ec248516eedbcb9adb3627e4b | |
parent | 5ac9e7f35db00e630c9f95a1f73ac329371cdbbf (diff) | |
parent | 3969d6490ba35b01f84bb12472c29c6029f7298b (diff) |
Merge branch 'boards-for-v3.18' into soc-init-delay-for-v3.18.base
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm-reference.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw-reference.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g-reference.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c index 2f7723e5fe91..9e99b1511a90 100644 --- a/arch/arm/mach-shmobile/board-ape6evm-reference.c +++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c | |||
@@ -59,7 +59,8 @@ static const char *ape6evm_boards_compat_dt[] __initdata = { | |||
59 | }; | 59 | }; |
60 | 60 | ||
61 | DT_MACHINE_START(APE6EVM_DT, "ape6evm") | 61 | DT_MACHINE_START(APE6EVM_DT, "ape6evm") |
62 | .init_early = r8a73a4_init_early, | 62 | .init_early = shmobile_init_delay, |
63 | .init_machine = ape6evm_add_standard_devices, | 63 | .init_machine = ape6evm_add_standard_devices, |
64 | .init_late = shmobile_init_late, | ||
64 | .dt_compat = ape6evm_boards_compat_dt, | 65 | .dt_compat = ape6evm_boards_compat_dt, |
65 | MACHINE_END | 66 | MACHINE_END |
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c index 1585b8830b13..b222f68d55b7 100644 --- a/arch/arm/mach-shmobile/board-ape6evm.c +++ b/arch/arm/mach-shmobile/board-ape6evm.c | |||
@@ -283,7 +283,8 @@ static const char *ape6evm_boards_compat_dt[] __initdata = { | |||
283 | }; | 283 | }; |
284 | 284 | ||
285 | DT_MACHINE_START(APE6EVM_DT, "ape6evm") | 285 | DT_MACHINE_START(APE6EVM_DT, "ape6evm") |
286 | .init_early = r8a73a4_init_early, | 286 | .init_early = shmobile_init_delay, |
287 | .init_machine = ape6evm_add_standard_devices, | 287 | .init_machine = ape6evm_add_standard_devices, |
288 | .init_late = shmobile_init_late, | ||
288 | .dt_compat = ape6evm_boards_compat_dt, | 289 | .dt_compat = ape6evm_boards_compat_dt, |
289 | MACHINE_END | 290 | MACHINE_END |
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c index ba840cd333b9..9202f1641a16 100644 --- a/arch/arm/mach-shmobile/board-bockw-reference.c +++ b/arch/arm/mach-shmobile/board-bockw-reference.c | |||
@@ -83,5 +83,6 @@ DT_MACHINE_START(BOCKW_DT, "bockw") | |||
83 | .init_early = r8a7778_init_delay, | 83 | .init_early = r8a7778_init_delay, |
84 | .init_irq = r8a7778_init_irq_dt, | 84 | .init_irq = r8a7778_init_irq_dt, |
85 | .init_machine = bockw_init, | 85 | .init_machine = bockw_init, |
86 | .init_late = shmobile_init_late, | ||
86 | .dt_compat = bockw_boards_compat_dt, | 87 | .dt_compat = bockw_boards_compat_dt, |
87 | MACHINE_END | 88 | MACHINE_END |
diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index 5d2621f202d1..1694a1609296 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c | |||
@@ -52,7 +52,7 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") | |||
52 | .smp = smp_ops(sh73a0_smp_ops), | 52 | .smp = smp_ops(sh73a0_smp_ops), |
53 | .map_io = sh73a0_map_io, | 53 | .map_io = sh73a0_map_io, |
54 | .init_early = sh73a0_init_delay, | 54 | .init_early = sh73a0_init_delay, |
55 | .nr_irqs = NR_IRQS_LEGACY, | ||
56 | .init_machine = kzm_init, | 55 | .init_machine = kzm_init, |
56 | .init_late = shmobile_init_late, | ||
57 | .dt_compat = kzm9g_boards_compat_dt, | 57 | .dt_compat = kzm9g_boards_compat_dt, |
58 | MACHINE_END | 58 | MACHINE_END |
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index f8bc7f8f86ad..36593cb20e57 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c | |||
@@ -910,7 +910,6 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g") | |||
910 | .smp = smp_ops(sh73a0_smp_ops), | 910 | .smp = smp_ops(sh73a0_smp_ops), |
911 | .map_io = sh73a0_map_io, | 911 | .map_io = sh73a0_map_io, |
912 | .init_early = sh73a0_add_early_devices, | 912 | .init_early = sh73a0_add_early_devices, |
913 | .nr_irqs = NR_IRQS_LEGACY, | ||
914 | .init_irq = sh73a0_init_irq, | 913 | .init_irq = sh73a0_init_irq, |
915 | .init_machine = kzm_init, | 914 | .init_machine = kzm_init, |
916 | .init_late = shmobile_init_late, | 915 | .init_late = shmobile_init_late, |
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 21b3e1ca2261..c3dfa6c89a9e 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c | |||
@@ -64,8 +64,8 @@ DT_MACHINE_START(MARZEN, "marzen") | |||
64 | .map_io = r8a7779_map_io, | 64 | .map_io = r8a7779_map_io, |
65 | .init_early = shmobile_init_delay, | 65 | .init_early = shmobile_init_delay, |
66 | .init_time = marzen_init_timer, | 66 | .init_time = marzen_init_timer, |
67 | .nr_irqs = NR_IRQS_LEGACY, | ||
68 | .init_irq = r8a7779_init_irq_dt, | 67 | .init_irq = r8a7779_init_irq_dt, |
69 | .init_machine = marzen_init, | 68 | .init_machine = marzen_init, |
69 | .init_late = shmobile_init_late, | ||
70 | .dt_compat = marzen_boards_compat_dt, | 70 | .dt_compat = marzen_boards_compat_dt, |
71 | MACHINE_END | 71 | MACHINE_END |