All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150120210913.GA21891@lunn.ch>

diff --git a/a/1.txt b/N1/1.txt
index ca8f060..9827441 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 > >
 > >It would be nice to document the jumper and pinout here.
 > >
-> >>+			serial at 12000 {
+> >>+			serial@12000 {
 > >>+				status = "okay";
 > >>+			};
 > 
@@ -20,7 +20,7 @@ it seems to be jumper JP10.
 What i don't know is, is Rx and Rx from the perspective of the board
 or the host?
  
-> >>+			nand at d0000 {
+> >>+			nand@d0000 {
 > >>+				status = "okay";
 > >>+				num-cs = <1>;
 > >>+				marvell,nand-keep-config;
@@ -29,18 +29,18 @@ or the host?
 > >>+				nand-ecc-strength = <4>;
 > >>+				nand-ecc-step-size = <512>;
 > >>+
-> >>+				partition at 0 {
+> >>+				partition@0 {
 > >>+					label = "u-boot";
 > >>+					reg = <0x0000000 0x100000>;  /* 1MB */
 > >>+					read-only;
 > >>+				};
 > >>+
-> >>+				partition at 100000 {
+> >>+				partition@100000 {
 > >>+					label = "u_env";
 > >>+					reg = <0x100000 0x40000>;    /* 256KB */
 > >>+				};
 > >>+
-> >>+				partition at 140000 {
+> >>+				partition@140000 {
 > >>+					label = "s_env";
 > >>+					reg = <0x140000 0x40000>;    /* 256KB */
 > >>+				};
@@ -59,3 +59,7 @@ example place the DT blob there. I've not actually checked the version
 of uboot used actually supports this though.
 
    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 55b903d..ab30388 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,22 @@
  "ref\01421687701-5667-1-git-send-email-kaloz@openwrt.org\0"
  "ref\020150119182113.GH32663@lunn.ch\0"
  "ref\0op.xsrcplz12s3iss@ecaz\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support\0"
+ "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Subject\0Re: [PATCHv2] mvebu: add Linksys WRT1900AC (Mamba) support\0"
  "Date\0Tue, 20 Jan 2015 22:09:13 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\0"
+ "Cc\0thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org
+  Sebastian Hesselbarth <sebastian.hesselbarth-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
+  Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "> >\n"
  "> >It would be nice to document the jumper and pinout here.\n"
  "> >\n"
- "> >>+\t\t\tserial at 12000 {\n"
+ "> >>+\t\t\tserial@12000 {\n"
  "> >>+\t\t\t\tstatus = \"okay\";\n"
  "> >>+\t\t\t};\n"
  "> \n"
@@ -29,7 +35,7 @@
  "What i don't know is, is Rx and Rx from the perspective of the board\n"
  "or the host?\n"
  " \n"
- "> >>+\t\t\tnand at d0000 {\n"
+ "> >>+\t\t\tnand@d0000 {\n"
  "> >>+\t\t\t\tstatus = \"okay\";\n"
  "> >>+\t\t\t\tnum-cs = <1>;\n"
  "> >>+\t\t\t\tmarvell,nand-keep-config;\n"
@@ -38,18 +44,18 @@
  "> >>+\t\t\t\tnand-ecc-strength = <4>;\n"
  "> >>+\t\t\t\tnand-ecc-step-size = <512>;\n"
  "> >>+\n"
- "> >>+\t\t\t\tpartition at 0 {\n"
+ "> >>+\t\t\t\tpartition@0 {\n"
  "> >>+\t\t\t\t\tlabel = \"u-boot\";\n"
  "> >>+\t\t\t\t\treg = <0x0000000 0x100000>;  /* 1MB */\n"
  "> >>+\t\t\t\t\tread-only;\n"
  "> >>+\t\t\t\t};\n"
  "> >>+\n"
- "> >>+\t\t\t\tpartition at 100000 {\n"
+ "> >>+\t\t\t\tpartition@100000 {\n"
  "> >>+\t\t\t\t\tlabel = \"u_env\";\n"
  "> >>+\t\t\t\t\treg = <0x100000 0x40000>;    /* 256KB */\n"
  "> >>+\t\t\t\t};\n"
  "> >>+\n"
- "> >>+\t\t\t\tpartition at 140000 {\n"
+ "> >>+\t\t\t\tpartition@140000 {\n"
  "> >>+\t\t\t\t\tlabel = \"s_env\";\n"
  "> >>+\t\t\t\t\treg = <0x140000 0x40000>;    /* 256KB */\n"
  "> >>+\t\t\t\t};\n"
@@ -67,6 +73,10 @@
  "example place the DT blob there. I've not actually checked the version\n"
  "of uboot used actually supports this though.\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
 
-2e5dd7fbc404fa91eedf97353f7d02c65bf4f48dde91394fccc265662b24ec4b
+5dd72d5dfe390b69da16df172cb72d210ef748f1cb114250637551cf1282a3e2

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.