From: Krzysztof Kozlowski <krzk@kernel.org>
To: Chris Morgan <macromorgan@hotmail.com>
Cc: Chris Morgan <macroalpha82@gmail.com>,
linux-rockchip@lists.infradead.org, linux-pm@vger.kernel.org,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
xsf@rock-chips.com, sre@kernel.org, simona@ffwll.ch,
airlied@gmail.com, tzimmermann@suse.de, mripard@kernel.org,
maarten.lankhorst@linux.intel.com, jesszhan0024@gmail.com,
neil.armstrong@linaro.org, heiko@sntech.de, conor+dt@kernel.org,
krzk+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH 1/6] dt-bindings: power: supply: sgm41542: document sgm41542
Date: Tue, 28 Apr 2026 17:09:49 +0200 [thread overview]
Message-ID: <534f0795-0002-4c04-a83c-fa1b3ce68216@kernel.org> (raw)
In-Reply-To: <PH0PR19MB997338F0B06B7B99AA0ED3C6C4A5372@PH0PR19MB997338.namprd19.prod.outlook.com>
On 28/04/2026 16:09, Chris Morgan wrote:
> On Tue, Apr 28, 2026 at 09:47:00AM +0200, Krzysztof Kozlowski wrote:
>> On Mon, Apr 27, 2026 at 12:09:09PM -0500, Chris Morgan wrote:
>>> From: Chris Morgan <macromorgan@hotmail.com>
>>>
>>> Document the SG Micro sgm41542 battery charger/boost converter.
>>>
>>> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
>>> ---
>>> .../supply/sgmicro,sgm41542-charger.yaml | 99 +++++++++++++++++++
>>> 1 file changed, 99 insertions(+)
>>> create mode 100644 Documentation/devicetree/bindings/power/supply/sgmicro,sgm41542-charger.yaml
>>>
>>> diff --git a/Documentation/devicetree/bindings/power/supply/sgmicro,sgm41542-charger.yaml b/Documentation/devicetree/bindings/power/supply/sgmicro,sgm41542-charger.yaml
>>> new file mode 100644
>>> index 000000000000..3e5041e5b551
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/power/supply/sgmicro,sgm41542-charger.yaml
>>
>> Filename must match compatible.
>
> Acknowledged.
>
>>
>>> @@ -0,0 +1,99 @@
>>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>>> +%YAML 1.2
>>> +---
>>> +$id: http://devicetree.org/schemas/power/supply/sgmicro,sgm41542-charger.yaml#
>>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>>> +
>>> +title: SGM41542 Battery Charger
>>> +
>>> +description: |
>>
>> Do not need '|' unless you need to preserve formatting.
>>
>
> Will fix.
>
>>> + The SGMicro SGM41542 is a single cell battery charger/boost controller.
>>> +
>>> +maintainers:
>>> + - Chris Morgan <macromorgan@hotmail.com>
>>> + - Xu Shengfei <xsf@rock-chips.com>
>>> +
>>> +properties:
>>> + compatible:
>>> + const: sgmicro,sgm41542
>>> +
>>> + input-current-limit-microamp:
>>
>> Missing vendor prefix.
>>
>
> This *appears* to be a standard value (perhaps not formally, but in use by
> enough devices to suggest a defacto standard), which is why I did not use
> the vendor prefix here. Do I need to add that for this one?
I know, I found these other properties but I think they were just coming
from old schema.
If it is really a common property, then should be defined in a common
schema and this did not happen.
>
>>> + description:
>>> + Optional value to clamp the maximum input current limit to for
>>> + the device. If omitted, the default value for the hardware will
>>> + be used (2400000).
>>> + minimum: 100000
>>> + maximum: 3800000
>>> +
>>> + input-voltage-limit-microvolt:
>>> + description:
>>> + Optional value to clamp the maximum input voltage limit to for
>>> + the device. If omitted, the default value for the hardware will
>>> + be used (4500000).
>>> + minimum: 3900000
>>> + maximum: 12000000
>>> +
>>> + interrupts:
>>> + maxItems: 1
>>> +
>>> + monitored-battery:
>>
>> You miss definition of this property. I guess this is power supply, so
>> reference proper schema for power supplies. Look at other bindings to
>> for some example code.
>
> I'll look at this some more, I might have a few more questions. But I will
> make the changes requested.
>
>>
>>> + description: |
>>> + A phandle to a monitored battery node. Values for the following
>>> + are used by the driver and if not present will result in default
>>> + values being applied:
>>> + constant-charge-current-max-microamp
>>> + constant-charge-voltage-max-microvolt
>>> + charge-term-current-microamp
>>> + precharge-current-microamp
>>> +
>>> + reg:
>>> + maxItems: 1
>>> +
>>> + regulators:
>>
>> No need for regulators node, just define here otg-vbus directly. But
>> honestly, your example is incomplete or you defined something implied by
>> the compatible. If you have a fixed 5V regulator, what is the point of
>> defining it in the DT?
>
> The regulator can be adjusted within a range around 5V, and is referenced
> by the USB subsystem. Should I still omit it from the device tree or instead
> define the min and max values?
If it can be adjusted then it's fine, can stay.
Best regards,
Krzysztof
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2026-04-28 15:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 17:09 [PATCH 0/6] Add Anbernic RG Vita-Pro Chris Morgan
2026-04-27 17:09 ` [PATCH 1/6] dt-bindings: power: supply: sgm41542: document sgm41542 Chris Morgan
2026-04-28 7:47 ` Krzysztof Kozlowski
2026-04-28 14:09 ` Chris Morgan
2026-04-28 15:09 ` Krzysztof Kozlowski [this message]
2026-04-27 17:09 ` [PATCH 2/6] power: supply: sgm41542: Add SG Micro sgm41542 charger Chris Morgan
2026-04-28 7:56 ` Krzysztof Kozlowski
2026-04-27 17:09 ` [PATCH 3/6] dt-bindings: display: panel: document Anbernic TD4310 panel Chris Morgan
2026-04-28 7:49 ` Krzysztof Kozlowski
2026-04-27 17:09 ` [PATCH 4/6] drm/panel: anbernic-td4310: Add RG Vita Pro panel Chris Morgan
2026-04-27 17:09 ` [PATCH 5/6] dt-bindings: arm: rockchip: Add Anbernic RG Vita-Pro Chris Morgan
2026-04-28 7:48 ` Krzysztof Kozlowski
2026-04-28 14:02 ` Chris Morgan
2026-04-27 17:09 ` [PATCH 6/6] arm64: dts: " Chris Morgan
2026-04-27 17:13 ` Chris Morgan
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=534f0795-0002-4c04-a83c-fa1b3ce68216@kernel.org \
--to=krzk@kernel.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=jesszhan0024@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=macroalpha82@gmail.com \
--cc=macromorgan@hotmail.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=sre@kernel.org \
--cc=tzimmermann@suse.de \
--cc=xsf@rock-chips.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