From: eric.gao@rock-chips.com Date: Wed, 21 Jun 2017 03:20:32 +0000 (+0800) Subject: rockchip: defconfig: Increase max video resolution for mipi panel X-Git-Tag: v2025.01-rc5-pxa1908~6143 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=c83e835966076c75626d30e3350052c324a386bf;p=u-boot.git 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 Acked-by: Philipp Tomsich --- diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 6081411105..55757d2f73 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -66,6 +66,7 @@ CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y CONFIG_DISPLAY=y CONFIG_VIDEO_ROCKCHIP=y +CONFIG_VIDEO_ROCKCHIP_MAX_YRES=1200 CONFIG_DISPLAY_ROCKCHIP_MIPI=y CONFIG_USE_TINY_PRINTF=y CONFIG_ERRNO_STR=y