From: Sylwester Nawrocki <snjw23@gmail.com>
To: kgene.kim@samsung.com
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
linux-samsung-soc@vger.kernel.org, m.szyprowski@samsung.com,
riverful.kim@samsung.com, sw0312.kim@samsung.com,
Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH 5/6] ARM: SAMSUNG: Correct M-5MOLS sensor clock frequency on Nuri board
Date: Wed, 25 Jan 2012 20:50:48 +0100 [thread overview]
Message-ID: <4F205D18.7070509@gmail.com> (raw)
In-Reply-To: <1327501407-1927-6-git-send-email-s.nawrocki@samsung.com>
oops, it's for Universal C210 so the subject should be:
ARM: SAMSUNG: Correct M-5MOLS sensor clock frequency on Universal C210 board
Should I resend or would you fix it when applying.
--
Regards,
Sylwester
On 01/25/2012 03:23 PM, Sylwester Nawrocki wrote:
> In order to keep the sensor's master clock frequency in valid range
> when FIMC parent clock is xusbxti, the specified frequency must be
> exactly 24MHZ, otherwise it's being set to too low value due to
> rounding.
>
> Signed-off-by: Sylwester Nawrocki<s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
> ---
> arch/arm/mach-exynos/mach-universal_c210.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c
> index 44fc43e..0e3aeb9 100644
> --- a/arch/arm/mach-exynos/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> @@ -973,7 +973,7 @@ static struct s5p_fimc_isp_info universal_camera_sensors[] = {
> .bus_type = FIMC_MIPI_CSI2,
> .board_info =&m5mols_board_info,
> .i2c_bus_num = 0,
> - .clk_frequency = 21600000UL,
> + .clk_frequency = 24000000UL,
> .csi_data_align = 32,
> },
> };
next prev parent reply other threads:[~2012-01-25 19:50 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 14:23 [PATCH 0/6] ARM: SAMSUNG: Board updates and minor fixes Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 14:23 ` [PATCH 1/6] ARM: SAMSUNG: Increase virtual framebuffer size on Universal C210 board Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 14:23 ` [PATCH 2/6] ARM: SAMSUNG: Add support for S5K6AAFX image sensor " Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 14:23 ` [PATCH 3/6] ARM: SAMSUNG: Add support for S5K6AAFX camera on Nuri board Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 14:23 ` [PATCH 4/6] ARM: SAMSUNG: Correct framebuffer window size " Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 14:23 ` [PATCH 5/6] ARM: SAMSUNG: Correct M-5MOLS sensor clock frequency " Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-25 19:50 ` Sylwester Nawrocki [this message]
2012-01-27 1:34 ` Kukjin Kim
2012-01-25 14:23 ` [PATCH 6/6] ARM: SAMSUNG: Fix platform data setup for I2C adapter 0 Sylwester Nawrocki
2012-01-25 14:23 ` Sylwester Nawrocki
2012-01-27 1:34 ` [PATCH 0/6] ARM: SAMSUNG: Board updates and minor fixes Kukjin Kim
2012-01-27 1:34 ` Kukjin Kim
2012-01-27 9:25 ` Sylwester Nawrocki
2012-01-27 9:25 ` Sylwester Nawrocki
2012-01-31 4:07 ` Kukjin Kim
2012-01-31 4:07 ` Kukjin Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F205D18.7070509@gmail.com \
--to=snjw23@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=riverful.kim@samsung.com \
--cc=s.nawrocki@samsung.com \
--cc=sw0312.kim@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.