diff options
author | Bin Meng | 2018-06-12 08:36:23 -0700 |
---|---|---|
committer | Bin Meng | 2018-06-17 21:16:04 +0800 |
commit | d441ec829831068e29318a5b6774a36d31ae135a (patch) | |
tree | 92695273fe6a30789822c59f5d11f42970c2fdf9 /arch/x86/dts/efi-x86_payload.dts | |
parent | 4a08c74697c679607f1ddb56167c74fc31d53068 (diff) |
x86: efi: payload: Add EFI framebuffer driver support
This turns on the EFI framebuffer driver support so that a graphics
console can be of additional help.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/efi-x86_payload.dts')
-rw-r--r-- | arch/x86/dts/efi-x86_payload.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_payload.dts b/arch/x86/dts/efi-x86_payload.dts index 137bde5b27c..148b5871aa2 100644 --- a/arch/x86/dts/efi-x86_payload.dts +++ b/arch/x86/dts/efi-x86_payload.dts @@ -33,4 +33,8 @@ compatible = "pci-x86"; u-boot,dm-pre-reloc; }; + + efi-fb { + compatible = "efi-fb"; + }; }; |