Re: [U-Boot] [PATCH 28/33] x86: broadwell: Don't bother probing the PCH for pinctrl

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > 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, bu

[U-Boot] [PATCH 28/33] x86: broadwell: Don't bother probing the PCH for pinctrl

2019-01-21 Thread Simon Glass
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 Gla