linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the arm-soc tree with the sound-asoc and pincrtl trees
@ 2012-11-26  9:53 Stephen Rothwell
  2012-11-26 10:13 ` Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2012-11-26  9:53 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, linux-arm-kernel
  Cc: linux-next, linux-kernel, Fabio Porcedda, Nicolas Ferre

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

Hi all,

Today's linux-next merge of the arm-soc tree got a conflict in
arch/arm/boot/dts/at91sam9263.dtsi between various commits from the
arm-soc and pinctrl trees and commit 7492e7ca0f95 ("ARM: at91/dts: add
at91sam9_wdt driver to at91sam926x, at91sam9g45") from the arm-soc tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/arm/boot/dts/at91sam9263.dtsi
index 18d9310,ff54612..0000000
--- a/arch/arm/boot/dts/at91sam9263.dtsi
+++ b/arch/arm/boot/dts/at91sam9263.dtsi
@@@ -403,23 -196,11 +403,29 @@@
  				status = "disabled";
  			};
  
 +			mmc0: mmc@fff80000 {
 +				compatible = "atmel,hsmci";
 +				reg = <0xfff80000 0x600>;
 +				interrupts = <10 4 0>;
 +				#address-cells = <1>;
 +				#size-cells = <0>;
 +				status = "disabled";
 +			};
 +
 +			mmc1: mmc@fff84000 {
 +				compatible = "atmel,hsmci";
 +				reg = <0xfff84000 0x600>;
 +				interrupts = <11 4 0>;
 +				#address-cells = <1>;
 +				#size-cells = <0>;
 +				status = "disabled";
 +			};
++
+ 			watchdog@fffffd40 {
+ 				compatible = "atmel,at91sam9260-wdt";
+ 				reg = <0xfffffd40 0x10>;
+ 				status = "disabled";
+ 			};
  		};
  
  		nand0: nand@40000000 {

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-26 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26  9:53 linux-next: manual merge of the arm-soc tree with the sound-asoc and pincrtl trees Stephen Rothwell
2012-11-26 10:13 ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).