]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6/tx6ul.c
karo: tx6ul: fix max. dimensions of framebuffer
[karo-tx-uboot.git] / board / karo / tx6 / tx6ul.c
index 54368f4a5867b00b9b5f16126022705c3f3dfe34..d00f64ac28cad747ccaca448902a6b50f6acd7ff 100644 (file)
@@ -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,