All of lore.kernel.org
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: mach-imx: imx53.dtsi: pinctl update
Date: Mon, 29 Oct 2012 22:13:59 +0100	[thread overview]
Message-ID: <20121029211359.GZ1641@pengutronix.de> (raw)
In-Reply-To: <1351164400-27940-1-git-send-email-stigge@antcom.de>

On Thu, Oct 25, 2012 at 01:26:39PM +0200, Roland Stigge wrote:
> This patch supplements pinctl support on i.MX53.
> 
> Signed-off-by: Roland Stigge <stigge@antcom.de>

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Shawn, probably better when you take this patch as it's quite likely
that you collect other patches to this file.

Sascha

> ---
>  arch/arm/boot/dts/imx53.dtsi |   46 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 46 insertions(+)
> 
> --- linux-2.6.orig/arch/arm/boot/dts/imx53.dtsi
> +++ linux-2.6/arch/arm/boot/dts/imx53.dtsi
> @@ -316,6 +316,24 @@
>  					};
>  				};
>  
> +				can1 {
> +					pinctrl_can1_1: can1grp-1 {
> +						fsl,pins = <
> +							847 0x80000000  /* MX53_PAD_PATA_INTRQ__CAN1_TXCAN */
> +							853 0x80000000  /* MX53_PAD_PATA_DIOR__CAN1_RXCAN */
> +						>;
> +					};
> +				};
> +
> +				can2 {
> +					pinctrl_can2_1: can2grp-1 {
> +						fsl,pins = <
> +							67  0x80000000  /* MX53_PAD_KEY_COL4__CAN2_TXCAN */
> +							74  0x80000000  /* MX53_PAD_KEY_ROW4__CAN2_RXCAN */
> +						>;
> +					};
> +				};
> +
>  				i2c1 {
>  					pinctrl_i2c1_1: i2c1grp-1 {
>  						fsl,pins = <
> @@ -334,6 +352,15 @@
>  					};
>  				};
>  
> +				i2c3 {
> +					pinctrl_i2c3_1: i2c3grp-1 {
> +						fsl,pins = <
> +							1102 0xc0000000	/* MX53_PAD_GPIO_6__I2C3_SDA */
> +							1130 0xc0000000	/* MX53_PAD_GPIO_5__I2C3_SCL */
> +						>;
> +					};
> +				};
> +
>  				uart1 {
>  					pinctrl_uart1_1: uart1grp-1 {
>  						fsl,pins = <
> @@ -369,6 +396,25 @@
>  						>;
>  					};
>  				};
> +
> +				uart4 {
> +					pinctrl_uart4_1: uart4grp-1 {
> +						fsl,pins = <
> +							11 0x1c5	/* MX53_PAD_KEY_COL0__UART4_TXD_MUX */
> +							18 0x1c5	/* MX53_PAD_KEY_ROW0__UART4_RXD_MUX */
> +						>;
> +					};
> +				};
> +
> +				uart5 {
> +					pinctrl_uart5_1: uart5grp-1 {
> +						fsl,pins = <
> +							24 0x1c5	/* MX53_PAD_KEY_COL1__UART5_TXD_MUX */
> +							31 0x1c5	/* MX53_PAD_KEY_ROW1__UART5_RXD_MUX */
> +						>;
> +					};
> +				};
> +
>  			};
>  
>  			uart1: serial at 53fbc000 {
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

WARNING: multiple messages have this Message-ID (diff)
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Roland Stigge <stigge@antcom.de>
Cc: kernel@pengutronix.de, linux@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Shawn Guo <shawn.guo@linaro.org>
Subject: Re: [PATCH 1/2] ARM: mach-imx: imx53.dtsi: pinctl update
Date: Mon, 29 Oct 2012 22:13:59 +0100	[thread overview]
Message-ID: <20121029211359.GZ1641@pengutronix.de> (raw)
In-Reply-To: <1351164400-27940-1-git-send-email-stigge@antcom.de>

On Thu, Oct 25, 2012 at 01:26:39PM +0200, Roland Stigge wrote:
> This patch supplements pinctl support on i.MX53.
> 
> Signed-off-by: Roland Stigge <stigge@antcom.de>

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Shawn, probably better when you take this patch as it's quite likely
that you collect other patches to this file.

Sascha

> ---
>  arch/arm/boot/dts/imx53.dtsi |   46 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 46 insertions(+)
> 
> --- linux-2.6.orig/arch/arm/boot/dts/imx53.dtsi
> +++ linux-2.6/arch/arm/boot/dts/imx53.dtsi
> @@ -316,6 +316,24 @@
>  					};
>  				};
>  
> +				can1 {
> +					pinctrl_can1_1: can1grp-1 {
> +						fsl,pins = <
> +							847 0x80000000  /* MX53_PAD_PATA_INTRQ__CAN1_TXCAN */
> +							853 0x80000000  /* MX53_PAD_PATA_DIOR__CAN1_RXCAN */
> +						>;
> +					};
> +				};
> +
> +				can2 {
> +					pinctrl_can2_1: can2grp-1 {
> +						fsl,pins = <
> +							67  0x80000000  /* MX53_PAD_KEY_COL4__CAN2_TXCAN */
> +							74  0x80000000  /* MX53_PAD_KEY_ROW4__CAN2_RXCAN */
> +						>;
> +					};
> +				};
> +
>  				i2c1 {
>  					pinctrl_i2c1_1: i2c1grp-1 {
>  						fsl,pins = <
> @@ -334,6 +352,15 @@
>  					};
>  				};
>  
> +				i2c3 {
> +					pinctrl_i2c3_1: i2c3grp-1 {
> +						fsl,pins = <
> +							1102 0xc0000000	/* MX53_PAD_GPIO_6__I2C3_SDA */
> +							1130 0xc0000000	/* MX53_PAD_GPIO_5__I2C3_SCL */
> +						>;
> +					};
> +				};
> +
>  				uart1 {
>  					pinctrl_uart1_1: uart1grp-1 {
>  						fsl,pins = <
> @@ -369,6 +396,25 @@
>  						>;
>  					};
>  				};
> +
> +				uart4 {
> +					pinctrl_uart4_1: uart4grp-1 {
> +						fsl,pins = <
> +							11 0x1c5	/* MX53_PAD_KEY_COL0__UART4_TXD_MUX */
> +							18 0x1c5	/* MX53_PAD_KEY_ROW0__UART4_RXD_MUX */
> +						>;
> +					};
> +				};
> +
> +				uart5 {
> +					pinctrl_uart5_1: uart5grp-1 {
> +						fsl,pins = <
> +							24 0x1c5	/* MX53_PAD_KEY_COL1__UART5_TXD_MUX */
> +							31 0x1c5	/* MX53_PAD_KEY_ROW1__UART5_RXD_MUX */
> +						>;
> +					};
> +				};
> +
>  			};
>  
>  			uart1: serial@53fbc000 {
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  parent reply	other threads:[~2012-10-29 21:13 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 11:26 [PATCH 1/2] ARM: mach-imx: imx53.dtsi: pinctl update Roland Stigge
2012-10-25 11:26 ` Roland Stigge
2012-10-25 11:26 ` [PATCH 2/2] ARM: mach-imx: CAN clock fix for i.MX53 Roland Stigge
2012-10-25 11:26   ` Roland Stigge
2012-10-26  8:59   ` Sascha Hauer
2012-10-26  8:59     ` Sascha Hauer
2012-10-26  9:16     ` Roland Stigge
2012-10-26  9:16       ` Roland Stigge
2012-10-26 10:30       ` Marc Kleine-Budde
2012-10-26 10:30         ` Marc Kleine-Budde
2012-10-26 11:05         ` Roland Stigge
2012-10-26 11:05           ` Roland Stigge
2012-10-26 13:52           ` Roland Stigge
2012-10-26 13:52             ` Roland Stigge
2012-10-26 14:05             ` Marc Kleine-Budde
2012-10-26 14:05               ` Marc Kleine-Budde
2012-10-29 21:20   ` Sascha Hauer
2012-10-29 21:20     ` Sascha Hauer
2012-10-29 21:31     ` Roland Stigge
2012-10-29 21:31       ` Roland Stigge
2012-10-29 21:13 ` Sascha Hauer [this message]
2012-10-29 21:13   ` [PATCH 1/2] ARM: mach-imx: imx53.dtsi: pinctl update Sascha Hauer
2012-10-30  2:46   ` Shawn Guo
2012-10-30  2:46     ` Shawn Guo

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=20121029211359.GZ1641@pengutronix.de \
    --to=s.hauer@pengutronix.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.