All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [GIT PULL 5/5] omap dt changes for v3.16 merge window
Date: Thu, 8 May 2014 18:32:12 -0700	[thread overview]
Message-ID: <20140509013211.GM2198@atomide.com> (raw)
In-Reply-To: <pull-1399581053-360006-5>

* Tony Lindgren <tony@atomide.com> [140508 16:45]:
> The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
> 
>   Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/dt-signed
> 
> for you to fetch changes up to 3fdb77174a2c173e0e69f2499b836a0e412f6c4d:
> 
>   ARM: dts: omap3-n900: use MATRIX_KEY for keymap (2014-05-06 10:22:51 -0700)
> 
> ----------------------------------------------------------------
> Device tree related changes for omaps for v3.16 merge window.

FYI, this causes a trivial merge conflict with the PM pull request
in this. Just overlapping additions, my resolution below for
reference.

Regards,

Tony


--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@@ -141,12 -144,15 +155,21 @@@
  		>;
  	};
  
 +	debug_leds: pinmux_debug_led_pins {
 +		pinctrl-single,pins = <
 +			OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4)	/* mcbsp1_clkx.gpio_162 */
 +		>;
 +	};
 +
+ 	mcspi4_pins: pinmux_mcspi4_pins {
+ 		pinctrl-single,pins = <
+ 			0x15c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_clk */
+ 			0x162 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_somi */
+ 			0x160 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_simo */
+ 			0x166 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_cs0 */
+ 		>;
+ 	};
+ 
  	mmc1_pins: pinmux_mmc1_pins {
  		pinctrl-single,pins = <
  			0x114 (PIN_INPUT_PULLUP | MUX_MODE0)	/* sdmmc1_clk */

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/5] omap dt changes for v3.16 merge window
Date: Thu, 8 May 2014 18:32:12 -0700	[thread overview]
Message-ID: <20140509013211.GM2198@atomide.com> (raw)
In-Reply-To: <pull-1399581053-360006-5>

* Tony Lindgren <tony@atomide.com> [140508 16:45]:
> The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
> 
>   Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/dt-signed
> 
> for you to fetch changes up to 3fdb77174a2c173e0e69f2499b836a0e412f6c4d:
> 
>   ARM: dts: omap3-n900: use MATRIX_KEY for keymap (2014-05-06 10:22:51 -0700)
> 
> ----------------------------------------------------------------
> Device tree related changes for omaps for v3.16 merge window.

FYI, this causes a trivial merge conflict with the PM pull request
in this. Just overlapping additions, my resolution below for
reference.

Regards,

Tony


--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@@ -141,12 -144,15 +155,21 @@@
  		>;
  	};
  
 +	debug_leds: pinmux_debug_led_pins {
 +		pinctrl-single,pins = <
 +			OMAP3_CORE1_IOPAD(0x2198, PIN_OUTPUT | MUX_MODE4)	/* mcbsp1_clkx.gpio_162 */
 +		>;
 +	};
 +
+ 	mcspi4_pins: pinmux_mcspi4_pins {
+ 		pinctrl-single,pins = <
+ 			0x15c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_clk */
+ 			0x162 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* mcspi4_somi */
+ 			0x160 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_simo */
+ 			0x166 (PIN_OUTPUT | MUX_MODE1) /* mcspi4_cs0 */
+ 		>;
+ 	};
+ 
  	mmc1_pins: pinmux_mmc1_pins {
  		pinctrl-single,pins = <
  			0x114 (PIN_INPUT_PULLUP | MUX_MODE0)	/* sdmmc1_clk */

       reply	other threads:[~2014-05-09  1:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <pull-1399581053-360006>
     [not found] ` <pull-1399581053-360006-5>
2014-05-09  1:32   ` Tony Lindgren [this message]
2014-05-09  1:32     ` [GIT PULL 5/5] omap dt changes for v3.16 merge window Tony Lindgren

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=20140509013211.GM2198@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.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.