PM8937 is a power management IC. It is used in various boards with MSM8917, MSM8937, MSM8940 and APQ variants. Signed-off-by: Dang Huynh <danct12@xxxxxxxxxx> --- Dang Huynh (8): mfd: qcom-spmi-pmic: Add support for PM8937 dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC regulator: qcom_spmi: Add PM8937 SPMI regulator dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC regulator: qcom_smd: Add PM8937 regulators dt-bindings: regulator: qcom,smd-rpm-regulator: Document PM8937 IC arm64: dts: qcom: Add PM8937 PMIC soc: qcom: socinfo: Add PM8937 Power IC .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 + .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 4 + .../bindings/regulator/qcom,spmi-regulator.yaml | 19 ++ arch/arm64/boot/dts/qcom/pm8937.dtsi | 202 +++++++++++++++++++++ drivers/mfd/qcom-spmi-pmic.c | 1 + drivers/regulator/qcom_smd-regulator.c | 34 ++++ drivers/regulator/qcom_spmi-regulator.c | 34 ++++ drivers/soc/qcom/socinfo.c | 2 +- include/soc/qcom/qcom-spmi-pmic.h | 1 + 9 files changed, 297 insertions(+), 1 deletion(-) --- base-commit: 12c9e8890929813dc852d9739f8d900ff51d9814 change-id: 20231106-pm8937-000e423a75fb Best regards, -- Dang Huynh <danct12@xxxxxxxxxx>