PM8937 is a power management IC. It is used in various boards with MSM8917, MSM8937, MSM8940 and APQ variants. This patchset has been tested on Xiaomi Redmi 4X (MSM8940). Signed-off-by: Dang Huynh <danct12@xxxxxxxxxx> --- Changes in v2: - Remove PATCH 3-6 as it has been picked up. - Applied suggestions from reviewers. - Add VDD, GND to VADC. - Link to v1: https://lore.kernel.org/r/20231106-pm8937-v1-0-ec51d9eeec53@xxxxxxxxxx --- Dang Huynh (4): mfd: qcom-spmi-pmic: Add support for PM8937 dt-bindings: mfd: qcom-spmi-pmic: Document PM8937 PMIC arm64: dts: qcom: Add PM8937 PMIC soc: qcom: socinfo: Add PM8937 Power IC .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 + arch/arm64/boot/dts/qcom/pm8937.dtsi | 216 +++++++++++++++++++++ drivers/mfd/qcom-spmi-pmic.c | 1 + drivers/soc/qcom/socinfo.c | 2 +- include/soc/qcom/qcom-spmi-pmic.h | 1 + 5 files changed, 220 insertions(+), 1 deletion(-) --- base-commit: 408a8e748eb5f10026ea9d87f8f218e759101c9a change-id: 20231106-pm8937-000e423a75fb Best regards, -- Dang Huynh <danct12@xxxxxxxxxx>