summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Bender <bender@numalfix.phytec.de>2013-06-25 15:18:54 +0200
committerJustin Waters <justin.waters@timesys.com>2013-11-07 12:19:33 -0500
commit85e7c088cbd23a5bd2d04334cda4be0fe3b686b4 (patch)
treed3c82c9edcef9050aefb4a3a6c472200e9dbfb30
parent78e2abbfd83ccc69150b762ae3b66d1506138fb4 (diff)
mt9p031: Changed the possible PLL stettings
The change is needed because of the setting in the platformcode. Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--drivers/media/video/mt9p031.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/mt9p031.c b/drivers/media/video/mt9p031.c
index a3ec7655c868..624066211a85 100644
--- a/drivers/media/video/mt9p031.c
+++ b/drivers/media/video/mt9p031.c
@@ -210,9 +210,9 @@ static void mt9p031_video_remove(struct soc_camera_device *icd)
/*TODO: add new dividers */
static const struct mt9p031_pll_divs mt9p031_divs[] = {
/* ext_freq target_freq m n p1 */
- {26000000, 48000000, 37, 10, 2},
+ {26000000, 48000000, 37, 5, 4},
{26000000, 96000000, 74, 10, 2},
- {54000000, 96000000, 32, 9, 2}
+ {26700000, 96000000, 72, 10, 2}
};
static int mt9p031_pll_get_divs(struct mt9p031 *mt9p031)