-
- Downloads
x86: ivybridge: Set up the LPC device using driver model
Find the LPC device in arch_cpu_init_dm() as a first step to converting this code to use driver model. Probing the LPC will probe its parent (the PCH) automatically, so make sure that probing the PCH does nothing before relocation. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/cpu/ivybridge/bd82x6x.c 3 additions, 0 deletionsarch/x86/cpu/ivybridge/bd82x6x.c
- arch/x86/cpu/ivybridge/cpu.c 5 additions, 1 deletionarch/x86/cpu/ivybridge/cpu.c
- arch/x86/cpu/ivybridge/lpc.c 6 additions, 0 deletionsarch/x86/cpu/ivybridge/lpc.c
- arch/x86/dts/chromebook_link.dts 1 addition, 0 deletionsarch/x86/dts/chromebook_link.dts
Loading
Please register or sign in to comment