On Mon, Jan 24, 2022 at 04:27:35PM -0800, David Collins wrote:
Name based SCMI regulator specification helps ensure that an SCMI
agent doesn't need to be aware of the numbering scheme used for
What is a "SCMI agent" in this context? This is changing how the DT
bindings are specified, at some point things are going to need to be
hard coded.
+ regulator-name: true
+
+ anyOf:
+ - required:
+ - reg
+ - required:
+ - regulator-name
This is abusing the existing regulator-name property which is there to
allow a human readable descriptive string to be attached to a regulator.
It should have no effect other than being included in diagnostic output.