projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f3c70
)
ARM: shmobile: sh7372: Add shmobile_init_late()
author
Geert Uytterhoeven
<
[email protected]
>
Fri, 17 Oct 2014 12:22:37 +0000
(14:22 +0200)
committer
Simon Horman
<
[email protected]
>
Fri, 24 Oct 2014 02:06:35 +0000
(11:06 +0900)
Extend sh7372 SoC machine vector to include shmobile_init_late()
so Suspend-to-RAM and CPUIdle are setup as expected.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/mach-shmobile/setup-sh7372.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-sh7372.c
b/arch/arm/mach-shmobile/setup-sh7372.c
index d646c8d12423a600332f5e5876f75445426fdca3..769ff008571d6732fcf9a704bc0244d91d1c98bf 100644
(file)
--- a/
arch/arm/mach-shmobile/setup-sh7372.c
+++ b/
arch/arm/mach-shmobile/setup-sh7372.c
@@
-1012,6
+1012,7
@@
DT_MACHINE_START(SH7372_DT, "Generic SH7372 (Flattened Device Tree)")
.init_irq = sh7372_init_irq,
.handle_irq = shmobile_handle_irq_intc,
.init_machine = sh7372_add_standard_devices_dt,
+ .init_late = shmobile_init_late,
.dt_compat = sh7372_boards_compat_dt,
MACHINE_END