diff for duplicates of <2945908.5UNg8NaKcc@wuerfel> diff --git a/a/1.txt b/N1/1.txt index 941f218..2565d8b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On Friday 07 November 2014 11:57:45 Peter Griffin wrote: > > }; > + -> + ehci0: usb at 0xfe1ffe00 { +> + ehci0: usb@0xfe1ffe00 { Please drop the '0x' from the unit address in all instances. @@ -29,19 +29,19 @@ No need to list 'status="okay"', it's the default. It might make sense to change this to 'status="disabled"' though, if the ports might be unused on some boards. -> mmc0: sdhci at fe81e000 { +> mmc0: sdhci@fe81e000 { > bus-width = <8>; > }; > + -> + usb0: usb at fe100000 { +> + usb0: usb@fe100000 { > + status = "okay"; > + }; > + -> + usb1: usb at fe200000 { +> + usb1: usb@fe200000 { > + status = "okay"; > + }; > + -> + usb2: usb at fe300000 { +> + usb2: usb@fe300000 { > + status = "okay"; > + }; @@ -52,3 +52,7 @@ Note that if you add the devices to the per-soc file instead of the per-board file, you can just access the nodes by label. Arnd +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index fe012ca..f698888 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,17 @@ "ref\01415361475-6218-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415361475-6218-4-git-send-email-peter.griffin@linaro.org\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH 03/13] ARM: STi: DT: STiH416: Add DT nodes for the ehci and ohci usb controllers.\0" + "ref\01415361475-6218-4-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Subject\0Re: [PATCH 03/13] ARM: STi: DT: STiH416: Add DT nodes for the ehci and ohci usb controllers.\0" "Date\0Fri, 07 Nov 2014 13:08:57 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "Cc\0Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + maxime.coquelin-qxv4g6HH51o@public.gmane.org + patrice.chotard-qxv4g6HH51o@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" "\00:1\0" "b\0" "On Friday 07 November 2014 11:57:45 Peter Griffin wrote:\n" @@ -16,7 +24,7 @@ "> \n" "> };\n" "> +\n" - "> + ehci0: usb at 0xfe1ffe00 {\n" + "> + ehci0: usb@0xfe1ffe00 {\n" "\n" "Please drop the '0x' from the unit address in all instances.\n" "\n" @@ -37,19 +45,19 @@ "make sense to change this to 'status=\"disabled\"' though, if the ports\n" "might be unused on some boards.\n" "\n" - "> mmc0: sdhci at fe81e000 {\n" + "> mmc0: sdhci@fe81e000 {\n" "> bus-width = <8>;\n" "> };\n" "> +\n" - "> + usb0: usb at fe100000 {\n" + "> + usb0: usb@fe100000 {\n" "> + status = \"okay\";\n" "> + };\n" "> +\n" - "> + usb1: usb at fe200000 {\n" + "> + usb1: usb@fe200000 {\n" "> + status = \"okay\";\n" "> + };\n" "> +\n" - "> + usb2: usb at fe300000 {\n" + "> + usb2: usb@fe300000 {\n" "> + status = \"okay\";\n" "> + };\n" "\n" @@ -59,6 +67,10 @@ "Note that if you add the devices to the per-soc file instead of the\n" "per-board file, you can just access the nodes by label.\n" "\n" - "\tArnd" + "\tArnd\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -a52daccb10b19485f0f43d93995552f2e13039dd7ec245bf4cbb7f394415f435 +40c766f8275321189a8a5be3ff0d7e687034f321c6e4e5a63d53b666f485032b
diff --git a/a/1.txt b/N2/1.txt index 941f218..84c4e44 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,7 +8,7 @@ On Friday 07 November 2014 11:57:45 Peter Griffin wrote: > > }; > + -> + ehci0: usb at 0xfe1ffe00 { +> + ehci0: usb@0xfe1ffe00 { Please drop the '0x' from the unit address in all instances. @@ -29,19 +29,19 @@ No need to list 'status="okay"', it's the default. It might make sense to change this to 'status="disabled"' though, if the ports might be unused on some boards. -> mmc0: sdhci at fe81e000 { +> mmc0: sdhci@fe81e000 { > bus-width = <8>; > }; > + -> + usb0: usb at fe100000 { +> + usb0: usb@fe100000 { > + status = "okay"; > + }; > + -> + usb1: usb at fe200000 { +> + usb1: usb@fe200000 { > + status = "okay"; > + }; > + -> + usb2: usb at fe300000 { +> + usb2: usb@fe300000 { > + status = "okay"; > + }; diff --git a/a/content_digest b/N2/content_digest index fe012ca..5d21b82 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,16 @@ "ref\01415361475-6218-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415361475-6218-4-git-send-email-peter.griffin@linaro.org\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH 03/13] ARM: STi: DT: STiH416: Add DT nodes for the ehci and ohci usb controllers.\0" + "From\0Arnd Bergmann <arnd@arndb.de>\0" + "Subject\0Re: [PATCH 03/13] ARM: STi: DT: STiH416: Add DT nodes for the ehci and ohci usb controllers.\0" "Date\0Fri, 07 Nov 2014 13:08:57 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Peter Griffin <peter.griffin@linaro.org>" + linux-kernel@vger.kernel.org + srinivas.kandagatla@gmail.com + maxime.coquelin@st.com + patrice.chotard@st.com + devicetree@vger.kernel.org + " lee.jones@linaro.org\0" "\00:1\0" "b\0" "On Friday 07 November 2014 11:57:45 Peter Griffin wrote:\n" @@ -16,7 +23,7 @@ "> \n" "> };\n" "> +\n" - "> + ehci0: usb at 0xfe1ffe00 {\n" + "> + ehci0: usb@0xfe1ffe00 {\n" "\n" "Please drop the '0x' from the unit address in all instances.\n" "\n" @@ -37,19 +44,19 @@ "make sense to change this to 'status=\"disabled\"' though, if the ports\n" "might be unused on some boards.\n" "\n" - "> mmc0: sdhci at fe81e000 {\n" + "> mmc0: sdhci@fe81e000 {\n" "> bus-width = <8>;\n" "> };\n" "> +\n" - "> + usb0: usb at fe100000 {\n" + "> + usb0: usb@fe100000 {\n" "> + status = \"okay\";\n" "> + };\n" "> +\n" - "> + usb1: usb at fe200000 {\n" + "> + usb1: usb@fe200000 {\n" "> + status = \"okay\";\n" "> + };\n" "> +\n" - "> + usb2: usb at fe300000 {\n" + "> + usb2: usb@fe300000 {\n" "> + status = \"okay\";\n" "> + };\n" "\n" @@ -61,4 +68,4 @@ "\n" "\tArnd" -a52daccb10b19485f0f43d93995552f2e13039dd7ec245bf4cbb7f394415f435 +3fc3e18671b0b0449fbf53f44da9f425be9f763efe7e448c3572fe37abbfe2cc
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.