All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/3] ARM: dts: vf610-twr: Add PWM0's pinctrl node
Date: Mon, 24 Mar 2014 10:48:20 +0800	[thread overview]
Message-ID: <20140324024818.GA10184@dragon> (raw)
In-Reply-To: <1395292325-8497-3-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

On Thu, Mar 20, 2014 at 01:12:04PM +0800, Xiubo Li wrote:
> Signed-off-by: Xiubo Li <Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

Patch #2 and #3 can be reasonably merged into one.

Shawn

> ---
>  arch/arm/boot/dts/vf610-twr.dts | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
> index f3af8ea..3fabdb5 100644
> --- a/arch/arm/boot/dts/vf610-twr.dts
> +++ b/arch/arm/boot/dts/vf610-twr.dts
> @@ -213,6 +213,17 @@
>  			>;
>  		};
>  
> +		pinctrl_pwm0: pwm0grp {
> +			fsl,pins = <
> +				VF610_PAD_PTB0__FTM0_CH0		0x1582
> +				VF610_PAD_PTB1__FTM0_CH1		0x1582
> +				VF610_PAD_PTB2__FTM0_CH2		0x1582
> +				VF610_PAD_PTB3__FTM0_CH3		0x1582
> +				VF610_PAD_PTB6__FTM0_CH6		0x1582
> +				VF610_PAD_PTB7__FTM0_CH7		0x1582
> +			>;
> +		};
> +
>  		pinctrl_sai2: sai2grp {
>  			fsl,pins = <
>  				VF610_PAD_PTA16__SAI2_TX_BCLK		0x02ed
> -- 
> 1.8.4
> 
> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawn.guo@linaro.org>
To: Xiubo Li <Li.Xiubo@freescale.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/3] ARM: dts: vf610-twr: Add PWM0's pinctrl node
Date: Mon, 24 Mar 2014 10:48:20 +0800	[thread overview]
Message-ID: <20140324024818.GA10184@dragon> (raw)
In-Reply-To: <1395292325-8497-3-git-send-email-Li.Xiubo@freescale.com>

On Thu, Mar 20, 2014 at 01:12:04PM +0800, Xiubo Li wrote:
> Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>

Patch #2 and #3 can be reasonably merged into one.

Shawn

> ---
>  arch/arm/boot/dts/vf610-twr.dts | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
> index f3af8ea..3fabdb5 100644
> --- a/arch/arm/boot/dts/vf610-twr.dts
> +++ b/arch/arm/boot/dts/vf610-twr.dts
> @@ -213,6 +213,17 @@
>  			>;
>  		};
>  
> +		pinctrl_pwm0: pwm0grp {
> +			fsl,pins = <
> +				VF610_PAD_PTB0__FTM0_CH0		0x1582
> +				VF610_PAD_PTB1__FTM0_CH1		0x1582
> +				VF610_PAD_PTB2__FTM0_CH2		0x1582
> +				VF610_PAD_PTB3__FTM0_CH3		0x1582
> +				VF610_PAD_PTB6__FTM0_CH6		0x1582
> +				VF610_PAD_PTB7__FTM0_CH7		0x1582
> +			>;
> +		};
> +
>  		pinctrl_sai2: sai2grp {
>  			fsl,pins = <
>  				VF610_PAD_PTA16__SAI2_TX_BCLK		0x02ed
> -- 
> 1.8.4
> 
> 


  parent reply	other threads:[~2014-03-24  2:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-20  5:12 [PATCH 0/3] Add DTS node for FTM PWM Xiubo Li
2014-03-20  5:12 ` Xiubo Li
2014-03-20  5:12 ` [PATCH 1/3] ARM: dts: vf610: Add Freescale FTM PWM node Xiubo Li
2014-03-20  5:12   ` Xiubo Li
     [not found]   ` <1395292325-8497-2-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-03-24  2:45     ` Shawn Guo
2014-03-24  2:45       ` Shawn Guo
2014-03-24  2:55       ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-03-24  2:55         ` Li.Xiubo
2014-03-20  5:12 ` [PATCH 2/3] ARM: dts: vf610-twr: Add PWM0's pinctrl node Xiubo Li
2014-03-20  5:12   ` Xiubo Li
     [not found]   ` <1395292325-8497-3-git-send-email-Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-03-24  2:48     ` Shawn Guo [this message]
2014-03-24  2:48       ` Shawn Guo
2014-03-24  2:52       ` Li.Xiubo-KZfg59tc24xl57MIdRCFDg
2014-03-24  2:52         ` Li.Xiubo
     [not found]         ` <2396982097064354a789c688a96c661a-+7O3WWA3DPshjIn37xzcLOO6mTEJWrR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2014-03-24  2:55           ` Shawn Guo
2014-03-24  2:55             ` Shawn Guo
2014-03-20  5:12 ` [PATCH 3/3] ARM: dts: vf610-twr: Enables FTM PWM device Xiubo Li
2014-03-20  5:12   ` Xiubo Li

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=20140324024818.GA10184@dragon \
    --to=shawn.guo-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=Li.Xiubo-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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.