From: Yauhen Kharuzhy <jekhor@gmail.com>
To: linux-pm@vger.kernel.org
Cc: Sebastian Reichel <sre@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Yauhen Kharuzhy <jekhor@gmail.com>
Subject: [PATCH 2/3] power: supply: bq25890_charger: Add DT and I2C ids for all supported chips
Date: Thu, 2 Jan 2020 01:46:26 +0300 [thread overview]
Message-ID: <20200101224627.12093-2-jekhor@gmail.com> (raw)
In-Reply-To: <20200101224627.12093-1-jekhor@gmail.com>
Add bq25892, bq25895 and bq25896 to list of supported device IDs for
DeviceTree and I2C.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
---
drivers/power/supply/bq25890_charger.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/power/supply/bq25890_charger.c b/drivers/power/supply/bq25890_charger.c
index a3dcd4eb1287..28a3f32001e2 100644
--- a/drivers/power/supply/bq25890_charger.c
+++ b/drivers/power/supply/bq25890_charger.c
@@ -1041,12 +1041,18 @@ static const struct dev_pm_ops bq25890_pm = {
static const struct i2c_device_id bq25890_i2c_ids[] = {
{ "bq25890", 0 },
+ { "bq25892", 0 },
+ { "bq25895", 0 },
+ { "bq25896", 0 },
{},
};
MODULE_DEVICE_TABLE(i2c, bq25890_i2c_ids);
static const struct of_device_id bq25890_of_match[] = {
{ .compatible = "ti,bq25890", },
+ { .compatible = "ti,bq25892", },
+ { .compatible = "ti,bq25895", },
+ { .compatible = "ti,bq25896", },
{ },
};
MODULE_DEVICE_TABLE(of, bq25890_of_match);
--
2.25.0.rc0
next prev parent reply other threads:[~2020-01-01 22:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-01 22:46 [PATCH 1/3] power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chips Yauhen Kharuzhy
2020-01-01 22:46 ` Yauhen Kharuzhy [this message]
2020-01-01 22:46 ` [PATCH 3/3] dt-bindings: Add new chips to bq25890 binding documentation Yauhen Kharuzhy
2020-01-08 16:51 ` Rob Herring
2020-01-02 13:53 ` [PATCH 1/3] power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chips Yauhen Kharuzhy
2020-01-15 20:50 ` Sebastian Reichel
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=20200101224627.12093-2-jekhor@gmail.com \
--to=jekhor@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.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).