diff for duplicates of <544F75E2.3000402@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 2f6b4da..550702d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -175,16 +175,16 @@ OK. >> + #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>; @@ -194,7 +194,7 @@ OK, I'll fix it. >> + clock-frequency = <1600000000>; >> + }; >> + ->> + cpu1: cpu@1 { +>> + cpu1: cpu at 1 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + reg = <0xa01>; @@ -207,7 +207,7 @@ OK. >> + clock-frequency = <1600000000>; >> + }; >> + ->> + cpu2: cpu@2 { +>> + cpu2: cpu at 2 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + reg = <0xa02>; @@ -220,7 +220,7 @@ OK. >> + clock-frequency = <1600000000>; >> + }; >> + ->> + cpu3: cpu@3 { +>> + cpu3: cpu at 3 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + reg = <0xa03>; @@ -251,7 +251,7 @@ OK, I'll remove fixed-rate-clocks. >> + #address-cells = <1>; >> + #size-cells = <0>; >> + ->> + xusbxti: clock@0 { +>> + xusbxti: clock at 0 { >> + compatible = "fixed-clock"; >> + #address-cells = <1>; >> + #size-cells = <0>; @@ -261,7 +261,7 @@ OK, I'll remove fixed-rate-clocks. >> + 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 5e02df5..ac58db6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,10 @@ "ref\01414471570-5135-1-git-send-email-cw00.choi@samsung.com\0" "ref\01414471570-5135-3-git-send-email-cw00.choi@samsung.com\0" "ref\0043f01cff29d$0732c9f0$15985dd0$@kernel.org\0" - "From\0Chanwoo Choi <cw00.choi@samsung.com>\0" - "Subject\0Re: [PATCHv3 2/2] ARM: dts: Add dts files for Exynos4415 SoC\0" + "From\0cw00.choi@samsung.com (Chanwoo Choi)\0" + "Subject\0[PATCHv3 2/2] ARM: dts: Add dts files for Exynos4415 SoC\0" "Date\0Tue, 28 Oct 2014 19:54:26 +0900\0" - "To\0Kukjin Kim <kgene@kernel.org>\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" "Dear Kukjin,\n" @@ -200,16 +184,16 @@ ">> +\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" @@ -219,7 +203,7 @@ ">> +\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" @@ -232,7 +216,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" @@ -245,7 +229,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" @@ -276,7 +260,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" @@ -286,7 +270,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" @@ -302,4 +286,4 @@ "Best Regards,\n" Chanwoo Choi -95aeb8aca1711ea59dcee1de821709de9c23aaa84e3cfa7b9733e1c9bbe53f5e +8b911e6ca7fbbcee6534728244ed212199824d3399fedc9e861c6fea81de595f
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.