diff for duplicates of <52D56D5B.5000505@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 7036d20..f783960 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -76,7 +76,7 @@ ascending address order? It is always simple to deal with node additions when sorted this way. > + -> + aic: interrupt-controller at fffff000 { +> + aic: interrupt-controller@fffff000 { > + #interrupt-cells = <3>; > + compatible = "atmel,at91rm9200-aic"; > + interrupt-controller; @@ -84,23 +84,23 @@ when sorted this way. > + atmel,external-irqs = <29 30 31>; > + }; > + -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + compatible = "atmel,at91rm9200-pmc"; > + reg = <0xfffffc00 0x100>; > + }; > + -> + ramc: ramc at ffffea00 { +> + ramc: ramc@ffffea00 { > + compatible = "atmel,at91sam9260-sdramc"; > + reg = <0xffffea00 0x200>; > + }; > + -> + pit: timer at fffffd30 { +> + pit: timer@fffffd30 { > + compatible = "atmel,at91sam9260-pit"; > + reg = <0xfffffd30 0xf>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; > + }; > + -> + tcb0: timer at fffa0000 { +> + tcb0: timer@fffa0000 { > + compatible = "atmel,at91rm9200-tcb"; > + reg = <0xfffa0000 0x100>; > + interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0 @@ -110,17 +110,17 @@ when sorted this way. > + status = "disabled"; > + }; > + -> + rstc at fffffd00 { +> + rstc@fffffd00 { > + compatible = "atmel,at91sam9260-rstc"; > + reg = <0xfffffd00 0x10>; > + }; > + -> + shdwc at fffffd10 { +> + shdwc@fffffd10 { > + compatible = "atmel,at91sam9260-shdwc"; > + reg = <0xfffffd10 0x10>; > + }; > + -> + pinctrl at fffff400 { +> + pinctrl@fffff400 { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "atmel,at91rm9200-pinctrl", "simple-bus"; @@ -316,7 +316,7 @@ anymore with pre-processor macros. > + }; > + }; > + -> + pioA: gpio at fffff400 { +> + pioA: gpio@fffff400 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff400 0x200>; > + interrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>; @@ -326,7 +326,7 @@ anymore with pre-processor macros. > + #interrupt-cells = <2>; > + }; > + -> + pioB: gpio at fffff600 { +> + pioB: gpio@fffff600 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff600 0x200>; > + interrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>; @@ -336,7 +336,7 @@ anymore with pre-processor macros. > + #interrupt-cells = <2>; > + }; > + -> + pioC: gpio at fffff800 { +> + pioC: gpio@fffff800 { > + compatible = "atmel,at91rm9200-gpio"; > + reg = <0xfffff800 0x200>; > + interrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>; @@ -347,7 +347,7 @@ anymore with pre-processor macros. > + }; > + }; > + -> + dbgu: serial at fffff200 { +> + dbgu: serial@fffff200 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffff200 0x200>; > + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; @@ -356,7 +356,7 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + usart0: serial at fffb0000 { +> + usart0: serial@fffb0000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb0000 0x200>; > + interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>; @@ -367,7 +367,7 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + usart1: serial at ffffb400 { +> + usart1: serial@ffffb400 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb4000 0x200>; > + interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>; @@ -378,7 +378,7 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + usart2: serial at fff94000 { +> + usart2: serial@fff94000 { > + compatible = "atmel,at91sam9260-usart"; > + reg = <0xfffb8000 0x200>; > + interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>; @@ -389,7 +389,7 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + ssc0: ssc at fffbc000 { +> + ssc0: ssc@fffbc000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffbc000 0x4000>; > + interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>; @@ -398,7 +398,7 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + ssc1: ssc at fffc0000 { +> + ssc1: ssc@fffc0000 { > + compatible = "atmel,at91rm9200-ssc"; > + reg = <0xfffc0000 0x4000>; > + interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>; @@ -407,14 +407,14 @@ anymore with pre-processor macros. > + status = "disabled"; > + }; > + -> + usb1: gadget at fffa4000 { +> + usb1: gadget@fffa4000 { > + compatible = "atmel,at91rm9200-udc"; > + reg = <0xfffa4000 0x4000>; > + interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>; > + status = "disabled"; > + }; > + -> + i2c0: i2c at fffac000 { +> + i2c0: i2c@fffac000 { > + compatible = "atmel,at91sam9261-i2c"; isn't it "atmel,at91sam9260-i2c" ? @@ -426,7 +426,7 @@ isn't it "atmel,at91sam9260-i2c" ? > + status = "disabled"; > + }; > + -> + mmc0: mmc at fffa8000 { +> + mmc0: mmc@fffa8000 { > + compatible = "atmel,hsmci"; > + reg = <0xfffa8000 0x600>; > + interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>; @@ -435,13 +435,13 @@ isn't it "atmel,at91sam9260-i2c" ? > + status = "disabled"; > + }; > + -> + watchdog at fffffd40 { +> + watchdog@fffffd40 { > + compatible = "atmel,at91sam9260-wdt"; > + reg = <0xfffffd40 0x10>; > + status = "disabled"; > + }; > + -> + spi0: spi at fffc8000 { +> + spi0: spi@fffc8000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -452,7 +452,7 @@ isn't it "atmel,at91sam9260-i2c" ? > + status = "disabled"; > + }; > + -> + spi1: spi at fffcc000 { +> + spi1: spi@fffcc000 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "atmel,at91rm9200-spi"; @@ -464,7 +464,7 @@ isn't it "atmel,at91sam9260-i2c" ? > + }; > + }; > + -> + nand0: nand at 40000000 { +> + nand0: nand@40000000 { > + compatible = "atmel,at91rm9200-nand"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -481,7 +481,7 @@ isn't it "atmel,at91sam9260-i2c" ? > + status = "disabled"; > + }; > + -> + usb0: ohci at 00500000 { +> + usb0: ohci@00500000 { > + compatible = "atmel,at91rm9200-ohci", "usb-ohci"; > + reg = <0x00500000 0x100000>; > + interrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>; @@ -489,7 +489,7 @@ isn't it "atmel,at91sam9260-i2c" ? > + }; > + }; > + -> + i2c at 0 { +> + i2c@0 { > + compatible = "i2c-gpio"; > + gpios = <&pioA 7 GPIO_ACTIVE_HIGH /* sda */ > + &pioA 8 GPIO_ACTIVE_HIGH /* scl */ diff --git a/a/content_digest b/N1/content_digest index 1180686..dfb7fae 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,13 @@ "ref\01389270709-32662-1-git-send-email-jjhiblot@traphandler.com\0" "ref\01389270709-32662-2-git-send-email-jjhiblot@traphandler.com\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[PATCH v2 01/12] at91: dt: Add at91sam9261 dt SoC support\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [PATCH v2 01/12] at91: dt: Add at91sam9261 dt SoC support\0" "Date\0Tue, 14 Jan 2014 18:01:15 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jean-Jacques Hiblot <jjhiblot@traphandler.com>\0" + "Cc\0<b.brezillon@overkiz.com>" + <arnd@arndb.de> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "On 09/01/2014 13:31, Jean-Jacques Hiblot :\n" @@ -84,7 +88,7 @@ "when sorted this way.\n" "\n" "> +\n" - "> +\t\t\taic: interrupt-controller at fffff000 {\n" + "> +\t\t\taic: interrupt-controller@fffff000 {\n" "> +\t\t\t\t#interrupt-cells = <3>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-aic\";\n" "> +\t\t\t\tinterrupt-controller;\n" @@ -92,23 +96,23 @@ "> +\t\t\t\tatmel,external-irqs = <29 30 31>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n" "> +\t\t\t\treg = <0xfffffc00 0x100>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tramc: ramc at ffffea00 {\n" + "> +\t\t\tramc: ramc@ffffea00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-sdramc\";\n" "> +\t\t\t\treg = <0xffffea00 0x200>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpit: timer at fffffd30 {\n" + "> +\t\t\tpit: timer@fffffd30 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> +\t\t\t\treg = <0xfffffd30 0xf>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\ttcb0: timer at fffa0000 {\n" + "> +\t\t\ttcb0: timer@fffa0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-tcb\";\n" "> +\t\t\t\treg = <0xfffa0000 0x100>;\n" "> +\t\t\t\tinterrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0\n" @@ -118,17 +122,17 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\trstc at fffffd00 {\n" + "> +\t\t\trstc@fffffd00 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-rstc\";\n" "> +\t\t\t\treg = <0xfffffd00 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tshdwc at fffffd10 {\n" + "> +\t\t\tshdwc@fffffd10 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-shdwc\";\n" "> +\t\t\t\treg = <0xfffffd10 0x10>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpinctrl at fffff400 {\n" + "> +\t\t\tpinctrl@fffff400 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <1>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-pinctrl\", \"simple-bus\";\n" @@ -324,7 +328,7 @@ "> +\t\t\t\t\t};\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioA: gpio at fffff400 {\n" + "> +\t\t\t\tpioA: gpio@fffff400 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff400 0x200>;\n" "> +\t\t\t\t\tinterrupts = <2 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -334,7 +338,7 @@ "> +\t\t\t\t\t#interrupt-cells = <2>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioB: gpio at fffff600 {\n" + "> +\t\t\t\tpioB: gpio@fffff600 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff600 0x200>;\n" "> +\t\t\t\t\tinterrupts = <3 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -344,7 +348,7 @@ "> +\t\t\t\t\t#interrupt-cells = <2>;\n" "> +\t\t\t\t};\n" "> +\n" - "> +\t\t\t\tpioC: gpio at fffff800 {\n" + "> +\t\t\t\tpioC: gpio@fffff800 {\n" "> +\t\t\t\t\tcompatible = \"atmel,at91rm9200-gpio\";\n" "> +\t\t\t\t\treg = <0xfffff800 0x200>;\n" "> +\t\t\t\t\tinterrupts = <4 IRQ_TYPE_LEVEL_HIGH 1>;\n" @@ -355,7 +359,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tdbgu: serial at fffff200 {\n" + "> +\t\t\tdbgu: serial@fffff200 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffff200 0x200>;\n" "> +\t\t\t\tinterrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;\n" @@ -364,7 +368,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart0: serial at fffb0000 {\n" + "> +\t\t\tusart0: serial@fffb0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb0000 0x200>;\n" "> +\t\t\t\tinterrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -375,7 +379,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart1: serial at ffffb400 {\n" + "> +\t\t\tusart1: serial@ffffb400 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb4000 0x200>;\n" "> +\t\t\t\tinterrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -386,7 +390,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusart2: serial at fff94000 {\n" + "> +\t\t\tusart2: serial@fff94000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> +\t\t\t\treg = <0xfffb8000 0x200>;\n" "> +\t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -397,7 +401,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc0: ssc at fffbc000 {\n" + "> +\t\t\tssc0: ssc@fffbc000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffbc000 0x4000>;\n" "> +\t\t\t\tinterrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -406,7 +410,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tssc1: ssc at fffc0000 {\n" + "> +\t\t\tssc1: ssc@fffc0000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-ssc\";\n" "> +\t\t\t\treg = <0xfffc0000 0x4000>;\n" "> +\t\t\t\tinterrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -415,14 +419,14 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tusb1: gadget at fffa4000 {\n" + "> +\t\t\tusb1: gadget@fffa4000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-udc\";\n" "> +\t\t\t\treg = <0xfffa4000 0x4000>;\n" "> +\t\t\t\tinterrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;\n" "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\ti2c0: i2c at fffac000 {\n" + "> +\t\t\ti2c0: i2c@fffac000 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9261-i2c\";\n" "\n" "isn't it \"atmel,at91sam9260-i2c\" ?\n" @@ -434,7 +438,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tmmc0: mmc at fffa8000 {\n" + "> +\t\t\tmmc0: mmc@fffa8000 {\n" "> +\t\t\t\tcompatible = \"atmel,hsmci\";\n" "> +\t\t\t\treg = <0xfffa8000 0x600>;\n" "> +\t\t\t\tinterrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -443,13 +447,13 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\twatchdog at fffffd40 {\n" + "> +\t\t\twatchdog@fffffd40 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9260-wdt\";\n" "> +\t\t\t\treg = <0xfffffd40 0x10>;\n" "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi0: spi at fffc8000 {\n" + "> +\t\t\tspi0: spi@fffc8000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -460,7 +464,7 @@ "> +\t\t\t\tstatus = \"disabled\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tspi1: spi at fffcc000 {\n" + "> +\t\t\tspi1: spi@fffcc000 {\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" "> +\t\t\t\tcompatible = \"atmel,at91rm9200-spi\";\n" @@ -472,7 +476,7 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tnand0: nand at 40000000 {\n" + "> +\t\tnand0: nand@40000000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-nand\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -489,7 +493,7 @@ "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tusb0: ohci at 00500000 {\n" + "> +\t\tusb0: ohci@00500000 {\n" "> +\t\t\tcompatible = \"atmel,at91rm9200-ohci\", \"usb-ohci\";\n" "> +\t\t\treg = <0x00500000 0x100000>;\n" "> +\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 2>;\n" @@ -497,7 +501,7 @@ "> +\t\t};\n" "> +\t};\n" "> +\n" - "> +\ti2c at 0 {\n" + "> +\ti2c@0 {\n" "> +\t\tcompatible = \"i2c-gpio\";\n" "> +\t\tgpios = <&pioA 7 GPIO_ACTIVE_HIGH /* sda */\n" "> +\t\t\t &pioA 8 GPIO_ACTIVE_HIGH /* scl */\n" @@ -546,4 +550,4 @@ "-- \n" Nicolas Ferre -deec9a957c869bae7da7a5c74f91a263aecc3c5c4dd5fa4eca2411b3a9bd24d9 +0cb9ea0d0066a8984a1dd6ca7b1bafa1d6f8319677cd5139f3f76dde8f90cdac
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.