All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180903005259.GV3850@dragon>

diff --git a/a/1.txt b/N1/1.txt
index dc283e4..2958da1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -51,17 +51,17 @@ On Tue, Aug 28, 2018 at 10:45:44PM +0200, Alexandre Belloni wrote:
 > +&i2c0 {
 > +	status = "okay";
 > +
-> +	temp-sensor at 4c {
+> +	temp-sensor@4c {
 > +		compatible = "national,lm90";
 > +		reg = <0x4c>;
 > +	};
 > +
-> +	eeprom at 50 {
+> +	eeprom@50 {
 > +		compatible = "at24,24c128";
 > +		reg = <0x50>;
 > +	};
 > +
-> +	rtc at 32 {
+> +	rtc@32 {
 > +		compatible = "epson,rx8803";
 > +		reg = <0x32>;
 > +	};
@@ -77,7 +77,7 @@ We usually sort devices under bus in order of unit-address.
 > +	ranges = <0x0 0x0 0x0 0x7e800000 0x00010000>;
 > +	status = "okay";
 > +
-> +	nand at 0,0 {
+> +	nand@0,0 {
 > +		compatible = "fsl,ifc-nand";
 > +		#address-cells = <1>;
 > +		#size-cells = <1>;
@@ -90,7 +90,7 @@ We usually sort devices under bus in order of unit-address.
 > +	bus-num = <0>;
 > +	status = "okay";
 > +
-> +	qflash0: s25fs512s at 0 {
+> +	qflash0: s25fs512s@0 {
 
 Can we have a generic name for the device node?  The label name could be
 specific though.
@@ -151,7 +151,7 @@ This newline is not really necessary.
 > +&i2c0 {
 > +	status = "okay";
 > +
-> +	eeprom at 57 {
+> +	eeprom@57 {
 > +		compatible = "at24,24c128";
 > +		reg = <0x57>;
 > +	};
@@ -162,24 +162,24 @@ This newline is not really necessary.
 > +};
 > +
 > +&ifc {
-> +	nand at 0,0 {
-> +		partition at 0 {
+> +	nand@0,0 {
+> +		partition@0 {
 > +			reg = <0x0 0x00100000>;
 > +			label = "NAND U-Boot Image";
 > +			read-only;
 > +		};
 > +
-> +		partition at 100000 {
+> +		partition@100000 {
 > +			reg = <0x00100000 0x00100000>;
 > +			label = "NAND U-Boot Env";
 > +		};
 > +
-> +		partition at 200000 {
+> +		partition@200000 {
 > +			reg = <0x00200000 0x01E00000>;
 > +			label = "NAND FIT Image";
 > +		};
 > +
-> +		partition at 02000000 {
+> +		partition@02000000 {
 > +			reg = <0x02000000 0x1e000000>;
 > +			label = "NAND (RW) UBIFS Root File System";
 > +		};
@@ -191,40 +191,40 @@ This newline is not really necessary.
 > +&fman0 {
 > +	compatible = "fsl,fman", "simple-bus";
 > +
-> +	ethernet at e4000 {
+> +	ethernet@e4000 {
 > +		phy-handle = <&rgmii_phy1>;
 > +		phy-connection-type = "rgmii";
 > +	};
 > +
-> +	ethernet at e8000 {
+> +	ethernet@e8000 {
 > +		phy-handle = <&sgmii_phy1>;
 > +		phy-connection-type = "sgmii";
 > +	};
 > +
-> +	ethernet at ea000 {
+> +	ethernet@ea000 {
 > +		phy-handle = <&sgmii_phy2>;
 > +		phy-connection-type = "sgmii";
 > +	};
 > +
-> +	ethernet at f0000 {
+> +	ethernet@f0000 {
 > +		phy-handle = <&sgmii_phy3>;
 > +		phy-connection-type = "sgmii";
 > +	};
 > +
-> +	mdio at fc000 {
-> +		rgmii_phy1: ethernet-phy at 3 {
+> +	mdio@fc000 {
+> +		rgmii_phy1: ethernet-phy@3 {
 > +			reg = <3>;
 > +		};
 > +
-> +		sgmii_phy1: ethernet-phy at 2 {
+> +		sgmii_phy1: ethernet-phy@2 {
 > +			reg = <2>;
 > +		};
 > +
-> +		sgmii_phy2: ethernet-phy at 1 {
+> +		sgmii_phy2: ethernet-phy@1 {
 > +			reg = <1>;
 > +		};
 > +
-> +		sgmii_phy3: ethernet-phy at 0 {
+> +		sgmii_phy3: ethernet-phy@0 {
 > +			reg = <0>;
 > +		};
 
diff --git a/a/content_digest b/N1/content_digest
index 12215de..3254edb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,12 @@
  "ref\020180828204544.10815-1-alexandre.belloni@bootlin.com\0"
  "ref\020180828204544.10815-4-alexandre.belloni@bootlin.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH 4/4] arm64: dts: add Microsys MPX-LS1046A SoM and SBC-LS1046A SBC\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH 4/4] arm64: dts: add Microsys MPX-LS1046A SoM and SBC-LS1046A SBC\0"
  "Date\0Mon, 3 Sep 2018 08:53:01 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Alexandre Belloni <alexandre.belloni@bootlin.com>\0"
+ "Cc\0Li Yang <leoyang.li@nxp.com>"
+  linux-kernel@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Aug 28, 2018 at 10:45:44PM +0200, Alexandre Belloni wrote:\n"
@@ -59,17 +62,17 @@
  "> +&i2c0 {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\ttemp-sensor at 4c {\n"
+ "> +\ttemp-sensor@4c {\n"
  "> +\t\tcompatible = \"national,lm90\";\n"
  "> +\t\treg = <0x4c>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom at 50 {\n"
+ "> +\teeprom@50 {\n"
  "> +\t\tcompatible = \"at24,24c128\";\n"
  "> +\t\treg = <0x50>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\trtc at 32 {\n"
+ "> +\trtc@32 {\n"
  "> +\t\tcompatible = \"epson,rx8803\";\n"
  "> +\t\treg = <0x32>;\n"
  "> +\t};\n"
@@ -85,7 +88,7 @@
  "> +\tranges = <0x0 0x0 0x0 0x7e800000 0x00010000>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tnand at 0,0 {\n"
+ "> +\tnand@0,0 {\n"
  "> +\t\tcompatible = \"fsl,ifc-nand\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <1>;\n"
@@ -98,7 +101,7 @@
  "> +\tbus-num = <0>;\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\tqflash0: s25fs512s at 0 {\n"
+ "> +\tqflash0: s25fs512s@0 {\n"
  "\n"
  "Can we have a generic name for the device node?  The label name could be\n"
  "specific though.\n"
@@ -159,7 +162,7 @@
  "> +&i2c0 {\n"
  "> +\tstatus = \"okay\";\n"
  "> +\n"
- "> +\teeprom at 57 {\n"
+ "> +\teeprom@57 {\n"
  "> +\t\tcompatible = \"at24,24c128\";\n"
  "> +\t\treg = <0x57>;\n"
  "> +\t};\n"
@@ -170,24 +173,24 @@
  "> +};\n"
  "> +\n"
  "> +&ifc {\n"
- "> +\tnand at 0,0 {\n"
- "> +\t\tpartition at 0 {\n"
+ "> +\tnand@0,0 {\n"
+ "> +\t\tpartition@0 {\n"
  "> +\t\t\treg = <0x0 0x00100000>;\n"
  "> +\t\t\tlabel = \"NAND U-Boot Image\";\n"
  "> +\t\t\tread-only;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 100000 {\n"
+ "> +\t\tpartition@100000 {\n"
  "> +\t\t\treg = <0x00100000 0x00100000>;\n"
  "> +\t\t\tlabel = \"NAND U-Boot Env\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 200000 {\n"
+ "> +\t\tpartition@200000 {\n"
  "> +\t\t\treg = <0x00200000 0x01E00000>;\n"
  "> +\t\t\tlabel = \"NAND FIT Image\";\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition at 02000000 {\n"
+ "> +\t\tpartition@02000000 {\n"
  "> +\t\t\treg = <0x02000000 0x1e000000>;\n"
  "> +\t\t\tlabel = \"NAND (RW) UBIFS Root File System\";\n"
  "> +\t\t};\n"
@@ -199,40 +202,40 @@
  "> +&fman0 {\n"
  "> +\tcompatible = \"fsl,fman\", \"simple-bus\";\n"
  "> +\n"
- "> +\tethernet at e4000 {\n"
+ "> +\tethernet@e4000 {\n"
  "> +\t\tphy-handle = <&rgmii_phy1>;\n"
  "> +\t\tphy-connection-type = \"rgmii\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tethernet at e8000 {\n"
+ "> +\tethernet@e8000 {\n"
  "> +\t\tphy-handle = <&sgmii_phy1>;\n"
  "> +\t\tphy-connection-type = \"sgmii\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tethernet at ea000 {\n"
+ "> +\tethernet@ea000 {\n"
  "> +\t\tphy-handle = <&sgmii_phy2>;\n"
  "> +\t\tphy-connection-type = \"sgmii\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tethernet at f0000 {\n"
+ "> +\tethernet@f0000 {\n"
  "> +\t\tphy-handle = <&sgmii_phy3>;\n"
  "> +\t\tphy-connection-type = \"sgmii\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tmdio at fc000 {\n"
- "> +\t\trgmii_phy1: ethernet-phy at 3 {\n"
+ "> +\tmdio@fc000 {\n"
+ "> +\t\trgmii_phy1: ethernet-phy@3 {\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tsgmii_phy1: ethernet-phy at 2 {\n"
+ "> +\t\tsgmii_phy1: ethernet-phy@2 {\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tsgmii_phy2: ethernet-phy at 1 {\n"
+ "> +\t\tsgmii_phy2: ethernet-phy@1 {\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tsgmii_phy3: ethernet-phy at 0 {\n"
+ "> +\t\tsgmii_phy3: ethernet-phy@0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t};\n"
  "\n"
@@ -246,4 +249,4 @@
  "> 2.18.0\n"
  >
 
-0908681cb262cdb02a6eb1a58bb99d1d925254332984921b9a36e773bf4f5c05
+b28c4a1c92d71717d53d2f57c4722b3329acf8345376ca309239ec60608cd38d

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.