]> git.baikalelectronics.ru Git - uboot.git/commit
imx:display5: Add support for LWN's DISPLAY5 board
authorLukasz Majewski <lukma@denx.de>
Tue, 31 Oct 2017 16:58:05 +0000 (17:58 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 9 Nov 2017 10:32:49 +0000 (11:32 +0100)
commitbdbca99b4a5f1335aabd90114fd98c67daaa9868
treee8877629b53431c9e34c0b4d71ba97a0e9773ad2
parent2e747c44f59711325ae76cb98b2db015e1321754
imx:display5: Add support for LWN's DISPLAY5 board

This commit provides support for LWN's IMX6Q based DISPLAY5 board.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
12 files changed:
arch/arm/dts/imx6q-display5.dts [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/liebherr/display5/Kconfig [new file with mode: 0644]
board/liebherr/display5/MAINTAINERS [new file with mode: 0644]
board/liebherr/display5/Makefile [new file with mode: 0644]
board/liebherr/display5/common.c [new file with mode: 0644]
board/liebherr/display5/common.h [new file with mode: 0644]
board/liebherr/display5/display5.c [new file with mode: 0644]
board/liebherr/display5/spl.c [new file with mode: 0644]
configs/display5_defconfig [new file with mode: 0644]
configs/display5_factory_defconfig [new file with mode: 0644]
include/configs/display5.h [new file with mode: 0644]