mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 19:42:31 -04:00
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>
4 lines
104 B
Makefile
4 lines
104 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_PXA1908_PM_DOMAINS) += pxa1908-power-controller.o
|