diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2024-11-15 13:04:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-19 20:29:10 +0300 |
commit | 5262bcbb41d526f944a91a6a6c88dfb6fba3889b (patch) | |
tree | de8e60dda437ef46b1b164cf7ed938904da77889 | |
parent | eeecf953d697cb7f0d916f9908a2b9f451bb2667 (diff) | |
download | linux-5262bcbb41d526f944a91a6a6c88dfb6fba3889b.tar.xz |
dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator
Document the pmi8950 labibb regulator with the pmi8998 compatible
as fallback since they share the same hardware settings.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241115-topic-sdm450-upstream-lab-ibb-bindings-v1-1-1f4bff4583b0@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml index e987c39b223e..83965076d6ab 100644 --- a/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/qcom-labibb-regulator.yaml @@ -16,7 +16,12 @@ description: properties: compatible: - const: qcom,pmi8998-lab-ibb + oneOf: + - const: qcom,pmi8998-lab-ibb + - items: + - enum: + - qcom,pmi8950-lab-ibb + - const: qcom,pmi8998-lab-ibb lab: type: object |