diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-30 16:58:36 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-07-30 16:59:02 +0200 |
commit | db4f15c754fddad9e033151a8e1e191587770f0a (patch) | |
tree | 0023ef99a0fa7380f85a755c08d484de5e409444 /meta-agl-bsp/conf | |
parent | aa2e215ae288147d1b95ff2d619ba34033881c55 (diff) |
Re-add dra7-evm-lcd-lg.dtb as it the screen of the board in CI
Change-Id: I3265c71669124c3ee94be86993d45604356c5735
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index 876d6e9a6..2161c7db2 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -56,3 +56,6 @@ WKS_FILE = "sdimage-bootpart-uuid.wks" IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt" AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" + +# re-add LG touchscreen +KERNEL_DEVICETREE += "dra7-evm-lcd-lg.dtb" |