[PATCH v4 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188

hui.liu hui.liu at mediatek.com
Sun Jul 31 23:16:47 PDT 2022


On Fri, 2022-07-29 at 17:04 -0600, Rob Herring wrote:
> 
> > +
> > +# PIN CONFIGURATION NODES
> > +patternProperties:
> > +  '-pins$':
> > +    type: object
> > +    $ref: "/schemas/pinctrl/pincfg-node.yaml"
> 
> Doesn't this belong in the child '^pins' node? There's no properties
> in 
> this node, right?
> 
> > 

Hi Rob,

Yes. I will move $ref: "/schemas/pinctrl/pincfg-node.yaml" to '^pins'
node in the next version:
# PIN CONFIGURATION NODES
patternProperties:
  '-pins$':
    type: object
    additionalProperties: false

    patternProperties:
      '^pins':
        type: object
        $ref: "/schemas/pinctrl/pincfg-node.yaml"
        additionalProperties: false

Thanks.
Hui





More information about the linux-arm-kernel mailing list