On Thu, Mar 14, 2024 at 09:35:19PM +0800, Peng Fan (OSS) wrote: > + protocol@19: > + type: object > + allOf: > + - $ref: '#/$defs/protocol-node' > + - $ref: /schemas/pinctrl/pinctrl.yaml > + > + unevaluatedProperties: false > + > + properties: > + reg: > + const: 0x19 > + > + patternProperties: > + '-pins$': > + type: object > + allOf: > + - $ref: /schemas/pinctrl/pincfg-node.yaml# > + - $ref: /schemas/pinctrl/pinmux-node.yaml# > + unevaluatedProperties: false > + > + description: > + A pin multiplexing sub-node describe how to configure a describe[s] > + set of pins is some desired function. s/is/in/ > + A single sub-node may define several pin configurations. > + This sub-node is using default pinctrl bindings to configure > + pin multiplexing and using SCMI protocol to apply specified > + configuration using SCMI protocol. This sub-node is using [the] default pinctrl bindings to configure pin multiplexing and using SCMI protocol to apply [a] specified configuration. (Delete the duplicate "using SCMI protocol"). regards, dan carpenter