]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include: Add header file with MIPI DSI constants from linux 3.18
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Mon, 19 Jan 2015 03:23:31 +0000 (05:23 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 22 Jan 2015 11:34:56 +0000 (12:34 +0100)
commitebe079bc51e0ad1d49424cc3da8bf199511a81ac
tree22d262c2077d9cf0ff983c73eb597f28c93ad4df
parent6906df1ab8d64a4e21d38ea538d6cd383a089e1d
include: Add header file with MIPI DSI constants from linux 3.18

The file, originally named "include/video/mipi_display.h", is taken from
linux 3.18 (commit b2776bf7149bddd1f4161f14f79520f17fc1d71d).

It provides MIPI DSI constants for DCS commands, which are needed to
implement support for SSD2828 in u-boot.

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>
include/mipi_display.h [new file with mode: 0644]