diff for duplicates of <043f01cff29d$0732c9f0$15985dd0$@kernel.org> diff --git a/a/1.txt b/N1/1.txt index e9c0e6a..80ccbae 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -163,23 +163,23 @@ Same, above 'etc' port will not be used I think. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu0: cpu@0 { +> + cpu0: cpu at 0 { > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; > + reg = <0xa00>; -This should be same with above value of 'cpu@0', 0. +This should be same with above value of 'cpu at 0', 0. You need to use one of following: - cpu0: cpu@a00 { + cpu0: cpu at a00 { Or reg = <0x0>; > + clock-frequency = <1600000000>; > + }; > + -> + cpu1: cpu@1 { +> + cpu1: cpu at 1 { > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; > + reg = <0xa01>; @@ -189,7 +189,7 @@ Same as above. > + clock-frequency = <1600000000>; > + }; > + -> + cpu2: cpu@2 { +> + cpu2: cpu at 2 { > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; > + reg = <0xa02>; @@ -199,7 +199,7 @@ Same. > + clock-frequency = <1600000000>; > + }; > + -> + cpu3: cpu@3 { +> + cpu3: cpu at 3 { > + device_type = "cpu"; > + compatible = "arm,cortex-a9"; > + reg = <0xa03>; @@ -224,7 +224,7 @@ file? > + #address-cells = <1>; > + #size-cells = <0>; > + -> + xusbxti: clock@0 { +> + xusbxti: clock at 0 { > + compatible = "fixed-clock"; > + #address-cells = <1>; > + #size-cells = <0>; @@ -234,7 +234,7 @@ file? > + clock-output-names = "xusbxti"; > + }; > + -> + xxti: clock@1 { +> + xxti: clock at 1 { > + compatible = "fixed-clock"; > + reg = <1>; > + clock-frequency = <0>; diff --git a/a/content_digest b/N1/content_digest index 5fff77c..288fedc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,25 +1,9 @@ "ref\01414471570-5135-1-git-send-email-cw00.choi@samsung.com\0" "ref\01414471570-5135-3-git-send-email-cw00.choi@samsung.com\0" - "From\0Kukjin Kim <kgene@kernel.org>\0" - "Subject\0RE: [PATCHv3 2/2] ARM: dts: Add dts files for Exynos4415 SoC\0" + "From\0kgene@kernel.org (Kukjin Kim)\0" + "Subject\0[PATCHv3 2/2] ARM: dts: Add dts files for Exynos4415 SoC\0" "Date\0Tue, 28 Oct 2014 19:50:46 +0900\0" - "To\0'Chanwoo Choi' <cw00.choi@samsung.com>\0" - "Cc\0mark.rutland@arm.com" - arnd@arndb.de - olof@lixom.net - tomasz.figa@gmail.com - inki.dae@samsung.com - sw0312.kim@samsung.com - kyungmin.park@samsung.com - m.szyprowski@samsung.com - yj44.cho@samsung.com - jaewon02.kim@samsung.com - ideal.song@samsung.com - linux-samsung-soc@vger.kernel.org - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - 'Ben Dooks' <ben-linux@fluff.org> - " 'Russell King' <linux@arm.linux.org.uk>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Chanwoo Choi wrote:\n" @@ -187,23 +171,23 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tcpu0: cpu@0 {\n" + "> +\t\tcpu0: cpu at 0 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" "> +\t\t\treg = <0xa00>;\n" "\n" - "This should be same with above value of 'cpu@0', 0.\n" + "This should be same with above value of 'cpu at 0', 0.\n" "\n" "You need to use one of following:\n" "\n" - "\tcpu0: cpu@a00 {\n" + "\tcpu0: cpu at a00 {\n" "Or\n" "\treg = <0x0>;\n" "\n" "> +\t\t\tclock-frequency = <1600000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu1: cpu@1 {\n" + "> +\t\tcpu1: cpu at 1 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" "> +\t\t\treg = <0xa01>;\n" @@ -213,7 +197,7 @@ "> +\t\t\tclock-frequency = <1600000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu2: cpu@2 {\n" + "> +\t\tcpu2: cpu at 2 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" "> +\t\t\treg = <0xa02>;\n" @@ -223,7 +207,7 @@ "> +\t\t\tclock-frequency = <1600000000>;\n" "> +\t\t};\n" "> +\n" - "> +\t\tcpu3: cpu@3 {\n" + "> +\t\tcpu3: cpu at 3 {\n" "> +\t\t\tdevice_type = \"cpu\";\n" "> +\t\t\tcompatible = \"arm,cortex-a9\";\n" "> +\t\t\treg = <0xa03>;\n" @@ -248,7 +232,7 @@ "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\t\txusbxti: clock@0 {\n" + "> +\t\t\txusbxti: clock at 0 {\n" "> +\t\t\t\tcompatible = \"fixed-clock\";\n" "> +\t\t\t\t#address-cells = <1>;\n" "> +\t\t\t\t#size-cells = <0>;\n" @@ -258,7 +242,7 @@ "> +\t\t\t\tclock-output-names = \"xusbxti\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\txxti: clock@1 {\n" + "> +\t\t\txxti: clock at 1 {\n" "> +\t\t\t\tcompatible = \"fixed-clock\";\n" "> +\t\t\t\treg = <1>;\n" "> +\t\t\t\tclock-frequency = <0>;\n" @@ -269,4 +253,4 @@ "\n" [...] -4f7add1bec68810fc88c47f32b5cba77fda474e12ea8b9cb2aba26033a9e5374 +962cf7a7ed7054874c33a580722aeb36b5030609eb414afd1acf3c574b1fec59
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.