pmdomain: marvell: Add PXA1908 power domains
authorDuje Mihanović <duje@dujemihanovic.xyz>
Sat, 13 Sep 2025 21:12:49 +0000 (23:12 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 17 Sep 2025 14:13:19 +0000 (16:13 +0200)
commit6f51a04551d162f5acbcf6c1998f0527093c93ef
treef453042e8e302a58a6148f141879bac3b5a3169a
parent614106a731f9b78a6edd07ee94d57afb9d0097ff
pmdomain: marvell: Add PXA1908 power domains

Marvell's PXA1908 SoC has a few power domains for its VPU, GPU, image
processor and DSI PHY. Add a driver to control these.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
MAINTAINERS
drivers/pmdomain/Kconfig
drivers/pmdomain/Makefile
drivers/pmdomain/marvell/Kconfig [new file with mode: 0644]
drivers/pmdomain/marvell/Makefile [new file with mode: 0644]
drivers/pmdomain/marvell/pxa1908-power-controller.c [new file with mode: 0644]