Re: [PATCH v2 06/17] dt_bindings: regulator: Add ROHM BD71815 PMIC regulators
From: Vaittinen, Matti <hidden>
Date: 2021-02-09 13:11:21
Also in:
linux-clk, linux-devicetree, linux-gpio, lkml
Hello Again Rob, And thanks for reviewing the bindings! On Mon, 2021-02-08 at 20:24 -0600, Rob Herring wrote:
On Tue, Jan 19, 2021 at 09:17:09AM +0200, Matti Vaittinen wrote:quoted
Add binding documentation for regulators on ROHM BD71815 PMIC. 5 bucks, 7 LDOs and a boost for LED. Signed-off-by: Matti Vaittinen <redacted> ---
snip
quoted
+ + rohm,dvs-run-voltage:Use standard unit suffix.quoted
+ description: + PMIC "RUN" state voltage in uV when PMIC HW states are used. See + comments below for bucks/LDOs which support this. 0 means + regulator should be disabled at RUN state. + $ref: "/schemas/types.yaml#/definitions/uint32"And then drop this.
Quote from v1 review:
quoted
quoted
quoted
quoted
quoted
+ rohm,dvs-run-voltage:These should have a unit suffix.I know but these are existing properties. I'd like to re-use
them
quoted
quoted
quoted
as they have exported parser helpers - and I am unsure what kind
of
quoted
quoted
quoted
breakages changing them would cause. (The BD71837/BD71847 which introduced these properties are one of the PMICs which are
pretty
quoted
quoted
quoted
widely used.)Okay. Hopefully I remember next time I see this...Actually, I think I can add support for rohm,dvs-run-microvolt and fellows to these same helpers so new devices can use appropriately named properties. That would mean there is duplicate properties for same purpose - but maybe it allows us to eventually deprecate the
old
quoted
ones... Which of these options would you prefer?Just keep the existing ones.
Seem you predicted this XD If you still think it's Ok to keep the existing ones, then I'll take this an ack, Ok? Best Regards Matti Vaittinen