diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-10-09 04:14:18 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-12 10:58:24 +0800 |
commit | 2d3c573ee6373f4521491f1a38e81245c3a6be57 (patch) | |
tree | 4e75dfa2d62db43829a0092128ec054696a6c776 /arch/x86/dts/broadwell_som-6896.dts | |
parent | 3968398eb2d974b4840d7210d8503d7cbd8f4c48 (diff) | |
download | u-boot-imx-2d3c573ee6373f4521491f1a38e81245c3a6be57.zip u-boot-imx-2d3c573ee6373f4521491f1a38e81245c3a6be57.tar.gz u-boot-imx-2d3c573ee6373f4521491f1a38e81245c3a6be57.tar.bz2 |
x86: coreboot: Convert to use DM coreboot video driver
This converts coreboot to use DM framebuffer driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts/broadwell_som-6896.dts')
-rw-r--r-- | arch/x86/dts/broadwell_som-6896.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/broadwell_som-6896.dts b/arch/x86/dts/broadwell_som-6896.dts index 4bb0a34..3966199 100644 --- a/arch/x86/dts/broadwell_som-6896.dts +++ b/arch/x86/dts/broadwell_som-6896.dts @@ -4,6 +4,7 @@ /include/ "serial.dtsi" /include/ "rtc.dtsi" /include/ "tsc_timer.dtsi" +/include/ "coreboot_fb.dtsi" / { model = "Advantech SOM-6896"; |