mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
b02a728ff3
'minItems' and 'maxItems' apply at the same level as 'items' schemas as
the keywords apply to arrays. What's currently defined is a 3
dimensional matrix with the outer size being undefined. To fix this,
minItems/maxItems needs to be moved up a level.
With this fixed, the example fails validation. For matrix types, the dts
syntax must use brackets (<>) matching the schema definition. In this
case, the inner array size is 2 elements, so let's add the correct
bracketing.
Fixes:
|
||
---|---|---|
.. | ||
adi,ltc2983.yaml | ||
max31856.txt | ||
maxim_thermocouple.txt | ||
mlx90614.txt | ||
mlx90632.txt | ||
temperature-bindings.txt | ||
tmp007.txt | ||
tsys01.txt |