summaryrefslogtreecommitdiffstats
path: root/drivers/video/hitachi_tx18d42vm_lcd.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-01-20 09:22:26 +0100
committerHans de Goede <hdegoede@redhat.com>2015-01-22 20:44:33 +0100
commita5464f2bd22b46d440bb634eddac3b7cfefe10c0 (patch)
tree03bdd9586ba6d600feb3ff97d6b6a7b189579752 /drivers/video/hitachi_tx18d42vm_lcd.h
parent1a800f7af3ef5f42ff703fd4b313b79e471f6ced (diff)
downloadblackbird-obmc-uboot-a5464f2bd22b46d440bb634eddac3b7cfefe10c0.tar.gz
blackbird-obmc-uboot-a5464f2bd22b46d440bb634eddac3b7cfefe10c0.zip
video: Add support for Hitachi tx18d42vm LVDS LCD panels
Add support for Hitachi tx18d42vm LVDS LCD panels, these panels have a lcd controller which needs to be initialized over SPI, once that is done they work like a regular LVDS panel. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/hitachi_tx18d42vm_lcd.h')
-rw-r--r--drivers/video/hitachi_tx18d42vm_lcd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/hitachi_tx18d42vm_lcd.h b/drivers/video/hitachi_tx18d42vm_lcd.h
new file mode 100644
index 0000000000..1b728005f6
--- /dev/null
+++ b/drivers/video/hitachi_tx18d42vm_lcd.h
@@ -0,0 +1,9 @@
+/*
+ * Hitachi tx18d42vm LVDS LCD panel driver
+ *
+ * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+void hitachi_tx18d42vm_init(void);
OpenPOWER on IntegriCloud