x86: apl: Add PUNIT driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:11 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:28 +0000 (11:44 +0800)
commitf5b18ae3097ceaced8bef2e82f659af62433ebe1
tree7e18ac505deec8bc826f597c9b2cfb60a7c061a1
parent40fb08e9172c88e5399655cb4b098e0af83ff7dd
x86: apl: Add PUNIT driver

Add a driver for the Apollo Lake P-unit (power unit). It is modelled as a
syscon driver since it only needs to be probed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/punit.c [new file with mode: 0644]