From: Peng Fan <peng.fan@xxxxxxx> Use minItems for fsl,pins Fixes: f4a776f75266 ("dt-bindings: pinctrl: Convert i.MX8MN to json-schema") Signed-off-by: Peng Fan <peng.fan@xxxxxxx> --- .../devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml index b1cdbb56d4e4..5d7fed569cc1 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mn-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