Messages in this thread Patch in this message |  | | From | Bjorn Andersson <> | | Subject | [PATCH 1/2] mfd: qcom-spmi-pmic: Document eight more PMICs to binding | | Date | Mon, 4 Oct 2021 19:48:11 -0700 |
| |
Update the binding with eitght more SPMI PMIC compatibles found in the PMIC info list in the Qualcomm socinfo driver.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt index 5ef79bf3d035..1d2b5f067556 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt @@ -29,6 +29,8 @@ Required properties: "qcom,pm8916", "qcom,pm8004", "qcom,pm8909", + "qcom,pm8028", + "qcom,pm8901", "qcom,pm8950", "qcom,pmi8950", "qcom,pm8998", @@ -38,6 +40,12 @@ Required properties: "qcom,pmk8350", "qcom,pm7325", "qcom,pmr735a", + "qcom,pm8150", + "qcom,pm8150l", + "qcom,pm8150b", + "qcom,pmk8002", + "qcom,pm8150c", + "qcom,smb2351", or generalized "qcom,spmi-pmic". - reg: Specifies the SPMI USID slave address for this device. For more information see: -- 2.29.2
|  |