Re: [RFC PATCH] [v2] dt-bindings: arm/msm/qcom,idle-state convert to YAML

From: Rob Herring
Date: Fri Sep 10 2021 - 18:04:30 EST


On Wed, Sep 08, 2021 at 07:14:53PM +0200, David Heidelberg wrote:
> Switched maintainer from Lina to Bjorn.
>
> Doesn't fix:
> ```
> idle-states: 'spc' does not match any of the regexes: '^(cpu|cluster)-', 'pinctrl-[0-9]+'
> ```
> from colliding arm/idle-states.yaml .

Your options are:

- Drop this and add your node names and compatible strings to
idle-states.yaml. A variation of this is change the QCom node names
in dts files to match. Those look like the only real differences.

- Extract the common idle state node properties to a common schema to
reference from both schemas.

I'd lean towards option 1 unless there are other variations of
idle-state nodes that also need option 2.

Rob