diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-01-18 21:18:10 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-01-25 15:39:12 +0300 |
commit | 8966a72c1964f74e5a415fee8629f698ccb13342 (patch) | |
tree | 829627ce80a70c5e19daaaf5419ae33d90611808 /Documentation/devicetree/bindings/regulator | |
parent | 12df2c182ccb850988d2680a422211a812fb5cb2 (diff) | |
download | linux-8966a72c1964f74e5a415fee8629f698ccb13342.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml index f97b8083678f..e987c39b223e 100644 --- a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml @@ -20,7 +20,8 @@ properties: lab: type: object - additionalProperties: false + $ref: regulator.yaml# + unevaluatedProperties: false properties: qcom,soft-start-us: @@ -46,7 +47,8 @@ properties: ibb: type: object - additionalProperties: false + $ref: regulator.yaml# + unevaluatedProperties: false properties: qcom,discharge-resistor-kohms: |