From: Daniel Scally Date: Tue, 23 Nov 2021 00:00:04 +0000 (+0100) Subject: media: i2c: Fix incorrect value in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=651d1f2040ac46d87c67cfe512bbd7668c34fec6;p=linux.git media: i2c: Fix incorrect value in comment The PLL configuration defined here sets 72MHz (which is correct), not 80MHz. Correct the comment. Reviewed-by: Paul Kocialkowski Signed-off-by: Daniel Scally Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/ov8865.c b/drivers/media/i2c/ov8865.c index 9f1c0d66c4f94..a6372a0989e1c 100644 --- a/drivers/media/i2c/ov8865.c +++ b/drivers/media/i2c/ov8865.c @@ -713,7 +713,7 @@ static const struct ov8865_pll2_config ov8865_pll2_config_native = { /* * EXTCLK = 24 MHz * DAC_CLK = 360 MHz - * SCLK = 80 MHz + * SCLK = 72 MHz */ static const struct ov8865_pll2_config ov8865_pll2_config_binning = {