diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-09 21:38:53 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 19:35:59 +0900 |
commit | 5f65c5bd58bf027eb2bacc2294a98e7aea81c630 (patch) | |
tree | ef8f27cdfa5a5fb22b25c8b219186fa05dde6dce /arch/arm/mach-shmobile/board-lager-reference.c | |
parent | 8a0d1a2fcfd019adf9893076f6c65a9a05712853 (diff) | |
download | blackbird-op-linux-5f65c5bd58bf027eb2bacc2294a98e7aea81c630.tar.gz blackbird-op-linux-5f65c5bd58bf027eb2bacc2294a98e7aea81c630.zip |
ARM: shmobile: Enable R-Car Gen2 CMA code in board files
Hook in the R-Car Gen2 CMA reservation code in the board
files for Lager and Koelsch. Both the DT-reference code
and the legacy code is modified.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-lager-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index 9e0624e1b2f0..c5e656e3bae3 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c @@ -119,5 +119,6 @@ DT_MACHINE_START(LAGER_DT, "lager") .init_time = rcar_gen2_timer_init, .init_machine = lager_add_standard_devices, .init_late = shmobile_init_late, + .reserve = rcar_gen2_reserve, .dt_compat = lager_boards_compat_dt, MACHINE_END |