From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: LPC32xx: Add the motor PWM to base dts file
Date: Wed, 14 Nov 2012 15:44:34 +0100 [thread overview]
Message-ID: <50A3AE52.6010704@antcom.de> (raw)
In-Reply-To: <1352897985-15419-3-git-send-email-alban.bedel@avionic-design.de>
On 14/11/12 13:59, Alban Bedel wrote:
> Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
> ---
> arch/arm/boot/dts/lpc32xx.dtsi | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi
> index ef0fdc7..a1e6a9b 100644
> --- a/arch/arm/boot/dts/lpc32xx.dtsi
> +++ b/arch/arm/boot/dts/lpc32xx.dtsi
> @@ -182,6 +182,13 @@
> pnx,timeout = <0x64>;
> };
>
> + mpwm: mpwm at 400E8000 {
> + compatible = "nxp,lpc3220-motor-pwm";
> + reg = <0x400E8000 0x78>;
> + status = "disabled";
> + #pwm-cells = <2>;
> + };
> +
> i2cusb: i2c at 31020300 {
> compatible = "nxp,pnx-i2c";
> reg = <0x31020300 0x100>;
Will take this into my lpc32xx/dts branch.
Thanks,
Roland
prev parent reply other threads:[~2012-11-14 14:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-14 12:59 [PATCH V2 0/2] pwm: lpc32xx - Add a driver for the motor PWM Alban Bedel
2012-11-14 12:59 ` [PATCH 1/2] " Alban Bedel
2012-11-16 19:16 ` Thierry Reding
2012-11-16 19:52 ` Roland Stigge
2012-11-14 12:59 ` [PATCH 2/2] ARM: LPC32xx: Add the motor PWM to base dts file Alban Bedel
2012-11-14 14:44 ` Roland Stigge [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=50A3AE52.6010704@antcom.de \
--to=stigge@antcom.de \
--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.