
On Tue, Nov 3, 2020 at 2:57 PM Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Oct 5, 2020 at 7:27 PM Simon Glass sjg@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@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@gmail.com
applied to u-boot-x86, thanks!