]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53/tx6: support egalax touchpanel found on LVDS display
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 11 Dec 2013 09:28:17 +0000 (10:28 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 11 Dec 2013 09:28:17 +0000 (10:28 +0100)
board/karo/tx53/tx53.c
board/karo/tx6/tx6qdl.c

index bfd9d85c8c8ffcae9d884c2091183962219ecb17..51efc311495cb079cbbf5b53401dfb8a29b3b47c 100644 (file)
@@ -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)
index af43c373ccac379ea13c37976146c91acbf3a562..27fc6fac1d81e8de580fa51643cad3a80c957e3e 100644 (file)
@@ -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