X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fkaro%2Ftx6%2Ftx6ul.c;h=d00f64ac28cad747ccaca448902a6b50f6acd7ff;hp=54368f4a5867b00b9b5f16126022705c3f3dfe34;hb=74952f399b39ca4c3f999cf8d2bc43923ba0c182;hpb=f5c18e190e3cecede1a413a889c84aec9cc6d34f diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 54368f4a58..d00f64ac28 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -721,8 +721,8 @@ static const struct gpio stk5_gpios[] = { static u16 tx6_cmap[256]; vidinfo_t panel_info = { /* set to max. size supported by SoC */ - .vl_col = 1920, - .vl_row = 1080, + .vl_col = 4096, + .vl_row = 1024, .vl_bpix = LCD_COLOR32, /* Bits per pixel, 0: 1bpp, 1: 2bpp, 2: 4bpp, 3: 8bpp ... */ .cmap = tx6_cmap,