diff for duplicates of <537319CE.7020101@ziswiler.com> diff --git a/a/1.txt b/N1/1.txt index 4ea9860..7ef8d8c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On 05/13/2014 09:49 PM, Stephen Warren wrote: -> On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote: +> On 05/13/2014 11:27 AM, stefan at agner.ch wrote: >> This patch adds the device tree to support Toradex Colibri T30, a >> computer on module which can be used on different carrier boards. >> @@ -25,9 +25,9 @@ On 05/13/2014 09:49 PM, Stephen Warren wrote: > Colibri T30 module .dtsi file too. > >> + aliases { ->> + rtc0 = "/i2c@7000c000/rtc@68"; ->> + rtc1 = "/i2c@7000d000/tps65911@2d"; ->> + rtc2 = "/rtc@7000e000"; +>> + rtc0 = "/i2c at 7000c000/rtc at 68"; +>> + rtc1 = "/i2c at 7000d000/tps65911 at 2d"; +>> + rtc2 = "/rtc at 7000e000"; >> + }; > > Wow, no shortage of RTCs! @@ -40,10 +40,10 @@ third one is Tegra SoC internal and won't keep the time across power-cycles in our design. >> + /* SPI1: Colibri SSP */ ->> + spi@7000d400 { +>> + spi at 7000d400 { >> + status = "okay"; >> + spi-max-frequency = <25000000>; ->> + can0: can@0 { +>> + can0: can at 0 { >> + compatible = "microchip,mcp2515"; >> + reg = <0>; >> + clocks = <&clk16m>; @@ -63,7 +63,7 @@ they indeed only select a chip otherwise all the chip select pins are just left floating! >> + /* EHCI instance 0: USB1_DP/N -> USBC_P/N */ ->> + usb@7d000000 { +>> + usb at 7d000000 { >> + status = "okay"; >> + dr_mode = "otg"; > @@ -78,7 +78,7 @@ just left floating! Good question and me and Stefan actually even talked about that yesterday. I am actually using KMS right now as follows: -video=HDMI-A-1:1280x720-16@60 video=LVDS-1:640x480-16@60' +video=HDMI-A-1:1280x720-16 at 60 video=LVDS-1:640x480-16 at 60' So the panel node is purely used to hook up the back light part right now. @@ -117,7 +117,7 @@ never actually went on sale would be software incompatible. Understood, however our Colibri standard defines a completely different order of the UARTs which is what we attempted to indicate by this aliases. ->> + pmc@7000e400 { +>> + pmc at 7000e400 { >> + status = "okay"; > > The PMC node isn't disabled in tegra20.dtsi, so you don't need the diff --git a/a/content_digest b/N1/content_digest index 581cf54..387ec49 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,14 @@ "ref\0cover.1400001937.git.stefan@agner.ch\0" "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan@agner.ch\0" "ref\053727738.4080901@wwwdotorg.org\0" - "ref\053727738.4080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org\0" - "From\0Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>\0" - "Subject\0Re: [PATCH 2/2] ARM: tegra: initial add of Colibri T30\0" + "From\0marcel@ziswiler.com (Marcel Ziswiler)\0" + "Subject\0[PATCH 2/2] ARM: tegra: initial add of Colibri T30\0" "Date\0Wed, 14 May 2014 09:22:54 +0200\0" - "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>" - stefan-XLVq0VzYD2Y@public.gmane.org - " thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "Cc\0linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 05/13/2014 09:49 PM, Stephen Warren wrote:\n" - "> On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:\n" + "> On 05/13/2014 11:27 AM, stefan at agner.ch wrote:\n" ">> This patch adds the device tree to support Toradex Colibri T30, a\n" ">> computer on module which can be used on different carrier boards.\n" ">>\n" @@ -42,9 +34,9 @@ "> Colibri T30 module .dtsi file too.\n" ">\n" ">> +\taliases {\n" - ">> +\t\trtc0 = \"/i2c@7000c000/rtc@68\";\n" - ">> +\t\trtc1 = \"/i2c@7000d000/tps65911@2d\";\n" - ">> +\t\trtc2 = \"/rtc@7000e000\";\n" + ">> +\t\trtc0 = \"/i2c at 7000c000/rtc at 68\";\n" + ">> +\t\trtc1 = \"/i2c at 7000d000/tps65911 at 2d\";\n" + ">> +\t\trtc2 = \"/rtc at 7000e000\";\n" ">> +\t};\n" ">\n" "> Wow, no shortage of RTCs!\n" @@ -57,10 +49,10 @@ "power-cycles in our design.\n" "\n" ">> +\t/* SPI1: Colibri SSP */\n" - ">> +\tspi@7000d400 {\n" + ">> +\tspi at 7000d400 {\n" ">> +\t\tstatus = \"okay\";\n" ">> +\t\tspi-max-frequency = <25000000>;\n" - ">> +\t\tcan0: can@0 {\n" + ">> +\t\tcan0: can at 0 {\n" ">> +\t\t\tcompatible = \"microchip,mcp2515\";\n" ">> +\t\t\treg = <0>;\n" ">> +\t\t\tclocks = <&clk16m>;\n" @@ -80,7 +72,7 @@ "just left floating!\n" "\n" ">> +\t/* EHCI instance 0: USB1_DP/N -> USBC_P/N */\n" - ">> +\tusb@7d000000 {\n" + ">> +\tusb at 7d000000 {\n" ">> +\t\tstatus = \"okay\";\n" ">> +\t\tdr_mode = \"otg\";\n" ">\n" @@ -95,7 +87,7 @@ "Good question and me and Stefan actually even talked about that \n" "yesterday. I am actually using KMS right now as follows:\n" "\n" - "video=HDMI-A-1:1280x720-16@60 video=LVDS-1:640x480-16@60'\n" + "video=HDMI-A-1:1280x720-16 at 60 video=LVDS-1:640x480-16 at 60'\n" "\n" "So the panel node is purely used to hook up the back light part right now.\n" "\n" @@ -134,10 +126,10 @@ "Understood, however our Colibri standard defines a completely different \n" "order of the UARTs which is what we attempted to indicate by this aliases.\n" "\n" - ">> +\tpmc@7000e400 {\n" + ">> +\tpmc at 7000e400 {\n" ">> +\t\tstatus = \"okay\";\n" ">\n" "> The PMC node isn't disabled in tegra20.dtsi, so you don't need the\n" > status property here. -5cbd285147aff7850f997a32836c1177446a2ad738028ceb3e14cc699fe24937 +67a23e3a00d0126adec0cff64ca849858cab2bea8dc9b918722f5c4d1b858c4d
diff --git a/a/1.txt b/N2/1.txt index 4ea9860..0a3282b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ On 05/13/2014 09:49 PM, Stephen Warren wrote: -> On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote: +> On 05/13/2014 11:27 AM, stefan@agner.ch wrote: >> This patch adds the device tree to support Toradex Colibri T30, a >> computer on module which can be used on different carrier boards. >> diff --git a/a/content_digest b/N2/content_digest index 581cf54..dfa526b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,21 @@ "ref\0cover.1400001937.git.stefan@agner.ch\0" "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan@agner.ch\0" "ref\053727738.4080901@wwwdotorg.org\0" - "ref\053727738.4080901-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org\0" - "From\0Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>\0" + "From\0Marcel Ziswiler <marcel@ziswiler.com>\0" "Subject\0Re: [PATCH 2/2] ARM: tegra: initial add of Colibri T30\0" "Date\0Wed, 14 May 2014 09:22:54 +0200\0" - "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>" - stefan-XLVq0VzYD2Y@public.gmane.org - " thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "Cc\0linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Stephen Warren <swarren@wwwdotorg.org>" + stefan@agner.ch + " thierry.reding@gmail.com\0" + "Cc\0linux@arm.linux.org.uk" + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " linux-tegra@vger.kernel.org\0" "\00:1\0" "b\0" "On 05/13/2014 09:49 PM, Stephen Warren wrote:\n" - "> On 05/13/2014 11:27 AM, stefan-XLVq0VzYD2Y@public.gmane.org wrote:\n" + "> On 05/13/2014 11:27 AM, stefan@agner.ch wrote:\n" ">> This patch adds the device tree to support Toradex Colibri T30, a\n" ">> computer on module which can be used on different carrier boards.\n" ">>\n" @@ -140,4 +139,4 @@ "> The PMC node isn't disabled in tegra20.dtsi, so you don't need the\n" > status property here. -5cbd285147aff7850f997a32836c1177446a2ad738028ceb3e14cc699fe24937 +020393c70125ccb88f177fffd29f98b5515a60578905142782bbb4339353a4bb
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.