When booting from coreboot the FSP video information is no-longer available. Enable the coreboot driver so that we can get some sort of display in this case.
Signed-off-by: Simon Glass <s...@chromium.org> --- arch/x86/dts/chromebook_coral.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts index 30058be1ea3..2beada77032 100644 --- a/arch/x86/dts/chromebook_coral.dts +++ b/arch/x86/dts/chromebook_coral.dts @@ -149,6 +149,11 @@ #interrupt-cells = <2>; }; + coreboot-video { + /* This will only activate when booted from coreboot */ + compatible = "coreboot-fb"; + }; + keyboard { intel,duplicate-por; }; -- 2.31.0.rc2.261.g7f71774620-goog