All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150115225916.GJ18552@atomide.com>

diff --git a/a/1.txt b/N1/1.txt
index da158fd..a49b323 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 * Suman Anna <s-anna@ti.com> [150115 13:26]:
 > On 01/13/2015 05:37 PM, Tony Lindgren wrote:
 > > +
-> > +		mailbox: mailbox@480c8000 {
+> > +		mailbox: mailbox at 480c8000 {
 > > +			compatible = "ti,omap3-mailbox";
 > 
 > The Mailbox IP is actually more like that of OMAP4, so the correct one
@@ -99,7 +99,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +	cpus {
 +		#address-cells = <1>;
 +		#size-cells = <0>;
-+		cpu@0 {
++		cpu at 0 {
 +			compatible = "arm,cortex-a8";
 +			device_type = "cpu";
 +			reg = <0>;
@@ -139,7 +139,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +		ranges;
 +		ti,hwmods = "l3_main";
 +
-+		prcm: prcm@48180000 {
++		prcm: prcm at 48180000 {
 +			compatible = "ti,dm816-prcm";
 +			reg = <0x48180000 0x4000>;
 +
@@ -152,7 +152,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			};
 +		};
 +
-+		scrm: scrm@48140000 {
++		scrm: scrm at 48140000 {
 +			compatible = "ti,dm816-scrm";
 +			reg = <0x48140000 0x21000>;
 +			#address-cells = <1>;
@@ -168,12 +168,12 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			};
 +		};
 +
-+		cm: syscon@44e10000 {
++		cm: syscon at 44e10000 {
 +			compatible = "ti,am33xx-controlmodule", "syscon";
 +			reg = <0x44e10000 0x800>;
 +		};
 +
-+		edma: edma@49000000 {
++		edma: edma at 49000000 {
 +			compatible = "ti,edma3";
 +			ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3";
 +			reg =   <0x49000000 0x10000>,
@@ -182,28 +182,28 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			#dma-cells = <1>;
 +		};
 +
-+		elm: elm@48080000 {
++		elm: elm at 48080000 {
 +			compatible = "ti,816-elm";
 +			ti,hwmods = "elm";
 +			reg = <0x48080000 0x2000>;
 +			interrupts = <4>;
 +		};
 +
-+		gpio1: gpio@48032000 {
++		gpio1: gpio at 48032000 {
 +			compatible = "ti,omap3-gpio";
 +			ti,hwmods = "gpio1";
 +			reg = <0x48032000 0x1000>;
 +			interrupts = <97>;
 +		};
 +
-+		gpio2: gpio@4804c000 {
++		gpio2: gpio at 4804c000 {
 +			compatible = "ti,omap3-gpio";
 +			ti,hwmods = "gpio2";
 +			reg = <0x4804c000 0x1000>;
 +			interrupts = <99>;
 +		};
 +
-+		gpmc: gpmc@50000000 {
++		gpmc: gpmc at 50000000 {
 +			compatible = "ti,am3352-gpmc";
 +			ti,hwmods = "gpmc";
 +			reg = <0x50000000 0x2000>;
@@ -214,7 +214,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			gpmc,num-waitpins = <2>;
 +		};
 +
-+		i2c1: i2c@48028000 {
++		i2c1: i2c at 48028000 {
 +			compatible = "ti,omap4-i2c";
 +			ti,hwmods = "i2c1";
 +			reg = <0x48028000 0x1000>;
@@ -225,7 +225,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx", "rx";
 +		};
 +
-+		i2c2: i2c@4802a000 {
++		i2c2: i2c at 4802a000 {
 +			compatible = "ti,omap4-i2c";
 +			ti,hwmods = "i2c2";
 +			reg = <0x4802a000 0x1000>;
@@ -236,14 +236,14 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx", "rx";
 +		};
 +
-+		intc: interrupt-controller@48200000 {
++		intc: interrupt-controller at 48200000 {
 +			compatible = "ti,dm816-intc";
 +			interrupt-controller;
 +			#interrupt-cells = <1>;
 +			reg = <0x48200000 0x1000>;
 +		};
 +
-+		mailbox: mailbox@480c8000 {
++		mailbox: mailbox at 480c8000 {
 +			compatible = "ti,omap4-mailbox";
 +			reg = <0x480c8000 0x2000>;
 +			interrupts = <77>;
@@ -256,22 +256,22 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			};
 +		};
 +
-+		mdio: mdio@4a100800 {
++		mdio: mdio at 4a100800 {
 +			compatible = "ti,davinci_mdio";
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +			reg = <0x4a100800 0x100>;
 +			ti,hwmods = "davinci_mdio";
 +			bus_freq = <1000000>;
-+			phy0: ethernet-phy@0 {
++			phy0: ethernet-phy at 0 {
 +				reg = <1>;
 +			};
-+			phy1: ethernet-phy@1 {
++			phy1: ethernet-phy at 1 {
 +				reg = <2>;
 +			};
 +		};
 +
-+		eth0: ethernet@4a100000 {
++		eth0: ethernet at 4a100000 {
 +			compatible = "ti,dm816-emac";
 +			ti,hwmods = "emac0";
 +			reg = <0x4a100000 0x800
@@ -285,7 +285,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			phy-handle = <&phy0>;
 +		};
 +
-+		eth1: ethernet@4a120000 {
++		eth1: ethernet at 4a120000 {
 +			compatible = "ti,dm816-emac";
 +			ti,hwmods = "emac1";
 +			reg = <0x4a120000 0x4000>;
@@ -298,7 +298,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			phy-handle = <&phy1>;
 +		};
 +
-+		mcspi1: spi@48030000 {
++		mcspi1: spi at 48030000 {
 +			compatible = "ti,omap3-mcspi";
 +			reg = <0x48030000 0x2000>;
 +			interrupts = <65>;
@@ -309,7 +309,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx0", "rx0", "tx1", "rx1";
 +		};
 +
-+		mmc1: mmc@48060000 {
++		mmc1: mmc at 48060000 {
 +			compatible = "ti,omap4-hsmmc";
 +			reg = <0x48060000 0x11000>;
 +			ti,hwmods = "mmc1";
@@ -318,7 +318,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx", "rx";
 +		};
 +
-+		timer1: timer@4802e000 {
++		timer1: timer at 4802e000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x4802e000 0x2000>;
 +			interrupts = <67>;
@@ -326,49 +326,49 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			ti,timer-alwon;
 +		};
 +
-+		timer2: timer@48040000 {
++		timer2: timer at 48040000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x48040000 0x2000>;
 +			interrupts = <68>;
 +			ti,hwmods = "timer2";
 +		};
 +
-+		timer3: timer@48042000 {
++		timer3: timer at 48042000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x48042000 0x2000>;
 +			interrupts = <69>;
 +			ti,hwmods = "timer3";
 +		};
 +
-+		timer4: timer@48044000 {
++		timer4: timer at 48044000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x48044000 0x2000>;
 +			interrupts = <92>;
 +			ti,hwmods = "timer4";
 +		};
 +
-+		timer5: timer@48046000 {
++		timer5: timer at 48046000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x48046000 0x2000>;
 +			interrupts = <93>;
 +			ti,hwmods = "timer5";
 +		};
 +
-+		timer6: timer@48048000 {
++		timer6: timer at 48048000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x48048000 0x2000>;
 +			interrupts = <94>;
 +			ti,hwmods = "timer6";
 +		};
 +
-+		timer7: timer@4804a000 {
++		timer7: timer at 4804a000 {
 +			compatible = "ti,dm816-timer";
 +			reg = <0x4804a000 0x2000>;
 +			interrupts = <95>;
 +			ti,hwmods = "timer7";
 +		};
 +
-+		uart1: uart@48020000 {
++		uart1: uart at 48020000 {
 +			compatible = "ti,omap3-uart";
 +			ti,hwmods = "uart1";
 +			reg = <0x48020000 0x2000>;
@@ -378,7 +378,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx", "rx";
 +		};
 +
-+		uart2: uart@48022000 {
++		uart2: uart at 48022000 {
 +			compatible = "ti,omap3-uart";
 +			ti,hwmods = "uart2";
 +			reg = <0x48022000 0x2000>;
@@ -388,7 +388,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			dma-names = "tx", "rx";
 +		};
 +
-+		uart3: uart@48024000 {
++		uart3: uart at 48024000 {
 +			compatible = "ti,omap3-uart";
 +			ti,hwmods = "uart3";
 +			reg = <0x48024000 0x2000>;
@@ -399,7 +399,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +		};
 +
 +		/* NOTE: USB needs a transceiver driver for phys to work */
-+		usb: usb_otg_hs@47401000 {
++		usb: usb_otg_hs at 47401000 {
 +			compatible = "ti,am33xx-usb";
 +			reg = <0x47401000 0x400000>;
 +			ranges;
@@ -407,7 +407,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			#size-cells = <1>;
 +			ti,hwmods = "usb_otg_hs";
 +
-+			usb0: usb@47401000 {
++			usb0: usb at 47401000 {
 +				compatible = "ti,musb-am33xx";
 +				reg = <0x47401400 0x400
 +				       0x47401000 0x200>;
@@ -421,7 +421,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +				mentor,power = <500>;
 +			};
 +
-+			usb1: usb@47401800 {
++			usb1: usb at 47401800 {
 +				compatible = "ti,musb-am33xx";
 +				status = "disabled";
 +				reg = <0x47401c00 0x400
@@ -437,7 +437,7 @@ Signed-off-by: Tony Lindgren <tony@atomide.com>
 +			};
 +		};
 +
-+		wd_timer2: wd_timer@480c2000 {
++		wd_timer2: wd_timer at 480c2000 {
 +			compatible = "ti,omap3-wdt";
 +			ti,hwmods = "wd_timer";
 +			reg = <0x480c2000 0x1000>;
diff --git a/a/content_digest b/N1/content_digest
index 3f75cde..d73ef5b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,16 @@
  "ref\01421192272-20754-1-git-send-email-tony@atomide.com\0"
  "ref\01421192272-20754-3-git-send-email-tony@atomide.com\0"
  "ref\054B82FBD.4040103@ti.com\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 2/4] ARM: dts: Add basic dm816x device tree configuration\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 2/4] ARM: dts: Add basic dm816x device tree configuration\0"
  "Date\0Thu, 15 Jan 2015 14:59:16 -0800\0"
- "To\0Suman Anna <s-anna@ti.com>\0"
- "Cc\0linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>"
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " Brian Hutchinson <b.hutchman@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "* Suman Anna <s-anna@ti.com> [150115 13:26]:\n"
  "> On 01/13/2015 05:37 PM, Tony Lindgren wrote:\n"
  "> > +\n"
- "> > +\t\tmailbox: mailbox@480c8000 {\n"
+ "> > +\t\tmailbox: mailbox at 480c8000 {\n"
  "> > +\t\t\tcompatible = \"ti,omap3-mailbox\";\n"
  "> \n"
  "> The Mailbox IP is actually more like that of OMAP4, so the correct one\n"
@@ -111,7 +108,7 @@
  "+\tcpus {\n"
  "+\t\t#address-cells = <1>;\n"
  "+\t\t#size-cells = <0>;\n"
- "+\t\tcpu@0 {\n"
+ "+\t\tcpu at 0 {\n"
  "+\t\t\tcompatible = \"arm,cortex-a8\";\n"
  "+\t\t\tdevice_type = \"cpu\";\n"
  "+\t\t\treg = <0>;\n"
@@ -151,7 +148,7 @@
  "+\t\tranges;\n"
  "+\t\tti,hwmods = \"l3_main\";\n"
  "+\n"
- "+\t\tprcm: prcm@48180000 {\n"
+ "+\t\tprcm: prcm at 48180000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-prcm\";\n"
  "+\t\t\treg = <0x48180000 0x4000>;\n"
  "+\n"
@@ -164,7 +161,7 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tscrm: scrm@48140000 {\n"
+ "+\t\tscrm: scrm at 48140000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-scrm\";\n"
  "+\t\t\treg = <0x48140000 0x21000>;\n"
  "+\t\t\t#address-cells = <1>;\n"
@@ -180,12 +177,12 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tcm: syscon@44e10000 {\n"
+ "+\t\tcm: syscon at 44e10000 {\n"
  "+\t\t\tcompatible = \"ti,am33xx-controlmodule\", \"syscon\";\n"
  "+\t\t\treg = <0x44e10000 0x800>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tedma: edma@49000000 {\n"
+ "+\t\tedma: edma at 49000000 {\n"
  "+\t\t\tcompatible = \"ti,edma3\";\n"
  "+\t\t\tti,hwmods = \"tpcc\", \"tptc0\", \"tptc1\", \"tptc2\", \"tptc3\";\n"
  "+\t\t\treg =   <0x49000000 0x10000>,\n"
@@ -194,28 +191,28 @@
  "+\t\t\t#dma-cells = <1>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\telm: elm@48080000 {\n"
+ "+\t\telm: elm at 48080000 {\n"
  "+\t\t\tcompatible = \"ti,816-elm\";\n"
  "+\t\t\tti,hwmods = \"elm\";\n"
  "+\t\t\treg = <0x48080000 0x2000>;\n"
  "+\t\t\tinterrupts = <4>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tgpio1: gpio@48032000 {\n"
+ "+\t\tgpio1: gpio at 48032000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-gpio\";\n"
  "+\t\t\tti,hwmods = \"gpio1\";\n"
  "+\t\t\treg = <0x48032000 0x1000>;\n"
  "+\t\t\tinterrupts = <97>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tgpio2: gpio@4804c000 {\n"
+ "+\t\tgpio2: gpio at 4804c000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-gpio\";\n"
  "+\t\t\tti,hwmods = \"gpio2\";\n"
  "+\t\t\treg = <0x4804c000 0x1000>;\n"
  "+\t\t\tinterrupts = <99>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tgpmc: gpmc@50000000 {\n"
+ "+\t\tgpmc: gpmc at 50000000 {\n"
  "+\t\t\tcompatible = \"ti,am3352-gpmc\";\n"
  "+\t\t\tti,hwmods = \"gpmc\";\n"
  "+\t\t\treg = <0x50000000 0x2000>;\n"
@@ -226,7 +223,7 @@
  "+\t\t\tgpmc,num-waitpins = <2>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c1: i2c@48028000 {\n"
+ "+\t\ti2c1: i2c at 48028000 {\n"
  "+\t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\tti,hwmods = \"i2c1\";\n"
  "+\t\t\treg = <0x48028000 0x1000>;\n"
@@ -237,7 +234,7 @@
  "+\t\t\tdma-names = \"tx\", \"rx\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ti2c2: i2c@4802a000 {\n"
+ "+\t\ti2c2: i2c at 4802a000 {\n"
  "+\t\t\tcompatible = \"ti,omap4-i2c\";\n"
  "+\t\t\tti,hwmods = \"i2c2\";\n"
  "+\t\t\treg = <0x4802a000 0x1000>;\n"
@@ -248,14 +245,14 @@
  "+\t\t\tdma-names = \"tx\", \"rx\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tintc: interrupt-controller@48200000 {\n"
+ "+\t\tintc: interrupt-controller at 48200000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-intc\";\n"
  "+\t\t\tinterrupt-controller;\n"
  "+\t\t\t#interrupt-cells = <1>;\n"
  "+\t\t\treg = <0x48200000 0x1000>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tmailbox: mailbox@480c8000 {\n"
+ "+\t\tmailbox: mailbox at 480c8000 {\n"
  "+\t\t\tcompatible = \"ti,omap4-mailbox\";\n"
  "+\t\t\treg = <0x480c8000 0x2000>;\n"
  "+\t\t\tinterrupts = <77>;\n"
@@ -268,22 +265,22 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tmdio: mdio@4a100800 {\n"
+ "+\t\tmdio: mdio at 4a100800 {\n"
  "+\t\t\tcompatible = \"ti,davinci_mdio\";\n"
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\t\t\treg = <0x4a100800 0x100>;\n"
  "+\t\t\tti,hwmods = \"davinci_mdio\";\n"
  "+\t\t\tbus_freq = <1000000>;\n"
- "+\t\t\tphy0: ethernet-phy@0 {\n"
+ "+\t\t\tphy0: ethernet-phy at 0 {\n"
  "+\t\t\t\treg = <1>;\n"
  "+\t\t\t};\n"
- "+\t\t\tphy1: ethernet-phy@1 {\n"
+ "+\t\t\tphy1: ethernet-phy at 1 {\n"
  "+\t\t\t\treg = <2>;\n"
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\teth0: ethernet@4a100000 {\n"
+ "+\t\teth0: ethernet at 4a100000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-emac\";\n"
  "+\t\t\tti,hwmods = \"emac0\";\n"
  "+\t\t\treg = <0x4a100000 0x800\n"
@@ -297,7 +294,7 @@
  "+\t\t\tphy-handle = <&phy0>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\teth1: ethernet@4a120000 {\n"
+ "+\t\teth1: ethernet at 4a120000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-emac\";\n"
  "+\t\t\tti,hwmods = \"emac1\";\n"
  "+\t\t\treg = <0x4a120000 0x4000>;\n"
@@ -310,7 +307,7 @@
  "+\t\t\tphy-handle = <&phy1>;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tmcspi1: spi@48030000 {\n"
+ "+\t\tmcspi1: spi at 48030000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-mcspi\";\n"
  "+\t\t\treg = <0x48030000 0x2000>;\n"
  "+\t\t\tinterrupts = <65>;\n"
@@ -321,7 +318,7 @@
  "+\t\t\tdma-names = \"tx0\", \"rx0\", \"tx1\", \"rx1\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tmmc1: mmc@48060000 {\n"
+ "+\t\tmmc1: mmc at 48060000 {\n"
  "+\t\t\tcompatible = \"ti,omap4-hsmmc\";\n"
  "+\t\t\treg = <0x48060000 0x11000>;\n"
  "+\t\t\tti,hwmods = \"mmc1\";\n"
@@ -330,7 +327,7 @@
  "+\t\t\tdma-names = \"tx\", \"rx\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer1: timer@4802e000 {\n"
+ "+\t\ttimer1: timer at 4802e000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x4802e000 0x2000>;\n"
  "+\t\t\tinterrupts = <67>;\n"
@@ -338,49 +335,49 @@
  "+\t\t\tti,timer-alwon;\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer2: timer@48040000 {\n"
+ "+\t\ttimer2: timer at 48040000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x48040000 0x2000>;\n"
  "+\t\t\tinterrupts = <68>;\n"
  "+\t\t\tti,hwmods = \"timer2\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer3: timer@48042000 {\n"
+ "+\t\ttimer3: timer at 48042000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x48042000 0x2000>;\n"
  "+\t\t\tinterrupts = <69>;\n"
  "+\t\t\tti,hwmods = \"timer3\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer4: timer@48044000 {\n"
+ "+\t\ttimer4: timer at 48044000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x48044000 0x2000>;\n"
  "+\t\t\tinterrupts = <92>;\n"
  "+\t\t\tti,hwmods = \"timer4\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer5: timer@48046000 {\n"
+ "+\t\ttimer5: timer at 48046000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x48046000 0x2000>;\n"
  "+\t\t\tinterrupts = <93>;\n"
  "+\t\t\tti,hwmods = \"timer5\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer6: timer@48048000 {\n"
+ "+\t\ttimer6: timer at 48048000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x48048000 0x2000>;\n"
  "+\t\t\tinterrupts = <94>;\n"
  "+\t\t\tti,hwmods = \"timer6\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\ttimer7: timer@4804a000 {\n"
+ "+\t\ttimer7: timer at 4804a000 {\n"
  "+\t\t\tcompatible = \"ti,dm816-timer\";\n"
  "+\t\t\treg = <0x4804a000 0x2000>;\n"
  "+\t\t\tinterrupts = <95>;\n"
  "+\t\t\tti,hwmods = \"timer7\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tuart1: uart@48020000 {\n"
+ "+\t\tuart1: uart at 48020000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-uart\";\n"
  "+\t\t\tti,hwmods = \"uart1\";\n"
  "+\t\t\treg = <0x48020000 0x2000>;\n"
@@ -390,7 +387,7 @@
  "+\t\t\tdma-names = \"tx\", \"rx\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tuart2: uart@48022000 {\n"
+ "+\t\tuart2: uart at 48022000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-uart\";\n"
  "+\t\t\tti,hwmods = \"uart2\";\n"
  "+\t\t\treg = <0x48022000 0x2000>;\n"
@@ -400,7 +397,7 @@
  "+\t\t\tdma-names = \"tx\", \"rx\";\n"
  "+\t\t};\n"
  "+\n"
- "+\t\tuart3: uart@48024000 {\n"
+ "+\t\tuart3: uart at 48024000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-uart\";\n"
  "+\t\t\tti,hwmods = \"uart3\";\n"
  "+\t\t\treg = <0x48024000 0x2000>;\n"
@@ -411,7 +408,7 @@
  "+\t\t};\n"
  "+\n"
  "+\t\t/* NOTE: USB needs a transceiver driver for phys to work */\n"
- "+\t\tusb: usb_otg_hs@47401000 {\n"
+ "+\t\tusb: usb_otg_hs at 47401000 {\n"
  "+\t\t\tcompatible = \"ti,am33xx-usb\";\n"
  "+\t\t\treg = <0x47401000 0x400000>;\n"
  "+\t\t\tranges;\n"
@@ -419,7 +416,7 @@
  "+\t\t\t#size-cells = <1>;\n"
  "+\t\t\tti,hwmods = \"usb_otg_hs\";\n"
  "+\n"
- "+\t\t\tusb0: usb@47401000 {\n"
+ "+\t\t\tusb0: usb at 47401000 {\n"
  "+\t\t\t\tcompatible = \"ti,musb-am33xx\";\n"
  "+\t\t\t\treg = <0x47401400 0x400\n"
  "+\t\t\t\t       0x47401000 0x200>;\n"
@@ -433,7 +430,7 @@
  "+\t\t\t\tmentor,power = <500>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tusb1: usb@47401800 {\n"
+ "+\t\t\tusb1: usb at 47401800 {\n"
  "+\t\t\t\tcompatible = \"ti,musb-am33xx\";\n"
  "+\t\t\t\tstatus = \"disabled\";\n"
  "+\t\t\t\treg = <0x47401c00 0x400\n"
@@ -449,7 +446,7 @@
  "+\t\t\t};\n"
  "+\t\t};\n"
  "+\n"
- "+\t\twd_timer2: wd_timer@480c2000 {\n"
+ "+\t\twd_timer2: wd_timer at 480c2000 {\n"
  "+\t\t\tcompatible = \"ti,omap3-wdt\";\n"
  "+\t\t\tti,hwmods = \"wd_timer\";\n"
  "+\t\t\treg = <0x480c2000 0x1000>;\n"
@@ -459,4 +456,4 @@
  "+};\n"
  +
 
-264f98e15c17b5b787100d1b9f11ecb8cddc03480ab8806bdf7acc91fb914d79
+094809b48c4657dada6a2909eb6fe8c5425c7b49571839e21dd89882fa8d7a34

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.