diff options
author | Kathiravan T <[email protected]> | 2020-06-23 10:47:49 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-07-01 21:35:55 +0100 |
commit | 93e39d096d7312e38cf502be4e516cff7acf34fa (patch) | |
tree | 8ec63e25ab70dacd712ee6aa308aa43b271a2c7c | |
parent | 47894c859479a9e3472657c7acf2c7ba35778059 (diff) |
regulator: add MP5496 regulator compatible
IPQ6018 uses the PMIC MP5496. Add the binding for the same.
Signed-off-by: Kathiravan T <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt index dea4384f4c03..728c0010a60a 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt @@ -19,6 +19,7 @@ Regulator nodes are identified by their compatible: Usage: required Value type: <string> Definition: must be one of: + "qcom,rpm-mp5496-regulators" "qcom,rpm-pm8841-regulators" "qcom,rpm-pm8916-regulators" "qcom,rpm-pm8941-regulators" |