summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-05-28 15:10:20 +0200
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-05-28 15:10:20 +0200
commit14531f1f2267dec89f6d925ef6d05b7515a6a2c1 (patch)
tree8a50488cf0fc0826432a0dc95014d89535c6b9ef
parent3a3b132d8724fff740cf0dab237e4dbd66c5c608 (diff)
Correct image height
-rw-r--r--drivers/media/platform/rockchip/isp1/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/rockchip/isp1/common.h b/drivers/media/platform/rockchip/isp1/common.h
index e33bcfdbdbc7..f07955f47bb4 100644
--- a/drivers/media/platform/rockchip/isp1/common.h
+++ b/drivers/media/platform/rockchip/isp1/common.h
@@ -43,7 +43,7 @@
#include <media/videobuf2-v4l2.h>
#define RKISP1_DEFAULT_WIDTH 1920
-#define RKISP1_DEFAULT_HEIGHT 1280
+#define RKISP1_DEFAULT_HEIGHT 1080
#define RKISP1_MAX_STREAM 2
#define RKISP1_STREAM_SP 0