The FRI2 has a pch_uart. Depending on the firmware, the kernel may decide to use the 8250 or the pch_uart driver. As the firmware configures the pch_uart with a non-standard UART clock, it is necessary to ensure the pch_uart is used. To do this, drop the 8250 support from the kernel.
Signed-off-by: Darren Hart <dvh...@linux.intel.com> --- meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc index e40622c..1e0c295 100644 --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc @@ -7,7 +7,6 @@ include features/intel-e1xxxx/intel-e100.scc include features/intel-e1xxxx/intel-e1xxxx.scc include features/drm-emgd/drm-emgd.scc include features/dmaengine/dmaengine.scc -include features/serial/8250.scc include features/ericsson-3g/f5521gw.scc include features/iwlagn/iwlagn.scc include features/framebuffer/vesafb.scc -- 1.7.6.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto