x86: broadwell: Don't bother probing the PCH for pinctrl
authorSimon Glass <sjg@chromium.org>
Sun, 17 Feb 2019 03:25:02 +0000 (20:25 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 20 Feb 2019 07:27:10 +0000 (15:27 +0800)
commitc692f82240db09850ae4c70eec4a38a01ddca4a1
treef3d1757e34d59dd271d7e22a80acb983180ab839
parent23e8bd7e49b6d402fafd1247e0b791c80c802561
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>
arch/x86/cpu/broadwell/pinctrl_broadwell.c