From: <cy_huang@richtek.com>
To: <sre@kernel.org>, <robh+dt@kernel.org>,
<krzysztof.kozlowski+dt@linaro.org>
Cc: <cy_huang@richtek.com>, <allen_chiang@richtek.com>,
<u0084500@gmail.com>, <linux-pm@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH v4 1/3] dt-bindings: power: supply: Add Richtek RT9759 smart cap divider charger
Date: Mon, 6 Feb 2023 09:45:17 +0800 [thread overview]
Message-ID: <1675647919-11151-2-git-send-email-cy_huang@richtek.com> (raw)
In-Reply-To: <1675647919-11151-1-git-send-email-cy_huang@richtek.com>
From: ChiYuan Huang <cy_huang@richtek.com>
Add bindings for the Richtek RT9759 smart cap divider charger.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
Since v2
- Add Reviewed-by tag for dt-binding patch
---
.../bindings/power/supply/richtek,rt9759.yaml | 61 ++++++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/supply/richtek,rt9759.yaml
diff --git a/Documentation/devicetree/bindings/power/supply/richtek,rt9759.yaml b/Documentation/devicetree/bindings/power/supply/richtek,rt9759.yaml
new file mode 100644
index 00000000..04fc6b0
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/supply/richtek,rt9759.yaml
@@ -0,0 +1,61 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/power/supply/richtek,rt9759.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Richtek RT9759 Smart Cap Divider Charger
+
+maintainers:
+ - ChiYuan Huang <cy_huang@richtek.com>
+
+description: |
+ The RT9759 is a high efficiency and high charge current charger.
+ The efficiency is up to 97.8% when VBAT = 4.2V, IBAT = 2.5A and the maximum
+ charge current is up to 8A. The device integrates smart cap divider topology
+ with dual phase charge pump core. The ADCs provide input and output voltage,
+ current and temperature information to monitor the whole charging process.
+
+ Datasheet is available at
+ https://www.richtek.com/assets/product_file/RT9759/DS9759-02.pdf
+
+properties:
+ compatible:
+ enum:
+ - richtek,rt9759
+
+ reg:
+ maxItems: 1
+
+ wakeup-source: true
+
+ interrupts:
+ maxItems: 1
+
+ shunt-resistor-micro-ohms:
+ description: Battery current sense resistor mounted.
+ default: 2000
+
+required:
+ - compatible
+ - reg
+ - wakeup-source
+ - interrupts
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/irq.h>
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ charger@66 {
+ compatible = "richtek,rt9759";
+ reg = <0x66>;
+ wakeup-source;
+ interrupts-extended = <&gpio_intc 32 IRQ_TYPE_EDGE_FALLING>;
+ shunt-resistor-micro-ohms = <5000>;
+ };
+ };
--
2.7.4
next prev parent reply other threads:[~2023-02-06 1:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-06 1:45 [PATCH v4 0/3] Add Richtek RT9759 smart cap divider charger support cy_huang
2023-02-06 1:45 ` cy_huang [this message]
2023-02-06 1:45 ` [PATCH v4 2/3] power: supply: Add Richtek RT9759 smart cap divider charger cy_huang
2023-02-06 1:45 ` [PATCH v4 3/3] Documentation: power: rt9759: Document exported sysfs entries cy_huang
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=1675647919-11151-2-git-send-email-cy_huang@richtek.com \
--to=cy_huang@richtek.com \
--cc=allen_chiang@richtek.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
--cc=u0084500@gmail.com \
/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).