]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: sunxi: Hook up SSD2828 with the sunxi video driver
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Mon, 19 Jan 2015 03:23:33 +0000 (05:23 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 22 Jan 2015 11:34:56 +0000 (12:34 +0100)
commit97ece830eceb22c015070f154e857f202218de5c
treecb4c021501e09df5e65916dfb2ff5db6a4c23d02
parentb8329acf98c42f7578f6897ebc5d509a4317bb0b
video: sunxi: Hook up SSD2828 with the sunxi video driver

Convert GPIO names from Kconfig strings into pin numbers for
the 'ssd2828_config' struct. Add SSD2828 initialization between
enabling the parallel LCD interface and turning on the backlight.

Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
board/sunxi/Kconfig
drivers/video/sunxi_display.c