]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx48/tx48.c
Add missing .cmap member to panel_info
[karo-tx-uboot.git] / board / karo / tx48 / tx48.c
index 59df3a706a175278ba446ef447a76a4535c63c70..79640676e75850d56d64922ef38b7f5756d196cd 100644 (file)
@@ -392,12 +392,14 @@ static const struct gpio stk5v5_gpios[] = {
 };
 
 #ifdef CONFIG_LCD
+static u16 tx48_cmap[256];
 vidinfo_t panel_info = {
        /* set to max. size supported by SoC */
        .vl_col = 1366,
        .vl_row = 768,
 
        .vl_bpix = LCD_COLOR24,    /* Bits per pixel, 0: 1bpp, 1: 2bpp, 2: 4bpp, 3: 8bpp ... */
+       .cmap = tx48_cmap,
 };
 
 static struct da8xx_panel tx48_lcd_panel = {