This patch series updates the SPMI dt-bindings and driver to add
support for PMIC arbiter v8, targeting Qualcomm's next-generation
compute SoC - Glymur.
SPMI PMIC Arbiter version 8 builds upon version 7 with support for
up to four SPMI buses. To achieve this, the register map was
slightly rearranged.
Device tree changes are not included in this series and will be
posted separately following the official Glymur SoC announcement.
Signed-off-by: Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>
---
Changes in v2:
- Split into two series: SPMI (this series) and PINCTRL.
- Included the DT bindings in this series, previously posted separately.
- Fixed kernel robot reported issue by including bitfields.h.
- Link to v1: https://lore.kernel.org/all/20250920-glymur-spmi-v8-gpio-driver-v1-0-23df93b7818a@oss.qualcomm.com/
---
David Collins (1):
spmi: spmi-pmic-arb: add support for PMIC arbiter v8
Jishnu Prakash (1):
dt-bindings: spmi: add bindings for glymur-spmi-pmic-arb (arbiter v8)
.../bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml | 158 ++++++++++
drivers/spmi/spmi-pmic-arb.c | 328 +++++++++++++++++++--
2 files changed, 456 insertions(+), 30 deletions(-)
---
base-commit: c3067c2c38316c3ef013636c93daa285ee6aaa2e
change-id: 20250924-glymur-spmi-v8-f1a57f489824
Best regards,
--
Kamal Wadhwa <kamal.wadhwa@oss.qualcomm.com>