Skip to content
Snippets Groups Projects
Commit 455cb20e authored by Troy Kisky's avatar Troy Kisky
Browse files

nitrogen8mm: goodix is also the touchscreen controller for LTK0680YTMDB

parent 55fd1c64
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ static const struct display_info_t displays[] = {
VD_MIPI_M101NWWB(MIPI, NULL, fbp_bus_gp(1, GP_I2C2_SN65DSI83_EN, 0, 0), 0x2c),
VD_LTK080A60A004T(MIPI, board_detect_gt911, fbp_bus_gp(1, GP_LTK08_MIPI_EN, GP_LTK08_MIPI_EN, 0), 0x5d), /* Goodix touchscreen */
VD_LCM_JM430(MIPI, fbp_detect_i2c, fbp_bus_gp(1, GP_ST1633_RESET, GP_TC358762_EN, 30), fbp_addr_gp(0x55, GP_LCM_JM430_BKL_EN, 0, 0)), /* Sitronix touch */
VD_LTK0680YTMDB(MIPI, NULL, fbp_bus_gp(1, GP_MIPI_RESET, GP_MIPI_RESET, 0), 0x0),
VD_LTK0680YTMDB(MIPI, NULL, fbp_bus_gp(1, GP_MIPI_RESET, GP_MIPI_RESET, 0), 0x5d),
};
#define display_cnt ARRAY_SIZE(displays)
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment