commit | 4e0318c32f01e5178f9ddd29313fcb24a1584dd6 | [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 | 5d7ec3d8d3f09293824d1486b33cbe578e896996 [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>