diff for duplicates of <3348806.YN8XP4V4uc@wuerfel> diff --git a/a/1.txt b/N1/1.txt index 0762de5..10a2955 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ On Thursday 13 November 2014 11:00:16 Peter Griffin wrote: > + soc { -> + usb2_picophy0: usbpicophy at 0 { +> + usb2_picophy0: usbpicophy@0 { > + compatible = "st,stih407-usb2-phy"; > + reg = <0xf8 0x04>, /* syscfg 5062 */ > + <0xf4 0x04>; /* syscfg 5061 */ > -I think the node name for the phy should be "phy at f8" instead of usbpicophy at 0 +I think the node name for the phy should be "phy@f8" instead of usbpicophy@0 by common convention. I notice that there are some existing instances of this, you can probably change them as well. Linux doesn't normally care about the node names. @@ -16,3 +16,7 @@ property apparently refers to a different address space. Did you mean to put this under the syscfg_core node? 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 5fd1b97..c899a2f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,28 @@ "ref\01415876417-28728-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415876417-28728-14-git-send-email-peter.griffin@linaro.org\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH v2 13/14] ARM: STi: DT: STiH410: Add usb2 picophy dt nodes\0" + "ref\01415876417-28728-14-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Subject\0Re: [PATCH v2 13/14] ARM: STi: DT: STiH410: Add usb2 picophy dt nodes\0" "Date\0Thu, 13 Nov 2014 12:15:35 +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 + maxime.coquelin-qxv4g6HH51o@public.gmane.org + srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@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 Thursday 13 November 2014 11:00:16 Peter Griffin wrote:\n" "> + soc {\n" - "> + usb2_picophy0: usbpicophy at 0 {\n" + "> + usb2_picophy0: usbpicophy@0 {\n" "> + compatible = \"st,stih407-usb2-phy\";\n" "> + reg = <0xf8 0x04>, /* syscfg 5062 */\n" "> + <0xf4 0x04>; /* syscfg 5061 */\n" "> \n" "\n" - "I think the node name for the phy should be \"phy at f8\" instead of usbpicophy at 0\n" + "I think the node name for the phy should be \"phy@f8\" instead of usbpicophy@0\n" "by common convention. I notice that there are some existing instances of\n" "this, you can probably change them as well. Linux doesn't normally care\n" "about the node names.\n" @@ -23,6 +31,10 @@ "property apparently refers to a different address space. Did you mean\n" "to put this under the syscfg_core node?\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 -c20d35efa04a46316ee136c37603187307f83399e399542049eebd0df7984d4d +74daa89ca21c80c56ee34fcbe5ecf5545ead7fa13ce750d189dc2d920a3f85b9
diff --git a/a/1.txt b/N2/1.txt index 0762de5..0dcd612 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,12 +1,12 @@ On Thursday 13 November 2014 11:00:16 Peter Griffin wrote: > + soc { -> + usb2_picophy0: usbpicophy at 0 { +> + usb2_picophy0: usbpicophy@0 { > + compatible = "st,stih407-usb2-phy"; > + reg = <0xf8 0x04>, /* syscfg 5062 */ > + <0xf4 0x04>; /* syscfg 5061 */ > -I think the node name for the phy should be "phy at f8" instead of usbpicophy at 0 +I think the node name for the phy should be "phy@f8" instead of usbpicophy@0 by common convention. I notice that there are some existing instances of this, you can probably change them as well. Linux doesn't normally care about the node names. diff --git a/a/content_digest b/N2/content_digest index 5fd1b97..af5d692 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,27 @@ "ref\01415876417-28728-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415876417-28728-14-git-send-email-peter.griffin@linaro.org\0" - "From\0arnd@arndb.de (Arnd Bergmann)\0" - "Subject\0[PATCH v2 13/14] ARM: STi: DT: STiH410: Add usb2 picophy dt nodes\0" + "From\0Arnd Bergmann <arnd@arndb.de>\0" + "Subject\0Re: [PATCH v2 13/14] ARM: STi: DT: STiH410: Add usb2 picophy dt nodes\0" "Date\0Thu, 13 Nov 2014 12:15:35 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Peter Griffin <peter.griffin@linaro.org>" + linux-kernel@vger.kernel.org + maxime.coquelin@st.com + srinivas.kandagatla@gmail.com + patrice.chotard@st.com + devicetree@vger.kernel.org + " lee.jones@linaro.org\0" "\00:1\0" "b\0" "On Thursday 13 November 2014 11:00:16 Peter Griffin wrote:\n" "> + soc {\n" - "> + usb2_picophy0: usbpicophy at 0 {\n" + "> + usb2_picophy0: usbpicophy@0 {\n" "> + compatible = \"st,stih407-usb2-phy\";\n" "> + reg = <0xf8 0x04>, /* syscfg 5062 */\n" "> + <0xf4 0x04>; /* syscfg 5061 */\n" "> \n" "\n" - "I think the node name for the phy should be \"phy at f8\" instead of usbpicophy at 0\n" + "I think the node name for the phy should be \"phy@f8\" instead of usbpicophy@0\n" "by common convention. I notice that there are some existing instances of\n" "this, you can probably change them as well. Linux doesn't normally care\n" "about the node names.\n" @@ -25,4 +32,4 @@ "\n" "\tArnd" -c20d35efa04a46316ee136c37603187307f83399e399542049eebd0df7984d4d +014299ceb59da78c5b4d518a497a31c3080c13b6415caee700f6a7cbc2166899
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.