diff for duplicates of <20130407150938.GA25605@localhost> diff --git a/a/1.txt b/N1/1.txt index c2050d3..c937c18 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ or overridden by the board description. For example: at91sam9g45.dtsi: - rtt at fffffd20 { + rtt@fffffd20 { compatible = "atmel,at91sam9g45-rtt", "atmel,at91sam9260-rtt"; reg = <0xfffffd20 0x10>; interrupts = <1 4 7>; @@ -64,7 +64,7 @@ at91sam9g45.dtsi: at91sam9m10g45ek.dts: - rtt at fffffd20 { + rtt@fffffd20 { atmel,at91-rtt-as-rtc; status = "okay"; }; @@ -90,7 +90,7 @@ should in any case not be set in the rtt-node of the dtsi. Instead I think we need the arch code to map the backup-registers and thus to add a new gpbr-node: - gpbr at fffffd60 { + gpbr@fffffd60 { compatible = "atmel,at91sam9g45-gpbr", "atmel,at91sam9260-gpbr"; reg = <0xfffffd60 0x10>; }; @@ -99,7 +99,7 @@ We could then use CONFIG_RTC_DRV_AT91SAM9_GPBR for non-DT as before, and add a new property (or simply replace the boolean) to the rtt-nodes in the board descriptions: - rtt at fffffd20 { + rtt@fffffd20 { atmel,at91-rtt-as-rtc; atmel,at91-rtt-as-rtc-gpbr = <n>; status = "okay"; diff --git a/a/content_digest b/N1/content_digest index 0aa14b7..a5b7f48 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,10 +2,16 @@ "ref\0515D35C2.7050405@atmel.com\0" "ref\0515D7F56.90702@interlog.com\0" "ref\0515D8944.2060308@atmel.com\0" - "From\0jhovold@gmail.com (Johan Hovold)\0" - "Subject\0[PATCH] rtc: rtc-at91sam9.c add DT support\0" + "From\0Johan Hovold <jhovold@gmail.com>\0" + "Subject\0Re: [PATCH] rtc: rtc-at91sam9.c add DT support\0" "Date\0Sun, 7 Apr 2013 17:09:38 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Cc\0Johan Hovold <jhovold@gmail.com>" + dgilbert@interlog.com + Robert Nelson <Robert.Nelson@digikey.com> + Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> + devicetree-discuss <devicetree-discuss@lists.ozlabs.org> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Apr 04, 2013 at 04:08:04PM +0200, Nicolas Ferre wrote:\n" @@ -65,7 +71,7 @@ "\n" "at91sam9g45.dtsi:\n" "\n" - "\trtt at fffffd20 {\n" + "\trtt@fffffd20 {\n" "\t\tcompatible = \"atmel,at91sam9g45-rtt\", \"atmel,at91sam9260-rtt\";\n" "\t\treg = <0xfffffd20 0x10>;\n" "\t\tinterrupts = <1 4 7>;\n" @@ -74,7 +80,7 @@ "\n" "at91sam9m10g45ek.dts:\n" "\n" - "\trtt at fffffd20 {\n" + "\trtt@fffffd20 {\n" "\t\tatmel,at91-rtt-as-rtc;\n" "\t\tstatus = \"okay\";\n" "\t};\n" @@ -100,7 +106,7 @@ "Instead I think we need the arch code to map the backup-registers and\n" "thus to add a new gpbr-node:\n" "\n" - "\tgpbr at fffffd60 {\n" + "\tgpbr@fffffd60 {\n" "\t\tcompatible = \"atmel,at91sam9g45-gpbr\", \"atmel,at91sam9260-gpbr\";\n" "\t\treg = <0xfffffd60 0x10>;\n" "\t};\n" @@ -109,7 +115,7 @@ "add a new property (or simply replace the boolean) to the rtt-nodes in\n" "the board descriptions:\n" "\n" - "\trtt at fffffd20 {\n" + "\trtt@fffffd20 {\n" "\t\tatmel,at91-rtt-as-rtc;\n" "\t\tatmel,at91-rtt-as-rtc-gpbr = <n>;\n" "\t\tstatus = \"okay\";\n" @@ -133,4 +139,4 @@ "[1] http://www.devicetree.org/Device_Tree_Usage#Understanding_the_compatible_Property\n" [2] http://marc.info/?l=linux-arm-kernel&m=136302554825979&w=2 -c5b392a7f1c9df117fa026a216267c1537d205bdfbd5862373f8fd1060191384 +34b531460e3e305621e1fa276cd91cb4bd38118640e01b2c289155af2f011847
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.