diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 10:59:34 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-02-02 10:59:34 +0100 |
commit | 980657d8cdff97343619cf2e3332b8307e9d07ea (patch) | |
tree | 67b44bc876b9ef48aa5c66fc85384b25ce58cbf4 /arch/arm/mach-at91/board-dt-sama5.c | |
parent | Merge branch 'at91-3.19-fixes' into at91-3.20-soc (diff) | |
parent | ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (diff) | |
download | linux-980657d8cdff97343619cf2e3332b8307e9d07ea.tar.xz linux-980657d8cdff97343619cf2e3332b8307e9d07ea.zip |
Merge tag 'at91-cleanup3' into at91-3.20-soc
Diffstat (limited to 'arch/arm/mach-at91/board-dt-sama5.c')
-rw-r--r-- | arch/arm/mach-at91/board-dt-sama5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/board-dt-sama5.c b/arch/arm/mach-at91/board-dt-sama5.c index 97f7367d32b8..3ffe46c2bd4c 100644 --- a/arch/arm/mach-at91/board-dt-sama5.c +++ b/arch/arm/mach-at91/board-dt-sama5.c @@ -47,6 +47,7 @@ static void __init sama5_dt_device_init(void) } of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); + at91_sam9x5_pm_init(); } static const char *sama5_dt_board_compat[] __initconst = { |