diff options
author | eric.gao@rock-chips.com | 2017-06-21 11:20:32 +0800 |
---|---|---|
committer | Anatolij Gustschin | 2017-08-07 19:01:08 +0200 |
commit | c83e835966076c75626d30e3350052c324a386bf (patch) | |
tree | 30c1ebc0b8be0c5e1230d9cf62a488ca2dc899ae /configs/evb-rk3399_defconfig | |
parent | c674e00b8ac0f5f460d35382269d513770215a34 (diff) |
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>
Diffstat (limited to 'configs/evb-rk3399_defconfig')
-rw-r--r-- | configs/evb-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 6081411105d..55757d2f732 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 |