imx: add support for i.MX8MQ power domain controller
authorPatrick Wildt <patrick@blueri.se>
Thu, 3 Oct 2019 13:51:50 +0000 (15:51 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
commitd08a194871fdf91b2ccdbaf02e35ed9443e0e170
tree995ae6db6f1adff7d3af8ca8edbe5367706a5cba
parent6745dac4946656771d320ba6887e863ae64c8b3e
imx: add support for i.MX8MQ power domain controller

Add support for the power domain controller that's used on the
i.MX8MQ.  This will be needed to be able to power on the PCIe
controller.  Bindings taken from Linux, driver implementation
taken from the i.MX8 power domain controller and adjusted for
the i.MX8M SoC.

Signed-off-by: Patrick Wildt <patrick@blueri.se>
arch/arm/dts/fsl-imx8mq.dtsi
arch/arm/include/asm/arch-imx8m/power-domain.h [new file with mode: 0644]
configs/imx8mq_evk_defconfig
drivers/power/domain/Kconfig
drivers/power/domain/Makefile
drivers/power/domain/imx8m-power-domain.c [new file with mode: 0644]
include/dt-bindings/power/imx8mq-power.h [new file with mode: 0755]
include/imx_sip.h