From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi
Date: Fri, 18 Jul 2014 15:46:34 +0200 [thread overview]
Message-ID: <53C9253A.8020404@atmel.com> (raw)
In-Reply-To: <1405623838-22496-1-git-send-email-boris.brezillon@free-electrons.com>
On 17/07/2014 21:03, Boris BREZILLON :
> The pwm driver requires a clocks property referencing the pwm peripheral
> clk.
>
> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> arch/arm/boot/dts/at91sam9x5.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 2ebc421..6902f53 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -1124,6 +1124,7 @@
> compatible = "atmel,at91sam9rl-pwm";
> reg = <0xf8034000 0x300>;
> interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
> + clocks = <&pwm_clk>;
> #pwm-cells = <3>;
> status = "disabled";
> };
>
--
Nicolas Ferre
prev parent reply other threads:[~2014-07-18 13:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-17 19:03 [PATCH] ARM: at91/dt: add missing clocks property to pwm node in sam9x5.dtsi Boris BREZILLON
2014-07-18 13:46 ` Nicolas Ferre [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=53C9253A.8020404@atmel.com \
--to=nicolas.ferre@atmel.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.