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

regulator: dt-bindings: samsung,s2mps14: add lost samsung,ext-control-gpios

The samsung,ext-control-gpios property was lost during conversion to DT
schema:

exynos3250-artik5-eval.dtb: pmic@66: regulators:LDO11: Unevaluated properties are not allowed ('samsung,ext-control-gpios' was unexpected)

Fixes: ea98b9eba05c ("regulator: dt-bindings: samsung,s2m: convert to dtschema")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230120131447.289702-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
4bb3d82a f528fe21

+19 -2
+19 -2
Documentation/devicetree/bindings/regulator/samsung,s2mps14.yaml
··· 19 19 additional information and example. 20 20 21 21 patternProperties: 22 - # 25 LDOs 23 - "^LDO([1-9]|[1][0-9]|2[0-5])$": 22 + # 25 LDOs, without LDO10-12 23 + "^LDO([1-9]|1[3-9]|2[0-5])$": 24 24 type: object 25 25 $ref: regulator.yaml# 26 26 unevaluatedProperties: false 27 27 description: 28 28 Properties for single LDO regulator. 29 + 30 + required: 31 + - regulator-name 32 + 33 + "^LDO(1[0-2])$": 34 + type: object 35 + $ref: regulator.yaml# 36 + unevaluatedProperties: false 37 + description: 38 + Properties for single LDO regulator. 39 + 40 + properties: 41 + samsung,ext-control-gpios: 42 + maxItems: 1 43 + description: 44 + LDO10, LDO11 and LDO12 can be configured to external control over 45 + GPIO. 29 46 30 47 required: 31 48 - regulator-name