[PATCH 04/17] ARM: S5P6450: Define clocks for I2S
Kukjin Kim
kgene.kim at samsung.com
Mon Dec 20 19:55:35 EST 2010
Jassi Brar wrote:
>
> From: Jassi Brar <jassi.brar at samsung.com>
>
> Define missing controller clocks for the I2S-0,1 blocks.
>
Should be "for the I2S-1 and 2 blocks"?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
> Signed-off-by: Jassi Brar <jassi.brar at samsung.com>
> ---
> arch/arm/mach-s5p64x0/clock-s5p6450.c | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach-
> s5p64x0/clock-s5p6450.c
> index 7fc6abd..d8b20ee 100644
> --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c
> +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c
> @@ -261,6 +261,18 @@ static struct clk init_clocks_disable[] = {
> .enable = s5p64x0_pclk_ctrl,
> .ctrlbit = (1 << 26),
> }, {
> + .name = "iis",
> + .id = 1,
> + .parent = &clk_pclk_low.clk,
> + .enable = s5p64x0_pclk_ctrl,
> + .ctrlbit = (1 << 15),
> + }, {
> + .name = "iis",
> + .id = 2,
> + .parent = &clk_pclk_low.clk,
> + .enable = s5p64x0_pclk_ctrl,
> + .ctrlbit = (1 << 16),
> + }, {
> .name = "i2c",
> .id = 1,
> .parent = &clk_pclk_low.clk,
> --
> 1.6.2.5
More information about the linux-arm-kernel
mailing list