[PATCH 2/2] x86: Fix up driver names to avoid dtoc warnings
Bin Meng
bmeng.cn at gmail.com
Tue Nov 3 07:57:38 CET 2020
On Mon, Oct 5, 2020 at 7:27 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> arch/x86/cpu/apollolake/cpu.c | 4 ++--
> arch/x86/cpu/apollolake/hostbridge.c | 2 +-
> arch/x86/cpu/apollolake/lpc.c | 2 +-
> arch/x86/cpu/apollolake/pch.c | 4 ++--
> arch/x86/cpu/apollolake/pmc.c | 2 +-
> arch/x86/cpu/apollolake/punit.c | 4 ++--
> arch/x86/cpu/apollolake/uart.c | 2 +-
> arch/x86/cpu/intel_common/itss.c | 2 +-
> arch/x86/cpu/intel_common/p2sb.c | 2 +-
> drivers/gpio/intel_gpio.c | 4 ++--
> drivers/pinctrl/intel/pinctrl_apl.c | 2 +-
> drivers/rtc/mc146818.c | 4 ++--
> drivers/sysreset/sysreset_x86.c | 4 ++--
> drivers/timer/tsc_timer.c | 4 ++--
> 14 files changed, 21 insertions(+), 21 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list