x86: apl: Add PMC driver
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:57 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:26 +0000 (11:44 +0800)
commit28eefefccfaa695fb44935ce8b04d50548d78b13
tree39b1d8aa7406cd5beb2c360445f1e9cb1d9e52dd
parent5690d5c8f878846d862bd4a0256c2e8285413bff
x86: apl: Add PMC driver

Add a driver for the Apollo Lake SoC. It supports the basic operations and
can use device tree or of-platdata.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile [new file with mode: 0644]
arch/x86/cpu/apollolake/pmc.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/pm.h [new file with mode: 0644]
drivers/power/acpi_pmc/acpi-pmc-uclass.c