summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-apollolake/pm.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: apl: Add power-management definitionsSimon Glass2020-09-251-1/+39
| | | | | | | | | Add SCI and power-state definitions required by ACPI tables. Fix the license to match the original source file. Als update the guard on acpi_pmc.h to avoid an error when buiding ASL. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: apl: Add PMC driverSimon Glass2019-12-151-0/+19
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>