dt-bindings: watchdog: sunxi: fix error in schema

"maxItems" is not needed with an "items" list

Fixes:
$ DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml make dtbs_check
Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml: properties:clocks: {'required': ['maxItems']} is not allowed for {'minItems': 1, 'maxItems': 2, 'items': [{'description': 'High-frequency oscillator input, divided internally'}, {'description': 'Low-frequency oscillator input, only found on some variants'}]}
hint: "maxItems" is not needed with an "items" list
from schema $id: http://devicetree.org/meta-schemas/items.yaml#
...

Signed-off-by: David Heidelberg <david@ixit.cz>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211029142443.68779-1-david@ixit.cz

authored by David Heidelberg and committed by Rob Herring 913d3a3f 57d77e45

-2
-2
Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml
··· 40 41 clocks: 42 minItems: 1 43 - maxItems: 2 44 items: 45 - description: High-frequency oscillator input, divided internally 46 - description: Low-frequency oscillator input, only found on some variants 47 48 clock-names: 49 minItems: 1 50 - maxItems: 2 51 items: 52 - const: hosc 53 - const: losc
··· 40 41 clocks: 42 minItems: 1 43 items: 44 - description: High-frequency oscillator input, divided internally 45 - description: Low-frequency oscillator input, only found on some variants 46 47 clock-names: 48 minItems: 1 49 items: 50 - const: hosc 51 - const: losc