projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8e156
)
media: ov5640: use JPEG mode 3 for 720p
author
Hugues Fruchet
<hugues.fruchet@st.com>
Mon, 24 Sep 2018 13:33:27 +0000
(09:33 -0400)
committer
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Wed, 3 Oct 2018 15:58:43 +0000
(11:58 -0400)
Change 720p JPEG mode to mode 3 as per other resolutions.
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/ov5640.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/ov5640.c
b/drivers/media/i2c/ov5640.c
index 30b15e91d8be4acbc20f18d747ac916fa5717459..664ffacc8d66af6ef80ae8bd1bf3330336b29ddd 100644
(file)
--- a/
drivers/media/i2c/ov5640.c
+++ b/
drivers/media/i2c/ov5640.c
@@
-608,7
+608,7
@@
static const struct reg_value ov5640_setting_15fps_720P_1280_720[] = {
{0x3a03, 0xe4, 0, 0}, {0x3a08, 0x01, 0, 0}, {0x3a09, 0xbc, 0, 0},
{0x3a0a, 0x01, 0, 0}, {0x3a0b, 0x72, 0, 0}, {0x3a0e, 0x01, 0, 0},
{0x3a0d, 0x02, 0, 0}, {0x3a14, 0x02, 0, 0}, {0x3a15, 0xe4, 0, 0},
- {0x4001, 0x02, 0, 0}, {0x4004, 0x02, 0, 0}, {0x4713, 0x0
2
, 0, 0},
+ {0x4001, 0x02, 0, 0}, {0x4004, 0x02, 0, 0}, {0x4713, 0x0
3
, 0, 0},
{0x4407, 0x04, 0, 0}, {0x460b, 0x37, 0, 0}, {0x460c, 0x20, 0, 0},
{0x3824, 0x04, 0, 0}, {0x5001, 0x83, 0, 0},
};