[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1647909090.git.quic_collinsd@quicinc.com>
Date: Mon, 21 Mar 2022 17:47:18 -0700
From: David Collins <quic_collinsd@...cinc.com>
To: Rob Herring <robh+dt@...nel.org>,
Sudeep Holla <sudeep.holla@....com>,
Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
<devicetree@...r.kernel.org>
CC: David Collins <quic_collinsd@...cinc.com>,
Cristian Marussi <cristian.marussi@....com>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-msm@...r.kernel.org>,
"Subbaraman Narayanamurthy" <quic_subbaram@...cinc.com>
Subject: [PATCH v2 0/2] regulator: scmi: add support for registering SCMI regulators by name
Add support to register SCMI regulator subnodes based on an SCMI
Voltage Domain name specified via the "arm,scmi-domain-name" device
tree property. In doing so, make the "reg" property optional with
the constraint that at least one of "reg" or "arm,scmi-domain-name"
must be specified. If both are specified, then both must match the
Voltage Domain data exposed by the SCMI platform.
Name based SCMI regulator registration helps ensure that an SCMI
agent doesn't need to be aware of the numbering scheme used for
Voltage Domains by the SCMI platform. It also ensures that the
correct Voltage Domain is selected for a given physical regulator.
This cannot be guaranteed with numeric Voltage Domain IDs alone.
Changes in v2:
- Replaced usage of DT property "regulator-name" with "arm,scmi-domain-name".
v1 of this patch series can be found at [1].
[1]: https://lore.kernel.org/lkml/cover.1643069954.git.quic_collinsd@quicinc.com/T/
David Collins (2):
dt-bindings: firmware: arm,scmi: define support for name based
regulators
regulator: scmi: add support for registering SCMI regulators by name
.../bindings/firmware/arm,scmi.yaml | 15 ++++-
drivers/regulator/scmi-regulator.c | 58 ++++++++++++++++++-
2 files changed, 67 insertions(+), 6 deletions(-)
--
2.17.1
Powered by blists - more mailing lists