]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nitrogen6x: display: add qvga panel
authorEric Nelson <eric.nelson@boundarydevices.com>
Thu, 2 Oct 2014 19:16:32 +0000 (12:16 -0700)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:57:21 +0000 (17:57 +0200)
commit443d4d15d7bd2f2bd5a58a6a6dd8da2a8dd23de4
tree7200ce047eba77c7ce4b0cbf834707a3f649dac8
parent4328fb05bf8c90e96afa023d39395efa5fb2fda5
nitrogen6x: display: add qvga panel

Add support for a 1/4 VGA panel with a 24-bit RGB interface.
No auto-detection is enabled, so you must configure the 'panel'
environment variable to use this display:

        U-Boot > setenv panel qvga
        U-Boot > saveenv && reset

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c