commit | 0a42c02776dface230778a1bc47c643f3c8c78cf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:34 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 720f51439e05effcf209ef44eef7f1fcded665d6 | |
parent | cd2c521bec8bc099786d14eedbb3847879ff89ac [diff] |
x86: ivybridge: Fix PCH power setup At present pch_power_options() has the arguments to writel() around the wrong way. Fix this and update it to compile on 64-bit machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>