diff options
| author | satya priya <[email protected]> | 2021-05-25 15:41:06 +0530 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2021-06-02 10:51:17 +0100 |
| commit | c32d7feba0b5c8a3e2867bb5def86fab986c51d7 (patch) | |
| tree | a70ddc217143bc23fdafd238c36ab5f6cf94756c | |
| parent | 6b149f3310a4661f70512861b11400ee6b28cdcd (diff) | |
mfd: qcom-spmi-pmic: Add support for four variants
Add support for pm8350c, pmk8350, pm7325 and pmr735a PMICS.
Signed-off-by: satya priya <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt index 79367a43b27d..5ef79bf3d035 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt @@ -34,6 +34,10 @@ Required properties: "qcom,pm8998", "qcom,pmi8998", "qcom,pm8005", + "qcom,pm8350c", + "qcom,pmk8350", + "qcom,pm7325", + "qcom,pmr735a", or generalized "qcom,spmi-pmic". - reg: Specifies the SPMI USID slave address for this device. For more information see: |