From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] ARM: davinci: PM: support da8xx DT platforms
Date: Tue, 15 Nov 2016 11:54:21 -0800 [thread overview]
Message-ID: <20161115195421.19983-4-khilman@baylibre.com> (raw)
In-Reply-To: <20161115195421.19983-1-khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
arch/arm/mach-davinci/da8xx-dt.c | 1 +
1 file changed, 1 insertion(+)
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 = {
static void __init da850_init_machine(void)
{
of_platform_default_populate(NULL, da850_auxdata_lookup, NULL);
+ davinci_pm_init();
}
static const char *const da850_boards_compat[] __initconst = {
--
2.9.3
next prev parent reply other threads:[~2016-11-15 19:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 19:54 [PATCH v2 0/3] ARM: davinci: PM: cleanup init, add DT support Kevin Hilman
2016-11-15 19:54 ` [PATCH v2 1/3] ARM: davinci: PM: rework init, support DT platforms Kevin Hilman
2016-11-16 9:03 ` Sekhar Nori
2016-11-15 19:54 ` [PATCH v2 2/3] ARM: davinci: PM: cleanup: remove references to pdata Kevin Hilman
2016-11-16 9:09 ` Sekhar Nori
2016-11-15 19:54 ` Kevin Hilman [this message]
2016-11-16 9:16 ` [PATCH v2 3/3] ARM: davinci: PM: support da8xx DT platforms Sekhar Nori
[not found] ` <c0f1cfa2-4086-72fc-783b-d0d8c837cb08@ti.com>
2016-11-16 16:24 ` [PATCH v2 0/3] ARM: davinci: PM: cleanup init, add DT support Kevin Hilman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161115195421.19983-4-khilman@baylibre.com \
--to=khilman@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox