From caa9aa43bc1678f6967e20f2153a11c9e7feb58f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Wed, 11 Dec 2013 10:28:17 +0100 Subject: [PATCH] karo: tx53/tx6: support egalax touchpanel found on LVDS display --- board/karo/tx53/tx53.c | 1 + board/karo/tx6/tx6qdl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/board/karo/tx53/tx53.c b/board/karo/tx53/tx53.c index bfd9d85c8c..51efc31149 100644 --- a/board/karo/tx53/tx53.c +++ b/board/karo/tx53/tx53.c @@ -1248,6 +1248,7 @@ static inline void tx53_fdt_fixup_sata(void *blob) static const char *tx53_touchpanels[] = { "ti,tsc2007", "edt,edt-ft5x06", + "eeti,egalax_ts", }; void ft_board_setup(void *blob, bd_t *bd) diff --git a/board/karo/tx6/tx6qdl.c b/board/karo/tx6/tx6qdl.c index af43c373cc..27fc6fac1d 100644 --- a/board/karo/tx6/tx6qdl.c +++ b/board/karo/tx6/tx6qdl.c @@ -1324,6 +1324,7 @@ static struct node_info nodes[] = { static const char *tx6_touchpanels[] = { "ti,tsc2007", "edt,edt-ft5x06", + "eeti,egalax_ts", }; #ifndef CONFIG_SYS_LVDS_IF -- 2.39.2