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

dt-bindings: net: qca,ar803x: add missing unevaluatedProperties for each regulator

Each regulator node, which references common regulator.yaml schema,
should disallow additional or unevaluated properties. Otherwise
mistakes in properties will go unnoticed.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230725123711.149230-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Jakub Kicinski
c1b0b611 73365fe4

+2
+2
Documentation/devicetree/bindings/net/qca,ar803x.yaml
··· 75 75 description: 76 76 Initial data for the VDDIO regulator. Set this to 1.5V or 1.8V. 77 77 $ref: /schemas/regulator/regulator.yaml 78 + unevaluatedProperties: false 78 79 79 80 vddh-regulator: 80 81 type: object ··· 83 82 Dummy subnode to model the external connection of the PHY VDDH 84 83 regulator to VDDIO. 85 84 $ref: /schemas/regulator/regulator.yaml 85 + unevaluatedProperties: false 86 86 87 87 unevaluatedProperties: false 88 88