From: kgene.kim@samsung•com (Kukjin Kim)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: EXYNOS: Add platform resource definitions for FIMC-LITE
Date: Tue, 08 May 2012 14:42:07 +0900 [thread overview]
Message-ID: <017b01cd2cdd$4e4ff570$eaefe050$%kim@samsung.com> (raw)
In-Reply-To: <1336148260-19952-1-git-send-email-s.nawrocki@samsung.com>
Sylwester Nawrocki wrote:
>
> Add the gate clocks and register region address definition for
> FIMC-LITE devices available in Exynos4x12 and Exynos5 SoCs.
>
This is right description? I can't find your changes for EXYNOS4412 and
EXYNOS5 here. Only this is for EXYNOS4212 SoC.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung•com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung•com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung•com>
> ---
> arch/arm/mach-exynos/clock-exynos4212.c | 10 ++++++++++
> arch/arm/mach-exynos/include/mach/map.h | 3 +++
> 2 files changed, 13 insertions(+)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos4212.c b/arch/arm/mach-
> exynos/clock-exynos4212.c
> index 9882312..da397d2 100644
> --- a/arch/arm/mach-exynos/clock-exynos4212.c
> +++ b/arch/arm/mach-exynos/clock-exynos4212.c
> @@ -92,6 +92,16 @@ static struct clk init_clocks_off[] = {
> .devname = SYSMMU_CLOCK_DEVNAME(isp, 9),
> .enable = exynos4212_clk_ip_isp1_ctrl,
> .ctrlbit = (1 << 4),
> + }, {
> + .name = "flite",
> + .devname = "exynos-fimc-lite.0",
> + .enable = exynos4212_clk_ip_isp0_ctrl,
> + .ctrlbit = (1 << 4),
> + }, {
> + .name = "flite",
> + .devname = "exynos-fimc-lite.1",
> + .enable = exynos4212_clk_ip_isp0_ctrl,
> + .ctrlbit = (1 << 3),
> }
> };
>
> diff --git a/arch/arm/mach-exynos/include/mach/map.h b/arch/arm/mach-
> exynos/include/mach/map.h
> index 0e2292d..d30643b 100644
> --- a/arch/arm/mach-exynos/include/mach/map.h
> +++ b/arch/arm/mach-exynos/include/mach/map.h
> @@ -34,6 +34,9 @@
>
> #define EXYNOS4_PA_JPEG 0x11840000
>
> +/* x = 0...1 */
> +#define EXYNOS4_PA_FIMC_LITE(x) (0x12390000 + ((x) *
0x10000))
> +
> #define EXYNOS4_PA_G2D 0x12800000
>
> #define EXYNOS4_PA_I2S0 0x03830000
> --
> 1.7.10
next prev parent reply other threads:[~2012-05-08 5:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-04 16:17 [PATCH] ARM: EXYNOS: Add platform resource definitions for FIMC-LITE Sylwester Nawrocki
2012-05-08 5:42 ` Kukjin Kim [this message]
2012-05-08 7:35 ` Sylwester Nawrocki
2012-05-08 7:43 ` Sylwester Nawrocki
2012-05-10 9:56 ` Kukjin Kim
2012-05-10 10:05 ` Sylwester Nawrocki
2012-05-10 16:05 ` nop
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='017b01cd2cdd$4e4ff570$eaefe050$%kim@samsung.com' \
--to=kgene.kim@samsung$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox