power: domain: Add the VPU Power Domain driver
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 6 Aug 2018 12:49:19 +0000 (14:49 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 00:48:17 +0000 (20:48 -0400)
commit8d5579ceff2403d78a7fed1e06c5f003b3bca12a
treee4c458a4ec7ed02a611f0b3d8bfbfe35e62685e5
parentdee37fc99d945eb96f0f501d17833cbb05798ad3
power: domain: Add the VPU Power Domain driver

The Amlogic Meson SoCs embeds a specific Power Domain dedicated to the
Video Processing Unit.
This patch implements support for this power domain in preparation of the
future support for the Video display support in U-Boot.

This driver will depend on changes in the clock driver to handle the setup
of the VPU and VAPB clocks configured from DT using assigned-clocks entries.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/power/domain/Kconfig
drivers/power/domain/Makefile
drivers/power/domain/meson-gx-pwrc-vpu.c [new file with mode: 0644]