* [PATCH 2/5] S5PC110: add MIPI-DSI clock.
@ 2010-12-28 11:26 Inki Dae
2010-12-31 6:19 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Inki Dae @ 2010-12-28 11:26 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Inki Dae <inki.dae@samsung.com>
---
arch/arm/mach-s5pv210/clock.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
index 019c3a6..58a7c60 100644
--- a/arch/arm/mach-s5pv210/clock.c
+++ b/arch/arm/mach-s5pv210/clock.c
@@ -365,6 +365,12 @@ static struct clk init_clocks_disable[] = {
.enable = s5pv210_clk_ip1_ctrl,
.ctrlbit = (1<<0),
}, {
+ .name = "dsim",
+ .id = -1,
+ .parent = &clk_hclk_dsys.clk,
+ .enable = s5pv210_clk_ip1_ctrl,
+ .ctrlbit = (1<<2),
+ }, {
.name = "cfcon",
.id = 0,
.parent = &clk_hclk_psys.clk,
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH 2/5] S5PC110: add MIPI-DSI clock.
2010-12-28 11:26 [PATCH 2/5] S5PC110: add MIPI-DSI clock Inki Dae
@ 2010-12-31 6:19 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2010-12-31 6:19 UTC (permalink / raw)
To: linux-arm-kernel
Inki Dae wrote:
>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> ---
> arch/arm/mach-s5pv210/clock.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
> index 019c3a6..58a7c60 100644
> --- a/arch/arm/mach-s5pv210/clock.c
> +++ b/arch/arm/mach-s5pv210/clock.c
> @@ -365,6 +365,12 @@ static struct clk init_clocks_disable[] = {
> .enable = s5pv210_clk_ip1_ctrl,
> .ctrlbit = (1<<0),
> }, {
> + .name = "dsim",
> + .id = -1,
> + .parent = &clk_hclk_dsys.clk,
> + .enable = s5pv210_clk_ip1_ctrl,
> + .ctrlbit = (1<<2),
Please add blank around <<
> + }, {
> .name = "cfcon",
> .id = 0,
> .parent = &clk_hclk_psys.clk,
> --
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-31 6:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-28 11:26 [PATCH 2/5] S5PC110: add MIPI-DSI clock Inki Dae
2010-12-31 6:19 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).