diff options
author | Ian Ray <ian.ray@ge.com> | 2020-01-31 15:07:58 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-02-09 21:47:20 +0100 |
commit | bd58b1a7855ac21ef4996f5e830e227aac0d5109 (patch) | |
tree | 74a4c30d782db05822a416ad4e57612165b90a9e /arch/arm/dts/imx6q-b450v3.dts | |
parent | 9167c20692b2a7a3166a511da22a42e0e8fa1261 (diff) | |
download | u-boot-bd58b1a7855ac21ef4996f5e830e227aac0d5109.tar.gz |
board: ge: bx50v3: override panel
Override the panel compatible string for LCD in U-Boot.
Include U-Boot device tree overrides in device-specific device trees so
that the panel compatible string is used.
Fixes: 8c26739859c6 ("board: ge: bx50v3: sync devicetrees from Linux")
Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'arch/arm/dts/imx6q-b450v3.dts')
-rw-r--r-- | arch/arm/dts/imx6q-b450v3.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-b450v3.dts b/arch/arm/dts/imx6q-b450v3.dts index 7fca833cbf..995caa8a33 100644 --- a/arch/arm/dts/imx6q-b450v3.dts +++ b/arch/arm/dts/imx6q-b450v3.dts @@ -158,3 +158,5 @@ }; }; }; + +#include "imx6q-bx50v3-uboot.dtsi" |