x86: ivybridge: Probe the LPC in CPU init
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:19 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:16 +0000 (12:08 +0800)
commitf633efa30f6119c9cecb045e7edeb01554800d84
tree6978ca15c37a273fc6f36d12f06df423e3f06cf0
parent2b27d205290b43418c7f51026915782551f03e6b
x86: ivybridge: Probe the LPC in CPU init

We can drop the explicit probe of the PCH since the LPC is a child device
and this will happen automatically.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/cpu.c