From: Peng Fan <peng.fan@xxxxxxx> Use minItems for fsl,pins Fixes: b3a3740c35d6 ("dt-bindings: pinctrl: Convert i.MX8MQ to json-schema") Signed-off-by: Peng Fan <peng.fan@xxxxxxx> --- .../devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml index d4a8ea5551a5..fb9da3036e2c 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mq-pinctrl.yaml @@ -52,6 +52,7 @@ patternProperties: "input_val" indicates the select input value to be applied. - description: | "pad_setting" indicates the pad configuration value to be applied. + minItems: 1 required: - fsl,pins -- 2.25.1