Drop another redundant maxItems that snuck into w1-gpio binding.
If a property has an 'items' list, then a 'minItems' or 'maxItems' with the
same size as the list is redundant and can be dropped. Note that is DT
schema specific behavior and not standard json-schema behavior. The tooling
will fixup the final schema adding any unspecified minItems/maxItems.
Fixes:
|
||
|---|---|---|
| .. | ||
| fsl-imx-owire.yaml | ||
| omap-hdq.txt | ||
| w1-gpio.yaml | ||
| w1.txt | ||