diff for duplicates of <67705146.EhpdzQI6yT@avalon> diff --git a/a/1.txt b/N1/1.txt index 784acf9..7c73dc8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > using C code in order to allow booting of a board with this SoC. > > > > > > An example dts snuppet follows: -> > > i2c0: i2c@0xe6820000 { +> > > i2c0: i2c at 0xe6820000 { > > > > > > #address-cells = <1>; > > > #size-cells = <0>; @@ -27,7 +27,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > > > > }; > > > -> > > i2c1: i2c@0xe6822000 { +> > > i2c1: i2c at 0xe6822000 { > > > > > > #address-cells = <1>; > > > #size-cells = <0>; @@ -38,7 +38,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > > > > 0 44 0x4>; > > > -> > > touchscreen@55 { +> > > touchscreen at 55 { > > > > > > compatible = "sitronix,st1232"; > > > reg = <0x55>; @@ -49,7 +49,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > > > > }; > > > -> > > i2c2: i2c@0xe6824000 { +> > > i2c2: i2c at 0xe6824000 { > > > > > > #address-cells = <1>; > > > #size-cells = <0>; @@ -62,7 +62,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > > > > }; > > > -> > > i2c3: i2c@0xe6826000 { +> > > i2c3: i2c at 0xe6826000 { > > > > > > #address-cells = <1>; > > > #size-cells = <0>; @@ -75,7 +75,7 @@ On Monday 26 November 2012 13:58:06 Simon Horman wrote: > > > > > > }; > > > -> > > i2c4: i2c@0xe6828000 { +> > > i2c4: i2c at 0xe6828000 { > > > > > > #address-cells = <1>; > > > #size-cells = <0>; @@ -116,7 +116,7 @@ be provided by the board. I think you can split a node across several files. You could have - mmcif: mmcif@0x10010000 { + mmcif: mmcif at 0x10010000 { compatible = "renesas,sh-mmcif"; reg = <0xe6bd0000 0x100>; interrupt-parent = <&gic>; diff --git a/a/content_digest b/N1/content_digest index 8446477..52f2193 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01353889014-17142-1-git-send-email-horms@verge.net.au\0" "ref\0CANqRtoQmNh5Sz-YLPMvEbp0FhYW=s2tBez+Duex1vyr=yVnPuA@mail.gmail.com\0" "ref\020121126045805.GC12790@verge.net.au\0" - "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "Subject\0Re: [PATCH 6/7] ARM: mach-shmobile: sh73a0: Minimal setup using DT\0" - "Date\0Mon, 26 Nov 2012 12:53:06 +0000\0" + "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" + "Subject\0[PATCH 6/7] ARM: mach-shmobile: sh73a0: Minimal setup using DT\0" + "Date\0Mon, 26 Nov 2012 13:53:06 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -23,7 +23,7 @@ "> > > using C code in order to allow booting of a board with this SoC.\n" "> > > \n" "> > > An example dts snuppet follows:\n" - "> > > i2c0: i2c@0xe6820000 {\n" + "> > > i2c0: i2c at 0xe6820000 {\n" "> > > \n" "> > > #address-cells = <1>;\n" "> > > #size-cells = <0>;\n" @@ -36,7 +36,7 @@ "> > > \n" "> > > };\n" "> > > \n" - "> > > i2c1: i2c@0xe6822000 {\n" + "> > > i2c1: i2c at 0xe6822000 {\n" "> > > \n" "> > > #address-cells = <1>;\n" "> > > #size-cells = <0>;\n" @@ -47,7 +47,7 @@ "> > > \n" "> > > 0 44 0x4>;\n" "> > > \n" - "> > > touchscreen@55 {\n" + "> > > touchscreen at 55 {\n" "> > > \n" "> > > compatible = \"sitronix,st1232\";\n" "> > > reg = <0x55>;\n" @@ -58,7 +58,7 @@ "> > > \n" "> > > };\n" "> > > \n" - "> > > i2c2: i2c@0xe6824000 {\n" + "> > > i2c2: i2c at 0xe6824000 {\n" "> > > \n" "> > > #address-cells = <1>;\n" "> > > #size-cells = <0>;\n" @@ -71,7 +71,7 @@ "> > > \n" "> > > };\n" "> > > \n" - "> > > i2c3: i2c@0xe6826000 {\n" + "> > > i2c3: i2c at 0xe6826000 {\n" "> > > \n" "> > > #address-cells = <1>;\n" "> > > #size-cells = <0>;\n" @@ -84,7 +84,7 @@ "> > > \n" "> > > };\n" "> > > \n" - "> > > i2c4: i2c@0xe6828000 {\n" + "> > > i2c4: i2c at 0xe6828000 {\n" "> > > \n" "> > > #address-cells = <1>;\n" "> > > #size-cells = <0>;\n" @@ -125,7 +125,7 @@ "\n" "I think you can split a node across several files. You could have\n" "\n" - " mmcif: mmcif@0x10010000 {\n" + " mmcif: mmcif at 0x10010000 {\n" " compatible = \"renesas,sh-mmcif\";\n" " reg = <0xe6bd0000 0x100>;\n" " interrupt-parent = <&gic>;\n" @@ -161,4 +161,4 @@ "\n" Laurent Pinchart -571ee93495fb1025d7cb6292a47ada6b80e5f973078bbce06d5614d83789f578 +9e7eba4794d340f306df3395f815e3d87d2a2a5147f38c5cfc677a0253abc9ca
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.