projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ed412
)
ARM: shmobile: Use r8a7791_add_standard_devices() on Koelsch
author
Magnus Damm
<damm@opensource.se>
Tue, 1 Oct 2013 08:12:02 +0000
(17:12 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 8 Oct 2013 01:02:20 +0000
(10:02 +0900)
Use r8a7791_add_standard_devices() on Koelsch to let
the C version of the board code add on-chip devices.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-koelsch.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-koelsch.c
b/arch/arm/mach-shmobile/board-koelsch.c
index cc2d5e82b59a2484ba96e6a4191dc7dd0293855b..278f12e883984cab4fe8745949c02dbc979cbc19 100644
(file)
--- a/
arch/arm/mach-shmobile/board-koelsch.c
+++ b/
arch/arm/mach-shmobile/board-koelsch.c
@@
-29,7
+29,7
@@
static void __init koelsch_add_standard_devices(void)
{
r8a7791_clock_init();
- r8a7791_add_
dt
_devices();
+ r8a7791_add_
standard
_devices();
}
static const char * const koelsch_boards_compat_dt[] __initconst = {