diff for duplicates of <53CA7008.7000106@gmail.com> diff --git a/a/1.txt b/N1/1.txt index ba158bd..6c3779e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,12 +22,12 @@ On 14.07.2014 15:38, Thomas Abraham wrote: > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; -> + cpu@0 { +> + cpu at 0 { nit: Missing blank line after last property. The cluster ID field of MPIDR on Exynos4210 is 0x9 not zero, which means -that this should be cpu@900. +that this should be cpu at 900. > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; @@ -48,9 +48,9 @@ that this should be cpu@900. > + >; > + }; > + -> + cpu@1 { +> + cpu at 1 { - cpu@901 + cpu at 901 > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; @@ -66,7 +66,7 @@ necessary fixes and they should hit linux-next in few days. > + }; > + -> sysram@02020000 { +> sysram at 02020000 { > compatible = "mmio-sram"; > reg = <0x02020000 0x20000>; diff --git a/a/content_digest b/N1/content_digest index fb4348c..2043f4c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,9 @@ "ref\01405345118-4269-1-git-send-email-thomas.ab@samsung.com\0" "ref\01405345118-4269-5-git-send-email-thomas.ab@samsung.com\0" - "From\0Tomasz Figa <tomasz.figa@gmail.com>\0" - "Subject\0Re: [PATCH v7 4/6] ARM: dts: Exynos: add cpu nodes, opp and cpu clock configuration data\0" + "From\0tomasz.figa@gmail.com (Tomasz Figa)\0" + "Subject\0[PATCH v7 4/6] ARM: dts: Exynos: add cpu nodes, opp and cpu clock configuration data\0" "Date\0Sat, 19 Jul 2014 15:18:00 +0200\0" - "To\0Thomas Abraham <thomas.ab@samsung.com>" - linux-pm@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" - "Cc\0linux-samsung-soc@vger.kernel.org" - mturquette@linaro.org - kgene.kim@samsung.com - t.figa@samsung.com - l.majewski@samsung.com - viresh.kumar@linaro.org - heiko@sntech.de - " cw00.choi@samsung.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Thomas,\n" @@ -40,12 +30,12 @@ "> +\tcpus {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" - "> +\t\tcpu@0 {\n" + "> +\t\tcpu at 0 {\n" "\n" "nit: Missing blank line after last property.\n" "\n" "The cluster ID field of MPIDR on Exynos4210 is 0x9 not zero, which means\n" - "that this should be cpu@900.\n" + "that this should be cpu at 900.\n" "\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" @@ -66,9 +56,9 @@ "> +\t\t\t>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu@1 {\n" + "> +\t\tcpu at 1 {\n" "\n" - "\t\tcpu@901\n" + "\t\tcpu at 901\n" "\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" @@ -84,7 +74,7 @@ "\n" "> +\t};\n" "> +\n" - "> \tsysram@02020000 {\n" + "> \tsysram at 02020000 {\n" "> \t\tcompatible = \"mmio-sram\";\n" "> \t\treg = <0x02020000 0x20000>;\n" "\n" @@ -128,4 +118,4 @@ "Best regards,\n" Tomasz -c72e9c8584ebd94b42c980ae00dab1b608ee60a6fa0d975ebba215921ac85ab7 +f5b9a80bfc9fe307e055a1c5960868cd1097ea1f5911412af16c8f2c0e50ecf2
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.