All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <50F86533.9010000@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 0b7f19c..45bde54 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,42 +13,42 @@ On 01/17/2013 04:59 AM, Lucas Stach wrote:
 
 > diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi
 
-> +		temperature-sensor@4c {
+> +		temperature-sensor at 4c {
 > +			compatible = "national,lm95245";
 
 You should probably add that compatible value to
 Documentation/devicetree/bindings/i2c/trivial-devices.txt.
 
-> +	i2c@7000c000 {
+> +	i2c at 7000c000 {
 > +		clock-frequency = <400000>;
 > +	};
 > +
-> +	i2c_ddc: i2c@7000c400 {
+> +	i2c_ddc: i2c at 7000c400 {
 > +		clock-frequency = <100000>;
 > +	};
 > +
-> +	i2c@7000c500 {
+> +	i2c at 7000c500 {
 > +		clock-frequency = <400000>;
 > +	};
 
-> +	serial@70006000 {
+> +	serial at 70006000 {
 > +		clock-frequency = <216000000>;
 > +	};
 > +
-> +	serial@70006300 {
+> +	serial at 70006300 {
 > +		clock-frequency = <216000000>;
 > +	};
 > +
-> +	usb@c5000000 {
+> +	usb at c5000000 {
 > +		dr_mode = "otg";
 > +	};
 > +
-> +	usb@c5004000 {
+> +	usb at c5004000 {
 > +		status = "okay";
 > +		nvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */
 > +	};
 > +
-> +	sdhci@c8000600 {
+> +	sdhci at c8000600 {
 > +		cd-gpios = <&gpio 23 0>; /* gpio PC7 */
 > +		vmmc-supply = <&ldo5_reg>;
 > +		vqmmc-supply = <&vcc_sd_reg>;
@@ -71,4 +71,4 @@ avoid any naming conflict here. See Cardhu as an example.
 
 > +		vdd_5v0_reg: com_reg0 {
 
-Those should be named regulator@0, regulator@1, etc.
+Those should be named regulator at 0, regulator at 1, etc.
diff --git a/a/content_digest b/N1/content_digest
index e749345..830e93a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,8 @@
  "ref\01358423961-24318-1-git-send-email-dev@lynxeye.de\0"
- "ref\01358423961-24318-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/2] ARM: DT: tegra: Add Colibri T20 512MB COM\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 1/2] ARM: DT: tegra: Add Colibri T20 512MB COM\0"
  "Date\0Thu, 17 Jan 2013 13:55:15 -0700\0"
- "To\0Lucas Stach <dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>\0"
- "Cc\0linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 01/17/2013 04:59 AM, Lucas Stach wrote:\n"
@@ -24,42 +20,42 @@
  "\n"
  "> diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi\n"
  "\n"
- "> +\t\ttemperature-sensor@4c {\n"
+ "> +\t\ttemperature-sensor at 4c {\n"
  "> +\t\t\tcompatible = \"national,lm95245\";\n"
  "\n"
  "You should probably add that compatible value to\n"
  "Documentation/devicetree/bindings/i2c/trivial-devices.txt.\n"
  "\n"
- "> +\ti2c@7000c000 {\n"
+ "> +\ti2c at 7000c000 {\n"
  "> +\t\tclock-frequency = <400000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c_ddc: i2c@7000c400 {\n"
+ "> +\ti2c_ddc: i2c at 7000c400 {\n"
  "> +\t\tclock-frequency = <100000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c@7000c500 {\n"
+ "> +\ti2c at 7000c500 {\n"
  "> +\t\tclock-frequency = <400000>;\n"
  "> +\t};\n"
  "\n"
- "> +\tserial@70006000 {\n"
+ "> +\tserial at 70006000 {\n"
  "> +\t\tclock-frequency = <216000000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tserial@70006300 {\n"
+ "> +\tserial at 70006300 {\n"
  "> +\t\tclock-frequency = <216000000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb@c5000000 {\n"
+ "> +\tusb at c5000000 {\n"
  "> +\t\tdr_mode = \"otg\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tusb@c5004000 {\n"
+ "> +\tusb at c5004000 {\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t\tnvidia,phy-reset-gpio = <&gpio 169 0>; /* gpio PV1 */\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsdhci@c8000600 {\n"
+ "> +\tsdhci at c8000600 {\n"
  "> +\t\tcd-gpios = <&gpio 23 0>; /* gpio PC7 */\n"
  "> +\t\tvmmc-supply = <&ldo5_reg>;\n"
  "> +\t\tvqmmc-supply = <&vcc_sd_reg>;\n"
@@ -82,6 +78,6 @@
  "\n"
  "> +\t\tvdd_5v0_reg: com_reg0 {\n"
  "\n"
- Those should be named regulator@0, regulator@1, etc.
+ Those should be named regulator at 0, regulator at 1, etc.
 
-9cbe1252cd531efbeda7e3a9c2ac1e2f6637cc492ead12dd78a4893bf77d95c4
+a16fcb41e4a9afa974ac5686ec0e192233e01dfe97b65b865809e866463681a6

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.