diff for duplicates of <536C6175.5000302@gmail.com> diff --git a/a/1.txt b/N1/1.txt index fc09885..e343a47 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On 09.05.2014 03:06, Chanwoo Choi wrote: >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + ->>> + cpu@0 { +>>> + cpu at 0 { >>> + device_type = "cpu"; >>> + compatible = "arm,cortex-a7"; >>> + reg = <0>; @@ -43,22 +43,22 @@ SoCs (like it is on Exynos4210 and 4x12). [snip] ->>> + cmu: clock-controller@10030000 { +>>> + cmu: clock-controller at 10030000 { >>> + compatible = "samsung,exynos3250-cmu"; >>> + reg = <0x10030000 0x20000>; >>> + #clock-cells = <1>; >>> + }; >>> + ->>> + rtc@10070000 { +>>> + rtc at 10070000 { >> >> Please add label to the node, so it can be referenced from board dts files added later (using the method I explained above). > > OK, I'll add lable as following: > -> rtc_0: rtc@10070000 { +> rtc_0: rtc at 10070000 { There is no need to suffix the RTC with _0, as there is just one RTC in -the SoC. So in this case rtc: rtc@10070000 will be enough. +the SoC. So in this case rtc: rtc at 10070000 will be enough. > >> @@ -70,7 +70,7 @@ the SoC. So in this case rtc: rtc@10070000 will be enough. [snip] ->>> + adc: adc@126C0000 { +>>> + adc: adc at 126C0000 { >>> + compatible = "samsung,exynos-adc-v3"; >>> + reg = <0x126C0000 0x100>, <0x10020718 0x4>; >>> + interrupts = <0 137 0>; @@ -81,13 +81,13 @@ the SoC. So in this case rtc: rtc@10070000 will be enough. >>> + status = "disabled"; >>> + }; >>> + ->>> + serial@13800000 { +>>> + serial at 13800000 { >> >> Please add label. > > OK, I'll add lable as following: > -> serial_0: serial@13800000 { +> serial_0: serial at 13800000 { > OK. In this case there are multiple instances of serial controller @@ -102,11 +102,11 @@ available so the _0 suffix is fine. >>> + status = "disabled"; >>> + }; >>> + ->>> + serial@13810000 { +>>> + serial at 13810000 { > > OK, I'll add lable as following: > -> serial_1: serial@13800000 { +> serial_1: serial at 13800000 { > OK. diff --git a/a/content_digest b/N1/content_digest index 31b5e3a..57fa89f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,38 +2,10 @@ "ref\01398388572-30239-8-git-send-email-cw00.choi@samsung.com\0" "ref\0535B0324.50705@gmail.com\0" "ref\0536C2A1C.6030807@samsung.com\0" - "From\0Tomasz Figa <tomasz.figa@gmail.com>\0" - "Subject\0Re: [PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0" + "From\0tomasz.figa@gmail.com (Tomasz Figa)\0" + "Subject\0[PATCHv4 7/7] ARM: dts: Add device tree sources for Exynos3250\0" "Date\0Fri, 09 May 2014 07:02:45 +0200\0" - "To\0Chanwoo Choi <cw00.choi@samsung.com>\0" - "Cc\0kgene.kim@samsung.com" - t.figa@samsung.com - linux-kernel@vger.kernel.org - linux@arm.linux.org.uk - ben-linux@fluff.org - arnd@arndb.de - olof@lixom.net - marc.zyngier@arm.com - thomas.abraham@linaro.org - kyungmin.park@samsung.com - inki.dae@samsung.com - sw0312.kim@samsung.com - hyunhee.kim@samsung.com - yj44.cho@samsung.com - chanho61.park@samsung.com - sajjan.linux@gmail.com - tushar.behera@linaro.org - sachin.kamat@linaro.org - linux-samsung-soc@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree@vger.kernel.org - Jaehoon Chung <jh80.chung@samsung.com> - Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - Rob Herring <robh+dt@kernel.org> - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - " Kumar Gala <galak@codeaurora.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Chanwoo,\n" @@ -48,7 +20,7 @@ ">>> + #address-cells = <1>;\n" ">>> + #size-cells = <0>;\n" ">>> +\n" - ">>> + cpu@0 {\n" + ">>> + cpu at 0 {\n" ">>> + device_type = \"cpu\";\n" ">>> + compatible = \"arm,cortex-a7\";\n" ">>> + reg = <0>;\n" @@ -81,22 +53,22 @@ "\n" "[snip]\n" "\n" - ">>> + cmu: clock-controller@10030000 {\n" + ">>> + cmu: clock-controller at 10030000 {\n" ">>> + compatible = \"samsung,exynos3250-cmu\";\n" ">>> + reg = <0x10030000 0x20000>;\n" ">>> + #clock-cells = <1>;\n" ">>> + };\n" ">>> +\n" - ">>> + rtc@10070000 {\n" + ">>> + rtc at 10070000 {\n" ">>\n" ">> Please add label to the node, so it can be referenced from board dts files added later (using the method I explained above).\n" ">\n" "> OK, I'll add lable as following:\n" ">\n" - "> \trtc_0: rtc@10070000 {\n" + "> \trtc_0: rtc at 10070000 {\n" "\n" "There is no need to suffix the RTC with _0, as there is just one RTC in \n" - "the SoC. So in this case rtc: rtc@10070000 will be enough.\n" + "the SoC. So in this case rtc: rtc at 10070000 will be enough.\n" "\n" ">\n" ">>\n" @@ -108,7 +80,7 @@ "\n" "[snip]\n" "\n" - ">>> + adc: adc@126C0000 {\n" + ">>> + adc: adc at 126C0000 {\n" ">>> + compatible = \"samsung,exynos-adc-v3\";\n" ">>> + reg = <0x126C0000 0x100>, <0x10020718 0x4>;\n" ">>> + interrupts = <0 137 0>;\n" @@ -119,13 +91,13 @@ ">>> + status = \"disabled\";\n" ">>> + };\n" ">>> +\n" - ">>> + serial@13800000 {\n" + ">>> + serial at 13800000 {\n" ">>\n" ">> Please add label.\n" ">\n" "> OK, I'll add lable as following:\n" ">\n" - "> \tserial_0: serial@13800000 {\n" + "> \tserial_0: serial at 13800000 {\n" ">\n" "\n" "OK. In this case there are multiple instances of serial controller \n" @@ -140,11 +112,11 @@ ">>> + status = \"disabled\";\n" ">>> + };\n" ">>> +\n" - ">>> + serial@13810000 {\n" + ">>> + serial at 13810000 {\n" ">\n" "> OK, I'll add lable as following:\n" ">\n" - "> \tserial_1: serial@13800000 {\n" + "> \tserial_1: serial at 13800000 {\n" ">\n" "\n" "OK.\n" @@ -157,4 +129,4 @@ "Best regards,\n" Tomasz -7676d3c2a8e4592123ed5c1d4e136203ab5050c3a2706c6270127bcc80edd9f5 +0019671930ab94e6e083d58b314afce9db432baf174ba936eb7b3e356fba06d2
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.