mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
video: exynos mipi dsi: support reverse panel type
This patch adds panel_reverse variable to support reversed s6e8ax0 panel type. Signed-off-by: Donghwa Lee <dh09.lee@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
parent
82a50195cb
commit
24bb7a6efc
2 changed files with 14 additions and 2 deletions
|
@ -315,6 +315,7 @@ struct mipi_dsim_lcd_device {
|
|||
int id;
|
||||
int bus_id;
|
||||
int irq;
|
||||
int panel_reverse;
|
||||
|
||||
struct mipi_dsim_device *master;
|
||||
void *platform_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue