All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180424203239.21885-2-krzk@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index f98511e..1776fb6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -598,5 +598,3 @@ index f3abecc44657..000000000000
 -		};
 -	};
 -};
--- 
-2.14.1
diff --git a/a/content_digest b/N1/content_digest
index f89c1e1..1ca7bc9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,5 @@
- "ref\020180424203239.21885-1-krzk@kernel.org\0"
  "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
- "Subject\0[RFC 01/10] ARM: dts: exynos: Remove Exynos5440\0"
+ "Subject\0[RFC,01/10] ARM: dts: exynos: Remove Exynos5440\0"
  "Date\0Tue, 24 Apr 2018 22:32:30 +0200\0"
  "To\0Kukjin Kim <kgene@kernel.org>"
   Krzysztof Kozlowski <krzk@kernel.org>
@@ -640,8 +639,6 @@
  "-\t\t       #include \"exynos5440-trip-points.dtsi\"\n"
  "-\t\t};\n"
  "-\t};\n"
- "-};\n"
- "-- \n"
- 2.14.1
+ -};
 
-6affcbc7ffd30afde486ea06b0aeb8ed4c6e0ece11cc20bd0e59fc608c554d93
+b0d8435ae35be3032f380956a8c3f2c6e916a7bcbaf8e8d72496b30c3784d032

diff --git a/a/1.txt b/N2/1.txt
index f98511e..9fa9591 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -71,11 +71,11 @@ index c4b8392d1ae1..000000000000
 -	compatible = "samsung,sd5v1", "samsung,exynos5440", "samsung,exynos5";
 -
 -	chosen {
--		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
+-		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M at 0x80000000 mem=6144M at 0x100000000 console=ttySAC0,115200";
 -	};
 -
 -	/* FIXME: set reg property with correct start address and size */
--	memory@0 {
+-	memory at 0 {
 -		device_type = "memory";
 -		reg = <0 0>;
 -	};
@@ -120,11 +120,11 @@ index a33c4fc29ae5..000000000000
 -	compatible = "samsung,ssdk5440", "samsung,exynos5440", "samsung,exynos5";
 -
 -	chosen {
--		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200";
+-		bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M at 0x80000000 mem=6144M at 0x100000000 console=ttySAC0,115200";
 -	};
 -
 -	/* FIXME: set reg property with correct start address and size */
--	memory@0 {
+-	memory at 0 {
 -		device_type = "memory";
 -		reg = <0 0>;
 -	};
@@ -148,7 +148,7 @@ index a33c4fc29ae5..000000000000
 -};
 -
 -&spi_0 {
--	flash: w25q128@0 {
+-	flash: w25q128 at 0 {
 -		#address-cells = <1>;
 -		#size-cells = <1>;
 -		compatible = "winbond,w25q128";
@@ -158,25 +158,25 @@ index a33c4fc29ae5..000000000000
 -			samsung,spi-feedback-delay = <0>;
 -		};
 -
--		partition@0 {
+-		partition at 0 {
 -			label = "BootLoader";
 -			reg = <0x60000 0x80000>;
 -			read-only;
 -		};
 -
--		partition@e0000 {
+-		partition at e0000 {
 -			label = "Recovery-Kernel";
 -			reg = <0xe0000 0x300000>;
 -			read-only;
 -		};
 -
--		partition@3e0000 {
+-		partition at 3e0000 {
 -			label = "CRAM-FS";
 -			reg = <0x3e0000 0x700000>;
 -			read-only;
 -		};
 -
--		partition@ae0000 {
+-		partition at ae0000 {
 -			label = "User-Data";
 -			reg = <0xae0000 0x520000>;
 -		};
@@ -275,22 +275,22 @@ index f3abecc44657..000000000000
 -		#address-cells = <1>;
 -		#size-cells = <0>;
 -
--		cpu@0 {
+-		cpu at 0 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <0>;
 -		};
--		cpu@1 {
+-		cpu at 1 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <1>;
 -		};
--		cpu@2 {
+-		cpu at 2 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <2>;
 -		};
--		cpu@3 {
+-		cpu at 3 {
 -			device_type = "cpu";
 -			compatible = "arm,cortex-a15";
 -			reg = <3>;
@@ -303,13 +303,13 @@ index f3abecc44657..000000000000
 -		#size-cells = <1>;
 -		ranges;
 -
--		clock: clock-controller@160000 {
+-		clock: clock-controller at 160000 {
 -			compatible = "samsung,exynos5440-clock";
 -			reg = <0x160000 0x1000>;
 -			#clock-cells = <1>;
 -		};
 -
--		gic: interrupt-controller@2e0000 {
+-		gic: interrupt-controller at 2e0000 {
 -			compatible = "arm,cortex-a15-gic";
 -			#interrupt-cells = <3>;
 -			interrupt-controller;
@@ -340,7 +340,7 @@ index f3abecc44657..000000000000
 -			clock-frequency = <50000000>;
 -		};
 -
--		cpufreq@160000 {
+-		cpufreq at 160000 {
 -			compatible = "samsung,exynos5440-cpufreq";
 -			reg = <0x160000 0x1000>;
 -			interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
@@ -357,7 +357,7 @@ index f3abecc44657..000000000000
 -			>;
 -		};
 -
--		serial_0: serial@b0000 {
+-		serial_0: serial at b0000 {
 -			compatible = "samsung,exynos4210-uart";
 -			reg = <0xB0000 0x1000>;
 -			interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
@@ -365,7 +365,7 @@ index f3abecc44657..000000000000
 -			clock-names = "uart", "clk_uart_baud0";
 -		};
 -
--		serial_1: serial@c0000 {
+-		serial_1: serial at c0000 {
 -			compatible = "samsung,exynos4210-uart";
 -			reg = <0xC0000 0x1000>;
 -			interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
@@ -373,7 +373,7 @@ index f3abecc44657..000000000000
 -			clock-names = "uart", "clk_uart_baud0";
 -		};
 -
--		spi_0: spi@d0000 {
+-		spi_0: spi at d0000 {
 -			compatible = "samsung,exynos5440-spi";
 -			reg = <0xD0000 0x100>;
 -			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
@@ -385,7 +385,7 @@ index f3abecc44657..000000000000
 -			clock-names = "spi", "spi_busclk0";
 -		};
 -
--		pin_ctrl: pinctrl@e0000 {
+-		pin_ctrl: pinctrl at e0000 {
 -			compatible = "samsung,exynos5440-pinctrl";
 -			reg = <0xE0000 0x1000>;
 -			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,
@@ -417,7 +417,7 @@ index f3abecc44657..000000000000
 -			};
 -		};
 -
--		i2c@f0000 {
+-		i2c at f0000 {
 -			compatible = "samsung,exynos5440-i2c";
 -			reg = <0xF0000 0x1000>;
 -			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
@@ -427,7 +427,7 @@ index f3abecc44657..000000000000
 -			clock-names = "i2c";
 -		};
 -
--		i2c@100000 {
+-		i2c at 100000 {
 -			compatible = "samsung,exynos5440-i2c";
 -			reg = <0x100000 0x1000>;
 -			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
@@ -437,7 +437,7 @@ index f3abecc44657..000000000000
 -			clock-names = "i2c";
 -		};
 -
--		watchdog@110000 {
+-		watchdog at 110000 {
 -			compatible = "samsung,s3c6410-wdt";
 -			reg = <0x110000 0x1000>;
 -			interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
@@ -445,7 +445,7 @@ index f3abecc44657..000000000000
 -			clock-names = "watchdog";
 -		};
 -
--		gmac: ethernet@230000 {
+-		gmac: ethernet at 230000 {
 -			compatible = "snps,dwmac-3.70a", "snps,dwmac";
 -			reg = <0x00230000 0x8000>;
 -			interrupt-parent = <&gic>;
@@ -464,7 +464,7 @@ index f3abecc44657..000000000000
 -			ranges;
 -		};
 -
--		rtc@130000 {
+-		rtc at 130000 {
 -			compatible = "samsung,s3c6410-rtc";
 -			reg = <0x130000 0x1000>;
 -			interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
@@ -473,7 +473,7 @@ index f3abecc44657..000000000000
 -			clock-names = "rtc";
 -		};
 -
--		tmuctrl_0: tmuctrl@160118 {
+-		tmuctrl_0: tmuctrl at 160118 {
 -			compatible = "samsung,exynos5440-tmu";
 -			reg = <0x160118 0x230>, <0x160368 0x10>;
 -			interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
@@ -482,7 +482,7 @@ index f3abecc44657..000000000000
 -			#include "exynos5440-tmu-sensor-conf.dtsi"
 -		};
 -
--		tmuctrl_1: tmuctrl@16011c {
+-		tmuctrl_1: tmuctrl at 16011c {
 -			compatible = "samsung,exynos5440-tmu";
 -			reg = <0x16011C 0x230>, <0x160368 0x10>;
 -			interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
@@ -491,7 +491,7 @@ index f3abecc44657..000000000000
 -			#include "exynos5440-tmu-sensor-conf.dtsi"
 -		};
 -
--		tmuctrl_2: tmuctrl@160120 {
+-		tmuctrl_2: tmuctrl at 160120 {
 -			compatible = "samsung,exynos5440-tmu";
 -			reg = <0x160120 0x230>, <0x160368 0x10>;
 -			interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
@@ -500,7 +500,7 @@ index f3abecc44657..000000000000
 -			#include "exynos5440-tmu-sensor-conf.dtsi"
 -		};
 -
--		sata@210000 {
+-		sata at 210000 {
 -			compatible = "snps,exynos5440-ahci";
 -			reg = <0x210000 0x10000>;
 -			interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
@@ -508,7 +508,7 @@ index f3abecc44657..000000000000
 -			clock-names = "sata";
 -		};
 -
--		ohci@220000 {
+-		ohci at 220000 {
 -			compatible = "samsung,exynos5440-ohci";
 -			reg = <0x220000 0x1000>;
 -			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
@@ -516,7 +516,7 @@ index f3abecc44657..000000000000
 -			clock-names = "usbhost";
 -		};
 -
--		ehci@221000 {
+-		ehci at 221000 {
 -			compatible = "samsung,exynos5440-ehci";
 -			reg = <0x221000 0x1000>;
 -			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
@@ -524,19 +524,19 @@ index f3abecc44657..000000000000
 -			clock-names = "usbhost";
 -		};
 -
--		pcie_phy0: pcie-phy@270000 {
+-		pcie_phy0: pcie-phy at 270000 {
 -			#phy-cells = <0>;
 -			compatible = "samsung,exynos5440-pcie-phy";
 -			reg = <0x270000 0x1000>, <0x271000 0x40>;
 -		};
 -
--		pcie_phy1: pcie-phy@272000 {
+-		pcie_phy1: pcie-phy at 272000 {
 -			#phy-cells = <0>;
 -			compatible = "samsung,exynos5440-pcie-phy";
 -			reg = <0x272000 0x1000>, <0x271040 0x40>;
 -		};
 -
--		pcie_0: pcie@290000 {
+-		pcie_0: pcie at 290000 {
 -			compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
 -			reg = <0x290000 0x1000>, <0x40000000 0x1000>;
 -			reg-names = "elbi", "config";
@@ -559,7 +559,7 @@ index f3abecc44657..000000000000
 -			status = "disabled";
 -		};
 -
--		pcie_1: pcie@2a0000 {
+-		pcie_1: pcie at 2a0000 {
 -			compatible = "samsung,exynos5440-pcie", "snps,dw-pcie";
 -			reg = <0x2a0000 0x1000>, <0x60000000 0x1000>;
 -			reg-names = "elbi", "config";
diff --git a/a/content_digest b/N2/content_digest
index f89c1e1..729b04a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,44 +1,8 @@
  "ref\020180424203239.21885-1-krzk@kernel.org\0"
- "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
+ "From\0krzk@kernel.org (Krzysztof Kozlowski)\0"
  "Subject\0[RFC 01/10] ARM: dts: exynos: Remove Exynos5440\0"
  "Date\0Tue, 24 Apr 2018 22:32:30 +0200\0"
- "To\0Kukjin Kim <kgene@kernel.org>"
-  Krzysztof Kozlowski <krzk@kernel.org>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Tejun Heo <tj@kernel.org>
-  Sylwester Nawrocki <s.nawrocki@samsung.com>
-  Tomasz Figa <tomasz.figa@gmail.com>
-  Chanwoo Choi <cw00.choi@samsung.com>
-  Michael Turquette <mturquette@baylibre.com>
-  Stephen Boyd <sboyd@kernel.org>
-  Rafael J. Wysocki <rjw@rjwysocki.net>
-  Viresh Kumar <viresh.kumar@linaro.org>
-  Zhang Rui <rui.zhang@intel.com>
-  Eduardo Valentin <edubezval@gmail.com>
-  Russell King <linux@armlinux.org.uk>
-  Hans de Goede <hdegoede@redhat.com>
-  Linus Walleij <linus.walleij@linaro.org>
-  Andi Shyti <andi@etezian.org>
-  Mark Brown <broonie@kernel.org>
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-  Alan Stern <stern@rowland.harvard.edu>
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  linux-arm-kernel@lists.infradead.org
-  linux-samsung-soc@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-ide@vger.kernel.org
-  linux-clk@vger.kernel.org
-  linux-pm@vger.kernel.org
-  linux-i2c@vger.kernel.org
-  linux-gpio@vger.kernel.org
-  linux-spi@vger.kernel.org
- " linux-usb@vger.kernel.org\0"
- "Cc\0Marek Szyprowski <m.szyprowski@samsung.com>"
-  Arnd Bergmann <arnd@arndb.de>
-  Olof Johansson <olof@lixom.net>
- " Jaehoon Chung <jh80.chung@samsung.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "The Exynos5440 (quad-core A15 with GMAC, PCIe, SATA) was targeting\n"
@@ -114,11 +78,11 @@
  "-\tcompatible = \"samsung,sd5v1\", \"samsung,exynos5440\", \"samsung,exynos5\";\n"
  "-\n"
  "-\tchosen {\n"
- "-\t\tbootargs = \"root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200\";\n"
+ "-\t\tbootargs = \"root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M at 0x80000000 mem=6144M at 0x100000000 console=ttySAC0,115200\";\n"
  "-\t};\n"
  "-\n"
  "-\t/* FIXME: set reg property with correct start address and size */\n"
- "-\tmemory@0 {\n"
+ "-\tmemory at 0 {\n"
  "-\t\tdevice_type = \"memory\";\n"
  "-\t\treg = <0 0>;\n"
  "-\t};\n"
@@ -163,11 +127,11 @@
  "-\tcompatible = \"samsung,ssdk5440\", \"samsung,exynos5440\", \"samsung,exynos5\";\n"
  "-\n"
  "-\tchosen {\n"
- "-\t\tbootargs = \"root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M@0x80000000 mem=6144M@0x100000000 console=ttySAC0,115200\";\n"
+ "-\t\tbootargs = \"root=/dev/sda2 rw rootwait ignore_loglevel earlyprintk no_console_suspend mem=2048M at 0x80000000 mem=6144M at 0x100000000 console=ttySAC0,115200\";\n"
  "-\t};\n"
  "-\n"
  "-\t/* FIXME: set reg property with correct start address and size */\n"
- "-\tmemory@0 {\n"
+ "-\tmemory at 0 {\n"
  "-\t\tdevice_type = \"memory\";\n"
  "-\t\treg = <0 0>;\n"
  "-\t};\n"
@@ -191,7 +155,7 @@
  "-};\n"
  "-\n"
  "-&spi_0 {\n"
- "-\tflash: w25q128@0 {\n"
+ "-\tflash: w25q128 at 0 {\n"
  "-\t\t#address-cells = <1>;\n"
  "-\t\t#size-cells = <1>;\n"
  "-\t\tcompatible = \"winbond,w25q128\";\n"
@@ -201,25 +165,25 @@
  "-\t\t\tsamsung,spi-feedback-delay = <0>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpartition@0 {\n"
+ "-\t\tpartition at 0 {\n"
  "-\t\t\tlabel = \"BootLoader\";\n"
  "-\t\t\treg = <0x60000 0x80000>;\n"
  "-\t\t\tread-only;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpartition@e0000 {\n"
+ "-\t\tpartition at e0000 {\n"
  "-\t\t\tlabel = \"Recovery-Kernel\";\n"
  "-\t\t\treg = <0xe0000 0x300000>;\n"
  "-\t\t\tread-only;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpartition@3e0000 {\n"
+ "-\t\tpartition at 3e0000 {\n"
  "-\t\t\tlabel = \"CRAM-FS\";\n"
  "-\t\t\treg = <0x3e0000 0x700000>;\n"
  "-\t\t\tread-only;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpartition@ae0000 {\n"
+ "-\t\tpartition at ae0000 {\n"
  "-\t\t\tlabel = \"User-Data\";\n"
  "-\t\t\treg = <0xae0000 0x520000>;\n"
  "-\t\t};\n"
@@ -318,22 +282,22 @@
  "-\t\t#address-cells = <1>;\n"
  "-\t\t#size-cells = <0>;\n"
  "-\n"
- "-\t\tcpu@0 {\n"
+ "-\t\tcpu at 0 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <0>;\n"
  "-\t\t};\n"
- "-\t\tcpu@1 {\n"
+ "-\t\tcpu at 1 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <1>;\n"
  "-\t\t};\n"
- "-\t\tcpu@2 {\n"
+ "-\t\tcpu at 2 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <2>;\n"
  "-\t\t};\n"
- "-\t\tcpu@3 {\n"
+ "-\t\tcpu at 3 {\n"
  "-\t\t\tdevice_type = \"cpu\";\n"
  "-\t\t\tcompatible = \"arm,cortex-a15\";\n"
  "-\t\t\treg = <3>;\n"
@@ -346,13 +310,13 @@
  "-\t\t#size-cells = <1>;\n"
  "-\t\tranges;\n"
  "-\n"
- "-\t\tclock: clock-controller@160000 {\n"
+ "-\t\tclock: clock-controller at 160000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-clock\";\n"
  "-\t\t\treg = <0x160000 0x1000>;\n"
  "-\t\t\t#clock-cells = <1>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tgic: interrupt-controller@2e0000 {\n"
+ "-\t\tgic: interrupt-controller at 2e0000 {\n"
  "-\t\t\tcompatible = \"arm,cortex-a15-gic\";\n"
  "-\t\t\t#interrupt-cells = <3>;\n"
  "-\t\t\tinterrupt-controller;\n"
@@ -383,7 +347,7 @@
  "-\t\t\tclock-frequency = <50000000>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tcpufreq@160000 {\n"
+ "-\t\tcpufreq at 160000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-cpufreq\";\n"
  "-\t\t\treg = <0x160000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -400,7 +364,7 @@
  "-\t\t\t>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tserial_0: serial@b0000 {\n"
+ "-\t\tserial_0: serial at b0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "-\t\t\treg = <0xB0000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -408,7 +372,7 @@
  "-\t\t\tclock-names = \"uart\", \"clk_uart_baud0\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tserial_1: serial@c0000 {\n"
+ "-\t\tserial_1: serial at c0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos4210-uart\";\n"
  "-\t\t\treg = <0xC0000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -416,7 +380,7 @@
  "-\t\t\tclock-names = \"uart\", \"clk_uart_baud0\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tspi_0: spi@d0000 {\n"
+ "-\t\tspi_0: spi at d0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-spi\";\n"
  "-\t\t\treg = <0xD0000 0x100>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -428,7 +392,7 @@
  "-\t\t\tclock-names = \"spi\", \"spi_busclk0\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpin_ctrl: pinctrl@e0000 {\n"
+ "-\t\tpin_ctrl: pinctrl at e0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-pinctrl\";\n"
  "-\t\t\treg = <0xE0000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -460,7 +424,7 @@
  "-\t\t\t};\n"
  "-\t\t};\n"
  "-\n"
- "-\t\ti2c@f0000 {\n"
+ "-\t\ti2c at f0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-i2c\";\n"
  "-\t\t\treg = <0xF0000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -470,7 +434,7 @@
  "-\t\t\tclock-names = \"i2c\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\ti2c@100000 {\n"
+ "-\t\ti2c at 100000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-i2c\";\n"
  "-\t\t\treg = <0x100000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -480,7 +444,7 @@
  "-\t\t\tclock-names = \"i2c\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\twatchdog@110000 {\n"
+ "-\t\twatchdog at 110000 {\n"
  "-\t\t\tcompatible = \"samsung,s3c6410-wdt\";\n"
  "-\t\t\treg = <0x110000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -488,7 +452,7 @@
  "-\t\t\tclock-names = \"watchdog\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tgmac: ethernet@230000 {\n"
+ "-\t\tgmac: ethernet at 230000 {\n"
  "-\t\t\tcompatible = \"snps,dwmac-3.70a\", \"snps,dwmac\";\n"
  "-\t\t\treg = <0x00230000 0x8000>;\n"
  "-\t\t\tinterrupt-parent = <&gic>;\n"
@@ -507,7 +471,7 @@
  "-\t\t\tranges;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\trtc@130000 {\n"
+ "-\t\trtc at 130000 {\n"
  "-\t\t\tcompatible = \"samsung,s3c6410-rtc\";\n"
  "-\t\t\treg = <0x130000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,\n"
@@ -516,7 +480,7 @@
  "-\t\t\tclock-names = \"rtc\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\ttmuctrl_0: tmuctrl@160118 {\n"
+ "-\t\ttmuctrl_0: tmuctrl at 160118 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-tmu\";\n"
  "-\t\t\treg = <0x160118 0x230>, <0x160368 0x10>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -525,7 +489,7 @@
  "-\t\t\t#include \"exynos5440-tmu-sensor-conf.dtsi\"\n"
  "-\t\t};\n"
  "-\n"
- "-\t\ttmuctrl_1: tmuctrl@16011c {\n"
+ "-\t\ttmuctrl_1: tmuctrl at 16011c {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-tmu\";\n"
  "-\t\t\treg = <0x16011C 0x230>, <0x160368 0x10>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -534,7 +498,7 @@
  "-\t\t\t#include \"exynos5440-tmu-sensor-conf.dtsi\"\n"
  "-\t\t};\n"
  "-\n"
- "-\t\ttmuctrl_2: tmuctrl@160120 {\n"
+ "-\t\ttmuctrl_2: tmuctrl at 160120 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-tmu\";\n"
  "-\t\t\treg = <0x160120 0x230>, <0x160368 0x10>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -543,7 +507,7 @@
  "-\t\t\t#include \"exynos5440-tmu-sensor-conf.dtsi\"\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tsata@210000 {\n"
+ "-\t\tsata at 210000 {\n"
  "-\t\t\tcompatible = \"snps,exynos5440-ahci\";\n"
  "-\t\t\treg = <0x210000 0x10000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -551,7 +515,7 @@
  "-\t\t\tclock-names = \"sata\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tohci@220000 {\n"
+ "-\t\tohci at 220000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-ohci\";\n"
  "-\t\t\treg = <0x220000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -559,7 +523,7 @@
  "-\t\t\tclock-names = \"usbhost\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tehci@221000 {\n"
+ "-\t\tehci at 221000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-ehci\";\n"
  "-\t\t\treg = <0x221000 0x1000>;\n"
  "-\t\t\tinterrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -567,19 +531,19 @@
  "-\t\t\tclock-names = \"usbhost\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpcie_phy0: pcie-phy@270000 {\n"
+ "-\t\tpcie_phy0: pcie-phy at 270000 {\n"
  "-\t\t\t#phy-cells = <0>;\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-pcie-phy\";\n"
  "-\t\t\treg = <0x270000 0x1000>, <0x271000 0x40>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpcie_phy1: pcie-phy@272000 {\n"
+ "-\t\tpcie_phy1: pcie-phy at 272000 {\n"
  "-\t\t\t#phy-cells = <0>;\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-pcie-phy\";\n"
  "-\t\t\treg = <0x272000 0x1000>, <0x271040 0x40>;\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpcie_0: pcie@290000 {\n"
+ "-\t\tpcie_0: pcie at 290000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-pcie\", \"snps,dw-pcie\";\n"
  "-\t\t\treg = <0x290000 0x1000>, <0x40000000 0x1000>;\n"
  "-\t\t\treg-names = \"elbi\", \"config\";\n"
@@ -602,7 +566,7 @@
  "-\t\t\tstatus = \"disabled\";\n"
  "-\t\t};\n"
  "-\n"
- "-\t\tpcie_1: pcie@2a0000 {\n"
+ "-\t\tpcie_1: pcie at 2a0000 {\n"
  "-\t\t\tcompatible = \"samsung,exynos5440-pcie\", \"snps,dw-pcie\";\n"
  "-\t\t\treg = <0x2a0000 0x1000>, <0x60000000 0x1000>;\n"
  "-\t\t\treg-names = \"elbi\", \"config\";\n"
@@ -644,4 +608,4 @@
  "-- \n"
  2.14.1
 
-6affcbc7ffd30afde486ea06b0aeb8ed4c6e0ece11cc20bd0e59fc608c554d93
+1349e8a7be6ec484c47f8d17d336cd6b524e51c6766f8552b3789475468fc6a6

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.