On Thu, Oct 23, 2025 at 1:57 AM Miquel Raynal [off-list ref] wrote:
Hi Rob,
quoted
Convert the Marvell CP110 System Controller binding to DT schema
format.
There's not any specific compatible for the whole block which is a
separate problem, so just the child nodes are documented. Only the
pinctrl and clock child nodes need to be converted as the GPIO node
already has a schema.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
[...]
quoted
+ "#clock-cells":
+ const: 2
+ description: >
I am surprised you prefer a description to a constraint expressed with
yaml. Yet, I am totally fine with it.
I don't, but no one has come up with a way to put constraints here and
then apply them to 'clocks' properties as appropriate.
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Thanks.
Rob