Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: dt-bindings: nvidia,tegra210-quad-peripheral-props: correct additional properties

Re-usable schemas should use additionalProperties:true, so the schema
using it will check for evaluated properties.

Fixes: e23917822d3c ("spi: dt-bindings: split peripheral prods")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220810131236.428529-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
63e2df2d 75c971dd

+1 -2
+1 -2
Documentation/devicetree/bindings/spi/nvidia,tegra210-quad-peripheral-props.yaml
··· 29 29 minimum: 0 30 30 maximum: 255 31 31 32 - unevaluatedProperties: true 33 - 32 + additionalProperties: true