commit | 45122aebcf26b776d4690c6fce9ed5eb936eb61b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 08 17:40:11 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:28 2019 +0800 |
tree | 7e18ac505deec8bc826f597c9b2cfb60a7c061a1 | |
parent | 471e28c303baa0d4194c79079c2f54ae7fec98d9 [diff] |
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>