commit | 7c2beb08b4ff908414839f9ac5e18a87d10fa4ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:25:02 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:10 2019 +0800 |
tree | f3d1757e34d59dd271d7e22a80acb983180ab839 | |
parent | 398336e396c08d9a50d1214aeb93f910f3fd8175 [diff] |
x86: broadwell: Don't bother probing the PCH for pinctrl At present the pinctrl probes the PCH but since it only uses it to obtain a PCI address, this is no necessary. Avoiding this fixes one of the two co-dependent loops in broadwell. This driver really should be a proper pinctrl driver, but for now it remains a syscon device. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>