diff for duplicates of <20151104233447.GB8263@lunn.ch> diff --git a/a/1.txt b/N1/1.txt index 258eb3d..e954cba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -36,12 +36,12 @@ the end. > + pinctrl-0 = <&pmx_nand>; > + pinctrl-names = "default"; > + -> + partition at 0 { +> + partition@0 { > + label = "u-boot"; > + reg = <0x0000000 0x80000>; > + }; > + -> + partition at 80000 { +> + partition@80000 { > + label = "u-boot environment"; > + reg = <0x80000 0x20000>; > + }; @@ -49,12 +49,12 @@ the end. Is there a hole here? > + -> + partition at 200000 { +> + partition@200000 { > + label = "kernel"; > + reg = <0x200000 0x200000>; > + }; > + -> + partition at 400000 { +> + partition@400000 { > + label = "root"; > + reg = <0x400000 0x1c00000>; > + }; @@ -62,7 +62,7 @@ Is there a hole here? > +ð0 { > + status = "okay"; -> + ethernet0-port at 0 { +> + ethernet0-port@0 { > + speed = <1000>; > + duplex = <1>; > + }; @@ -70,7 +70,7 @@ Is there a hole here? > + > +ð1 { > + status = "okay"; -> + ethernet1-port at 0 { +> + ethernet1-port@0 { > + speed = <1000>; > + duplex = <1>; > + }; @@ -79,3 +79,7 @@ Is there a hole here? Why fix the speed? Are they connected to a switch? Andrew +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 1cf9b91..5a67781 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,13 @@ "ref\000000150d49a7cf7-e97bf540-89ce-49bf-a25e-2d082acab273-000000@email.amazonses.com\0" - "From\0andrew@lunn.ch (Andrew Lunn)\0" - "Subject\0[PATCH 1/4] ARM: dts: kirkwood: add Linksys EA4500\0" + "ref\000000150d49a7cf7-e97bf540-89ce-49bf-a25e-2d082acab273-000000-p/GC64/jrecnJqMo6gzdpkEOCMrvLtNR@public.gmane.org\0" + "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0" + "Subject\0Re: [PATCH 1/4] ARM: dts: kirkwood: add Linksys EA4500\0" "Date\0Thu, 5 Nov 2015 00:34:47 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Luka Perkov <luka.perkov-RnoqsreqS2Fd2+I6+x7OVA@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org + " gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" "\00:1\0" "b\0" "> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt\n" @@ -43,12 +48,12 @@ "> +\tpinctrl-0 = <&pmx_nand>;\n" "> +\tpinctrl-names = \"default\";\n" "> +\n" - "> +\tpartition at 0 {\n" + "> +\tpartition@0 {\n" "> +\t\tlabel = \"u-boot\";\n" "> +\t\treg = <0x0000000 0x80000>;\n" "> +\t};\n" "> +\n" - "> +\tpartition at 80000 {\n" + "> +\tpartition@80000 {\n" "> +\t\tlabel = \"u-boot environment\";\n" "> +\t\treg = <0x80000 0x20000>;\n" "> +\t};\n" @@ -56,12 +61,12 @@ "Is there a hole here?\n" "\n" "> +\n" - "> +\tpartition at 200000 {\n" + "> +\tpartition@200000 {\n" "> +\t\tlabel = \"kernel\";\n" "> +\t\treg = <0x200000 0x200000>;\n" "> +\t};\n" "> +\n" - "> +\tpartition at 400000 {\n" + "> +\tpartition@400000 {\n" "> +\t\tlabel = \"root\";\n" "> +\t\treg = <0x400000 0x1c00000>;\n" "> +\t};\n" @@ -69,7 +74,7 @@ "\n" "> +ð0 {\n" "> +\tstatus = \"okay\";\n" - "> +\tethernet0-port at 0 {\n" + "> +\tethernet0-port@0 {\n" "> +\t\tspeed = <1000>;\n" "> +\t\tduplex = <1>;\n" "> +\t};\n" @@ -77,7 +82,7 @@ "> +\n" "> +ð1 {\n" "> +\tstatus = \"okay\";\n" - "> +\tethernet1-port at 0 {\n" + "> +\tethernet1-port@0 {\n" "> +\t\tspeed = <1000>;\n" "> +\t\tduplex = <1>;\n" "> +\t};\n" @@ -85,6 +90,10 @@ "\n" "Why fix the speed? Are they connected to a switch?\n" "\n" - Andrew + " Andrew\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -563452444b6373cbe44e65aef81c8d837555e0bad08bd50d2f0f68cea5557649 +867484376259071c16423945b559d130eebd0da92390b553695c9330cb90c175
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.