From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: pxa: declare battery device on poodle
Date: Mon, 30 Mar 2015 13:39:31 +0300 [thread overview]
Message-ID: <1427711971-8164-3-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1427711971-8164-1-git-send-email-dbaryshkov@gmail.com>
Declare a battery platform device for SL-5600 (poodle) platform.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
arch/arm/mach-pxa/poodle.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c
index 596e756..90d679a 100644
--- a/arch/arm/mach-pxa/poodle.c
+++ b/arch/arm/mach-pxa/poodle.c
@@ -466,6 +466,11 @@ static struct platform_device poodle_power_device = {
.dev.platform_data = &poodle_power_data,
};
+static struct platform_device poodle_battery_device = {
+ .name = "poodle-battery",
+ .id = -1,
+};
+
static struct platform_device *devices[] __initdata = {
&poodle_locomo_device,
&poodle_scoop_device,
@@ -474,6 +479,7 @@ static struct platform_device *devices[] __initdata = {
&sharpsl_nand_device,
&sharpsl_rom_device,
&poodle_power_device,
+ &poodle_battery_device,
};
static struct i2c_board_info __initdata poodle_i2c_devices[] = {
--
2.1.4
next prev parent reply other threads:[~2015-03-30 10:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-30 10:39 [PATCH 1/3] ARM: pxa: add gpio-charger configuration on poodle Dmitry Eremin-Solenikov
2015-03-30 10:39 ` [PATCH 2/3] ARM: pxa: poodle: add gpio-keys configuration Dmitry Eremin-Solenikov
2015-03-30 10:39 ` Dmitry Eremin-Solenikov [this message]
2015-04-03 19:29 ` [PATCH 3/3] ARM: pxa: declare battery device on poodle Robert Jarzmik
2015-04-03 19:32 ` Dmitry Eremin-Solenikov
2015-04-03 19:16 ` [PATCH 1/3] ARM: pxa: add gpio-charger configuration " Robert Jarzmik
2015-04-03 19:23 ` Dmitry Eremin-Solenikov
2015-06-19 18:43 ` Robert Jarzmik
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=1427711971-8164-3-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.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;
as well as URLs for NNTP newsgroup(s).