diff for duplicates of <20170129022110.54032-3-bruherrera@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f270364..34c2d26 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ This patch adds the USB pins and nodes for USB FS core. -Signed-off-by: Bruno Herrera <bruherrera@gmail.com> +Signed-off-by: Bruno Herrera <bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- arch/arm/boot/dts/stm32f429.dtsi | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) @@ -13,7 +13,7 @@ index e4dae0e..9afa455 100644 }; }; -+ usbotg_fs_pins_a: usbotg_fs at 0 { ++ usbotg_fs_pins_a: usbotg_fs@0 { + pins { + pinmux = <STM32F429_PA10_FUNC_OTG_FS_ID>, + <STM32F429_PA11_FUNC_OTG_FS_DM>, @@ -24,7 +24,7 @@ index e4dae0e..9afa455 100644 + }; + }; + -+ usbotg_fs_pins_b: usbotg_fs at 1 { ++ usbotg_fs_pins_b: usbotg_fs@1 { + pins { + pinmux = <STM32F429_PB12_FUNC_OTG_HS_ID>, + <STM32F429_PB14_FUNC_OTG_HS_DM>, @@ -35,14 +35,14 @@ index e4dae0e..9afa455 100644 + }; + }; + - usbotg_hs_pins_a: usbotg_hs at 0 { + usbotg_hs_pins_a: usbotg_hs@0 { pins { pinmux = <STM32F429_PH4_FUNC_OTG_HS_ULPI_NXT>, @@ -420,6 +442,15 @@ status = "disabled"; }; -+ usbotg_fs: usb at 50000000 { ++ usbotg_fs: usb@50000000 { + compatible = "st,stm32f4x9-fsotg"; + reg = <0x50000000 0x40000>; + interrupts = <67>; @@ -51,8 +51,13 @@ index e4dae0e..9afa455 100644 + status = "disabled"; + }; + - rng: rng at 50060800 { + rng: rng@50060800 { compatible = "st,stm32-rng"; reg = <0x50060800 0x400>; -- 2.10.1 (Apple Git-78) + +-- +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 07cdd39..24aceff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,22 @@ "ref\020170129022110.54032-1-bruherrera@gmail.com\0" - "From\0bruherrera@gmail.com (Bruno Herrera)\0" + "ref\020170129022110.54032-1-bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Bruno Herrera <bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "Subject\0[PATCH v4 2/5] ARM: dts: stm32: Add USB FS support for STM32F429 MCU\0" "Date\0Sun, 29 Jan 2017 00:21:07 -0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" + mark.rutland-5wv7dgnIgG8@public.gmane.org + mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + alexandre.torgue-qxv4g6HH51o@public.gmane.org + johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org + " felipe.balbi-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" + "Cc\0linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "This patch adds the USB pins and nodes for USB FS core.\n" "\n" - "Signed-off-by: Bruno Herrera <bruherrera@gmail.com>\n" + "Signed-off-by: Bruno Herrera <bruherrera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "---\n" " arch/arm/boot/dts/stm32f429.dtsi | 31 +++++++++++++++++++++++++++++++\n" " 1 file changed, 31 insertions(+)\n" @@ -20,7 +29,7 @@ " \t\t\t\t};\n" " \t\t\t};\n" " \n" - "+\t\t\tusbotg_fs_pins_a: usbotg_fs at 0 {\n" + "+\t\t\tusbotg_fs_pins_a: usbotg_fs@0 {\n" "+\t\t\t\tpins {\n" "+\t\t\t\t\tpinmux = <STM32F429_PA10_FUNC_OTG_FS_ID>,\n" "+\t\t\t\t\t\t <STM32F429_PA11_FUNC_OTG_FS_DM>,\n" @@ -31,7 +40,7 @@ "+\t\t\t\t};\n" "+\t\t\t};\n" "+\n" - "+\t\t\tusbotg_fs_pins_b: usbotg_fs at 1 {\n" + "+\t\t\tusbotg_fs_pins_b: usbotg_fs@1 {\n" "+\t\t\t\tpins {\n" "+\t\t\t\t\tpinmux = <STM32F429_PB12_FUNC_OTG_HS_ID>,\n" "+\t\t\t\t\t\t <STM32F429_PB14_FUNC_OTG_HS_DM>,\n" @@ -42,14 +51,14 @@ "+\t\t\t\t};\n" "+\t\t\t};\n" "+\n" - " \t\t\tusbotg_hs_pins_a: usbotg_hs at 0 {\n" + " \t\t\tusbotg_hs_pins_a: usbotg_hs@0 {\n" " \t\t\t\tpins {\n" " \t\t\t\t\tpinmux = <STM32F429_PH4_FUNC_OTG_HS_ULPI_NXT>,\n" "@@ -420,6 +442,15 @@\n" " \t\t\tstatus = \"disabled\";\n" " \t\t};\n" " \n" - "+\t\tusbotg_fs: usb at 50000000 {\n" + "+\t\tusbotg_fs: usb@50000000 {\n" "+\t\t\tcompatible = \"st,stm32f4x9-fsotg\";\n" "+\t\t\treg = <0x50000000 0x40000>;\n" "+\t\t\tinterrupts = <67>;\n" @@ -58,10 +67,15 @@ "+\t\t\tstatus = \"disabled\";\n" "+\t\t};\n" "+\n" - " \t\trng: rng at 50060800 {\n" + " \t\trng: rng@50060800 {\n" " \t\t\tcompatible = \"st,stm32-rng\";\n" " \t\t\treg = <0x50060800 0x400>;\n" "-- \n" - 2.10.1 (Apple Git-78) + "2.10.1 (Apple Git-78)\n" + "\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 -ed46619604298281d684fc78ea580249d113931a2fd20f0aa81542b54bcd00a2 +0213075c25953292c7b7e9d2371c5a4e30bf89943ce2de11ba009ad09bff335d
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.