Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 8966a72

Browse files
konradybciobroonie
authored andcommitted
regulator: dt-bindings: qcom-labibb: Allow regulator-common properties
Allow regulator-common properties on lab/ibb regulators, such as regulator-always-on, etc. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230118181810.119922-1-konrad.dybcio@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 12df2c1 commit 8966a72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ properties:
2020

2121
lab:
2222
type: object
23-
additionalProperties: false
23+
$ref: regulator.yaml#
24+
unevaluatedProperties: false
2425

2526
properties:
2627
qcom,soft-start-us:
@@ -46,7 +47,8 @@ properties:
4647

4748
ibb:
4849
type: object
49-
additionalProperties: false
50+
$ref: regulator.yaml#
51+
unevaluatedProperties: false
5052

5153
properties:
5254
qcom,discharge-resistor-kohms:

0 commit comments

Comments
 (0)