diff for duplicates of <5976FABD.7050104@baylibre.com> diff --git a/a/content_digest b/N1/content_digest index 2c4faa8..90bcead 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "From\0narmstrong@baylibre.com (Neil Armstrong)\0" "Subject\0[PATCH v4 7/7] ARM: dts: meson8b: add support for booting the secondary CPU cores\0" "Date\0Tue, 25 Jul 2017 10:01:01 +0200\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -100,4 +100,4 @@ "\n" Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> -128e6415c5b16e1fea08beac61f5346e2ae6e65f006abfcddc60b027d923e4ab +c71423bd9fdffcb7c95cdf3fe4a46ae113901445efbfe27fed13da59d6ffcc8f
diff --git a/a/1.txt b/N2/1.txt index ce7e83f..7e1964c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ -Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : -> From: Carlo Caione <carlo@caione.org> +Le 22/07/2017 21:19, Martin Blumenstingl a écrit : +> From: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> > > Booting the secondary CPU cores involves the following nodes/devices: > - SCU (Snoop-Control-Unit, for which we already have a DT node) @@ -16,8 +16,8 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > This adds all required nodes and properties to boot the secondary CPU > cores. > -> Signed-off-by: Carlo Caione <carlo@caione.org> -> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> +> Signed-off-by: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> +> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > --- > arch/arm/boot/dts/meson8b.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) @@ -34,7 +34,7 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > + resets = <&clkc RESETID_CPU0_SOFT_RESET>; > }; > -> cpu at 201 { +> cpu@201 { > @@ -66,6 +68,8 @@ > compatible = "arm,cortex-a5"; > next-level-cache = <&L2>; @@ -43,7 +43,7 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > + resets = <&clkc RESETID_CPU1_SOFT_RESET>; > }; > -> cpu at 202 { +> cpu@202 { > @@ -73,6 +77,8 @@ > compatible = "arm,cortex-a5"; > next-level-cache = <&L2>; @@ -52,7 +52,7 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > + resets = <&clkc RESETID_CPU2_SOFT_RESET>; > }; > -> cpu at 203 { +> cpu@203 { > @@ -80,6 +86,8 @@ > compatible = "arm,cortex-a5"; > next-level-cache = <&L2>; @@ -66,12 +66,12 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > }; /* end of / */ > > &aobus { -> + pmu: pmu at e0 { +> + pmu: pmu@e0 { > + compatible = "amlogic,meson8b-pmu", "syscon"; > + reg = <0xe0 0x18>; > + }; > + -> pinctrl_aobus: pinctrl at 84 { +> pinctrl_aobus: pinctrl@84 { > compatible = "amlogic,meson8b-aobus-pinctrl"; > reg = <0x84 0xc>; > @@ -157,6 +170,13 @@ @@ -79,7 +79,7 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > }; > > +&ahb_sram { -> + smp-sram at 1ff80 { +> + smp-sram@1ff80 { > + compatible = "amlogic,meson8b-smp-sram"; > + reg = <0x1ff80 0x8>; > + }; @@ -90,4 +90,8 @@ Le 22/07/2017 21:19, Martin Blumenstingl a ?crit : > clock-names = "stmmaceth"; > -Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> +Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> +-- +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/N2/content_digest index 2c4faa8..3be6b00 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,15 +1,25 @@ "ref\020170722191946.22938-1-martin.blumenstingl@googlemail.com\0" "ref\020170722191946.22938-8-martin.blumenstingl@googlemail.com\0" - "From\0narmstrong@baylibre.com (Neil Armstrong)\0" - "Subject\0[PATCH v4 7/7] ARM: dts: meson8b: add support for booting the secondary CPU cores\0" + "ref\020170722191946.22938-8-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org\0" + "From\0Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH v4 7/7] ARM: dts: meson8b: add support for booting the secondary CPU cores\0" "Date\0Tue, 25 Jul 2017 10:01:01 +0200\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>" + linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org + carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org + " linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org\0" + "Cc\0mark.rutland-5wv7dgnIgG8@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + " arnd-r2nGTMty4D4@public.gmane.org\0" "\00:1\0" "b\0" "\n" "\n" - "Le 22/07/2017 21:19, Martin Blumenstingl a ?crit :\n" - "> From: Carlo Caione <carlo@caione.org>\n" + "Le 22/07/2017 21:19, Martin Blumenstingl a \303\251crit :\n" + "> From: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>\n" "> \n" "> Booting the secondary CPU cores involves the following nodes/devices:\n" "> - SCU (Snoop-Control-Unit, for which we already have a DT node)\n" @@ -24,8 +34,8 @@ "> This adds all required nodes and properties to boot the secondary CPU\n" "> cores.\n" "> \n" - "> Signed-off-by: Carlo Caione <carlo@caione.org>\n" - "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>\n" + "> Signed-off-by: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>\n" + "> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/meson8b.dtsi | 20 ++++++++++++++++++++\n" "> 1 file changed, 20 insertions(+)\n" @@ -42,7 +52,7 @@ "> +\t\t\tresets = <&clkc RESETID_CPU0_SOFT_RESET>;\n" "> \t\t};\n" "> \n" - "> \t\tcpu at 201 {\n" + "> \t\tcpu@201 {\n" "> @@ -66,6 +68,8 @@\n" "> \t\t\tcompatible = \"arm,cortex-a5\";\n" "> \t\t\tnext-level-cache = <&L2>;\n" @@ -51,7 +61,7 @@ "> +\t\t\tresets = <&clkc RESETID_CPU1_SOFT_RESET>;\n" "> \t\t};\n" "> \n" - "> \t\tcpu at 202 {\n" + "> \t\tcpu@202 {\n" "> @@ -73,6 +77,8 @@\n" "> \t\t\tcompatible = \"arm,cortex-a5\";\n" "> \t\t\tnext-level-cache = <&L2>;\n" @@ -60,7 +70,7 @@ "> +\t\t\tresets = <&clkc RESETID_CPU2_SOFT_RESET>;\n" "> \t\t};\n" "> \n" - "> \t\tcpu at 203 {\n" + "> \t\tcpu@203 {\n" "> @@ -80,6 +86,8 @@\n" "> \t\t\tcompatible = \"arm,cortex-a5\";\n" "> \t\t\tnext-level-cache = <&L2>;\n" @@ -74,12 +84,12 @@ "> }; /* end of / */\n" "> \n" "> &aobus {\n" - "> +\tpmu: pmu at e0 {\n" + "> +\tpmu: pmu@e0 {\n" "> +\t\tcompatible = \"amlogic,meson8b-pmu\", \"syscon\";\n" "> +\t\treg = <0xe0 0x18>;\n" "> +\t};\n" "> +\n" - "> \tpinctrl_aobus: pinctrl at 84 {\n" + "> \tpinctrl_aobus: pinctrl@84 {\n" "> \t\tcompatible = \"amlogic,meson8b-aobus-pinctrl\";\n" "> \t\treg = <0x84 0xc>;\n" "> @@ -157,6 +170,13 @@\n" @@ -87,7 +97,7 @@ "> };\n" "> \n" "> +&ahb_sram {\n" - "> +\tsmp-sram at 1ff80 {\n" + "> +\tsmp-sram@1ff80 {\n" "> +\t\tcompatible = \"amlogic,meson8b-smp-sram\";\n" "> +\t\treg = <0x1ff80 0x8>;\n" "> +\t};\n" @@ -98,6 +108,10 @@ "> \tclock-names = \"stmmaceth\";\n" "> \n" "\n" - Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> + "Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\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 -128e6415c5b16e1fea08beac61f5346e2ae6e65f006abfcddc60b027d923e4ab +0b536d18829ca27a8095625e37d8794bfedf7322149c651825703410f653bc9e
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.