commit | 0b3c576f1c18dde0e0e4111f7818dc47558b6023 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 20 21:37:49 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Nov 03 07:20:27 2019 +0800 |
tree | 405b48a28506f5a3a6ede07a81f6d2701ed0b582 | |
parent | ed10a4f4a378c2e92e43ea1508730fcbe360c2ed [diff] |
x86: spl: Support init of a PUNIT The x86 power unit handles power management. Support initing this device which is modelled as a new type of system controller since there are no operations needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>