From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S5PC100: Debug clock sources
Date: Wed, 20 Oct 2010 16:43:02 +0900 [thread overview]
Message-ID: <05c601cb702a$6ed87d10$4c897730$%kim@samsung.com> (raw)
In-Reply-To: <1287470544-26462-1-git-send-email-jassisinghbrar@gmail.com>
Jassi Brar wrote:
>
> From: Jassi Brar <jassi.brar@samsung.com>
>
> Audio, Keypad and ADC inherit PCLKD1 clock source.
>
> Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
> ---
> arch/arm/mach-s5pc100/clock.c | 18 +++++++++---------
> 1 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/mach-s5pc100/clock.c b/arch/arm/mach-s5pc100/clock.c
> index be14d4e..8958bde 100644
> --- a/arch/arm/mach-s5pc100/clock.c
> +++ b/arch/arm/mach-s5pc100/clock.c
> @@ -679,55 +679,55 @@ static struct clk init_clocks_disable[] = {
> }, {
> .name = "iis",
> .id = 0,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 0),
> }, {
> .name = "iis",
> .id = 1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 1),
> }, {
> .name = "iis",
> .id = 2,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 2),
> }, {
> .name = "ac97",
> .id = -1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 3),
> }, {
> .name = "pcm",
> .id = 0,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 4),
> }, {
> .name = "pcm",
> .id = 1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 5),
> }, {
> .name = "spdif",
> .id = -1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 6),
> }, {
> .name = "adc",
> .id = -1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 7),
> }, {
> .name = "keypad",
> .id = -1,
> - .parent = &clk_div_d1_bus.clk,
> + .parent = &clk_div_pclkd1.clk,
> .enable = s5pc100_d1_5_ctrl,
> .ctrlbit = (1 << 8),
> }, {
> --
Ok...will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2010-10-20 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-19 6:42 [PATCH] ARM: S5PC100: Debug clock sources Jassi Brar
2010-10-20 7:43 ` Kukjin Kim [this message]
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='05c601cb702a$6ed87d10$4c897730$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.