[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150618223939.9112.75016@quantum>
Date: Thu, 18 Jun 2015 15:39:39 -0700
From: Michael Turquette <mturquette@...aro.org>
To: Vignesh R <vigneshr@...com>, "Paul Walmsley" <paul@...an.com>,
"Tero Kristo" <t-kristo@...com>,
"Thierry Reding" <thierry.reding@...il.com>,
"Rob Herring" <robh+dt@...nel.org>,
"Pawel Moll" <pawel.moll@....com>,
"Mark Rutland" <mark.rutland@....com>,
"Ian Campbell" <ijc+devicetree@...lion.org.uk>,
"Kumar Gala" <galak@...eaurora.org>,
"Benoit Cousson" <bcousson@...libre.com>,
"Tony Lindgren" <tony@...mide.com>,
"Russell King" <linux@....linux.org.uk>,
"Stephen Boyd" <sboyd@...eaurora.org>
Cc: linux-pwm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-clk@...r.kernel.org,
"Vignesh R" <vigneshr@...com>
Subject: Re: [PATCH v2 4/5] clk: ti: DRA7: Add tbclk data for ehrpwm
Quoting Vignesh R (2015-06-03 04:51:23)
> tbclk is needed by ehrpwm to generate pwm waveforms. Hence, register
> the required clock information.
>
> Signed-off-by: Vignesh R <vigneshr@...com>
Looks good to me. Please feel free to add:
Acked-by: Michael Turquette <mturquette@...libre.com>
Regards,
Mike
> ---
> drivers/clk/ti/clk-7xx.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/clk/ti/clk-7xx.c b/drivers/clk/ti/clk-7xx.c
> index 5d2217ae4478..366be43d15fe 100644
> --- a/drivers/clk/ti/clk-7xx.c
> +++ b/drivers/clk/ti/clk-7xx.c
> @@ -304,6 +304,9 @@ static struct ti_dt_clk dra7xx_clks[] = {
> DT_CLK("4882a000.timer", "timer_sys_ck", "timer_sys_clk_div"),
> DT_CLK("4882c000.timer", "timer_sys_ck", "timer_sys_clk_div"),
> DT_CLK("4882e000.timer", "timer_sys_ck", "timer_sys_clk_div"),
> + DT_CLK("4843e200.ehrpwm", "tbclk", "ehrpwm0_tbclk"),
> + DT_CLK("48440200.ehrpwm", "tbclk", "ehrpwm1_tbclk"),
> + DT_CLK("48442200.ehrpwm", "tbclk", "ehrpwm2_tbclk"),
> DT_CLK(NULL, "sys_clkin", "sys_clkin1"),
> { .node_name = NULL },
> };
> --
> 2.4.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists