x86: Fix up driver names to avoid dtoc warnings
authorSimon Glass <sjg@chromium.org>
Mon, 5 Oct 2020 11:27:01 +0000 (05:27 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Nov 2020 06:58:45 +0000 (14:58 +0800)
commit9d20db0483d54b507472fc33ee0c8a71d6c71c85
tree9c45e23b00bab3f7ce06631fc072583e761da19f
parented0f868d501ee2bc31391210c214e9d07ae0874b
x86: Fix up driver names to avoid dtoc warnings

At present there are a lot of dtoc warnings reported when building
chromebook_coral, of the form:

   WARNING: the driver intel_apl_lpc was not found in the driver list

Correct these by using driver names that matches their compatible string.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
14 files changed:
arch/x86/cpu/apollolake/cpu.c
arch/x86/cpu/apollolake/hostbridge.c
arch/x86/cpu/apollolake/lpc.c
arch/x86/cpu/apollolake/pch.c
arch/x86/cpu/apollolake/pmc.c
arch/x86/cpu/apollolake/punit.c
arch/x86/cpu/apollolake/uart.c
arch/x86/cpu/intel_common/itss.c
arch/x86/cpu/intel_common/p2sb.c
drivers/gpio/intel_gpio.c
drivers/pinctrl/intel/pinctrl_apl.c
drivers/rtc/mc146818.c
drivers/sysreset/sysreset_x86.c
drivers/timer/tsc_timer.c