public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add RK801 PMIC support
@ 2025-12-31  3:09 Joseph Chen
  2025-12-31  3:09 ` [PATCH v1 1/2] dt-bindings: mfd: Add rk801 binding Joseph Chen
  2025-12-31  3:09 ` [PATCH v1 2/2] mfd: rk808: Add RK801 support Joseph Chen
  0 siblings, 2 replies; 8+ messages in thread
From: Joseph Chen @ 2025-12-31  3:09 UTC (permalink / raw)
  To: lee, lgirdwood, broonie, robh, krzk+dt, conor+dt
  Cc: linux-kernel, linux-rockchip, Joseph Chen

This patch series adds support for the Rockchip RK801 Power Management
Integrated Circuit (PMIC) to the Linux kernel.

The RK801 is a PMIC designed for multimedia and handheld devices. It
includes:
- 4 BUCK regulators (DCDC)
- 2 LDO regulators
- 1 SWITCH regulator
- Interrupt support for power key events

The implementation follows the existing rk808 MFD driver architecture
and integrates RK801 as a new variant in the RK8XX family.

Patch 1 adds the device tree binding documentation for RK801, describing
the compatible string, regulators configuration, and example usage.

Patch 2 adds the rk801 driver support.

Joseph Chen (2):
  dt-bindings: mfd: Add rk801 binding
  mfd: rk808: Add RK801 support

 .../bindings/mfd/rockchip,rk801.yaml          | 199 ++++++++++++++
 drivers/mfd/Kconfig                           |   6 +-
 drivers/mfd/rk8xx-core.c                      |  81 ++++++
 drivers/mfd/rk8xx-i2c.c                       |  33 ++-
 drivers/regulator/rk808-regulator.c           | 243 ++++++++++++++++++
 include/linux/mfd/rk808.h                     | 118 +++++++++
 6 files changed, 676 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-12  8:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-31  3:09 [PATCH v1 0/2] Add RK801 PMIC support Joseph Chen
2025-12-31  3:09 ` [PATCH v1 1/2] dt-bindings: mfd: Add rk801 binding Joseph Chen
2025-12-31  7:33   ` Krzysztof Kozlowski
2026-01-12  8:26     ` Joseph Chen
2025-12-31 13:36   ` Diederik de Haas
2026-01-12  8:14     ` Joseph Chen
2025-12-31  3:09 ` [PATCH v1 2/2] mfd: rk808: Add RK801 support Joseph Chen
2026-01-09 16:43   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox