diff options
| author | Kevin Hilman <khilman@baylibre.com> | 2017-04-04 15:32:23 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-12 06:41:19 -0400 |
| commit | 660b38eab8850198587a4cf1f047cddba2226a5d (patch) | |
| tree | 9333cd30148b55aad608d3340ac7a22d508c9922 /arch/arm | |
| parent | db7c1706fa6d9d1c2f2ab651814130b60bca26d1 (diff) | |
ARM: davinci: PM: support da8xx DT platforms
[ Upstream commit 7e431af8fa0b9ed9d74378c99514856211cb9db8 ]
Add PM support for DA850 device-tree boot.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/mach-davinci/da8xx-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index c9f7e9274aa8..aed44dcdfd30 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c | |||
| @@ -46,6 +46,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = { | |||
| 46 | static void __init da850_init_machine(void) | 46 | static void __init da850_init_machine(void) |
| 47 | { | 47 | { |
| 48 | of_platform_default_populate(NULL, da850_auxdata_lookup, NULL); | 48 | of_platform_default_populate(NULL, da850_auxdata_lookup, NULL); |
| 49 | davinci_pm_init(); | ||
| 49 | } | 50 | } |
| 50 | 51 | ||
| 51 | static const char *const da850_boards_compat[] __initconst = { | 52 | static const char *const da850_boards_compat[] __initconst = { |
