From: Maarten Zanders <maarten.zanders@mind.be>
To: Pavel Machek <pavel@ucw.cz>, Lee Jones <lee@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Jacek Anaszewski <jacek.anaszewski@gmail.com>
Cc: krzysztof.kozlowski@linaro.org,
Maarten Zanders <maarten.zanders@mind.be>,
linux-leds@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode
Date: Tue, 10 Jan 2023 10:23:39 +0100 [thread overview]
Message-ID: <20230110092342.24132-2-maarten.zanders@mind.be> (raw)
In-Reply-To: <20230110092342.24132-1-maarten.zanders@mind.be>
Add a binding to configure the internal charge pump for lp55xx.
Signed-off-by: Maarten Zanders <maarten.zanders@mind.be>
---
Documentation/devicetree/bindings/leds/leds-lp55xx.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
index ae607911f1db..40ab3cf597a4 100644
--- a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
+++ b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml
@@ -66,6 +66,13 @@ properties:
'#size-cells':
const: 0
+ ti,charge-pump-mode:
+ description:
+ Set the operating mode of the internal charge pump.
+ $ref: /schemas/types.yaml#/definitions/string
+ enum: [off, auto, bypass, boost]
+ default: auto
+
patternProperties:
'^multi-led@[0-8]$':
type: object
@@ -164,6 +171,7 @@ examples:
reg = <0x32>;
clock-mode = /bits/ 8 <2>;
pwr-sel = /bits/ 8 <3>; /* D1~9 connected to VOUT */
+ ti,charge-pump-mode = "bypass";
led@0 {
reg = <0>;
--
2.37.3
next prev parent reply other threads:[~2023-01-10 9:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 9:23 [PATCH v2 0/2] leds: lp55xx: configure internal charge pump Maarten Zanders
2023-01-10 9:23 ` Maarten Zanders [this message]
2023-01-10 10:24 ` [PATCH v2 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode Krzysztof Kozlowski
2023-01-10 9:51 ` [PATCH v2 0/2] leds: lp55xx: configure internal charge pump Krzysztof Kozlowski
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=20230110092342.24132-2-maarten.zanders@mind.be \
--to=maarten.zanders@mind.be \
--cc=devicetree@vger.kernel.org \
--cc=jacek.anaszewski@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=robh+dt@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).