diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-20 09:22:26 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-22 20:44:33 +0100 |
commit | a5464f2bd22b46d440bb634eddac3b7cfefe10c0 (patch) | |
tree | 03bdd9586ba6d600feb3ff97d6b6a7b189579752 /drivers/video/hitachi_tx18d42vm_lcd.h | |
parent | 1a800f7af3ef5f42ff703fd4b313b79e471f6ced (diff) |
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.h | 9 |
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); |