]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8326ad2bc99012f4e16558afdb15a6296543bdd4
tree39b1d8aa7406cd5beb2c360445f1e9cb1d9e52dd
parenta6b8dcdb17da7eec0f060bd51928c61dd1bcbc9c
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