Commit c83e835966076c75626d30e3350052c324a386bf

Authored by eric.gao@rock-chips.com
Committed by Anatolij Gustschin
1 parent c674e00b8a

rockchip: defconfig: Increase max video resolution for mipi panel

The mipi panel used on evb-rk3399 has a 1920x1200 resolution. But now
the max resolution is 1920x1080. So increase it.

Signed-off-by: Eric Gao <eric.gao@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/evb-rk3399_defconfig
... ... @@ -66,6 +66,7 @@
66 66 CONFIG_DM_VIDEO=y
67 67 CONFIG_DISPLAY=y
68 68 CONFIG_VIDEO_ROCKCHIP=y
  69 +CONFIG_VIDEO_ROCKCHIP_MAX_YRES=1200
69 70 CONFIG_DISPLAY_ROCKCHIP_MIPI=y
70 71 CONFIG_USE_TINY_PRINTF=y
71 72 CONFIG_ERRNO_STR=y