From: Peng Fan <peng.fan@xxxxxxx> Use minItems for fsl,pins Fixes: 4ad8b50da863 ("dt-bindings: pinctrl: imx93: Add pinctrl binding") Signed-off-by: Peng Fan <peng.fan@xxxxxxx> --- .../devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml index 66baa6082a4f..ecf31c42999d 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx93-pinctrl.yaml @@ -55,7 +55,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