All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <534E7290.4000507@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index d6264fe..9130f7b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 > +		"samsung,exynos4210-sysram-ns" : Non-secure SYSRAM
 > +	- reg: address of SYSRAM bank
 > +
-> +	sysram@02020000 {
+> +	sysram at 02020000 {
 > +		compatible = "samsung,exynos4210-sysram";
 > +		reg = <0x02020000 0x1000>;
 > +	};
@@ -50,16 +50,16 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  		bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5 maxcpus=1";
 >  	};
 >  
-> +	sysram@02020000 {
+> +	sysram at 02020000 {
 > +		status = "disabled";
 > +	};
 > +
-> +	sysram@02025000 {
+> +	sysram at 02025000 {
 > +		compatible = "samsung,exynos4210-sysram";
 > +		reg = <0x02025000 0x1000>;
 > +	};
 > +
->  	mct@10050000 {
+>  	mct at 10050000 {
 >  		compatible = "none";
 >  	};
 > diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
@@ -70,17 +70,17 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  		pinctrl2 = &pinctrl_2;
 >  	};
 >  
-> +	sysram@02020000 {
+> +	sysram at 02020000 {
 > +		compatible = "samsung,exynos4210-sysram";
 > +		reg = <0x02020000 0x1000>;
 > +	};
 > +
-> +	sysram-ns@0203F000 {
+> +	sysram-ns at 0203F000 {
 > +		compatible = "samsung,exynos4210-sysram-ns";
 > +		reg = <0x0203F000 0x1000>;
 > +	};
 > +
->  	pd_lcd1: lcd1-power-domain@10023CA0 {
+>  	pd_lcd1: lcd1-power-domain at 10023CA0 {
 >  		compatible = "samsung,exynos4210-pd";
 >  		reg = <0x10023CA0 0x20>;
 > diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -91,17 +91,17 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  		interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
 >  	};
 >  
-> +	sysram@02020000 {
+> +	sysram at 02020000 {
 > +		compatible = "samsung,exynos4210-sysram";
 > +		reg = <0x02020000 0x1000>;
 > +	};
 > +
-> +	sysram-ns@0204F000 {
+> +	sysram-ns at 0204F000 {
 > +		compatible = "samsung,exynos4210-sysram-ns";
 > +		reg = <0x0204F000 0x1000>;
 > +	};
 > +
->  	pd_isp: isp-power-domain@10023CA0 {
+>  	pd_isp: isp-power-domain at 10023CA0 {
 >  		compatible = "samsung,exynos4210-pd";
 >  		reg = <0x10023CA0 0x20>;
 > diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
@@ -112,12 +112,12 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  / {
 >  	interrupt-parent = <&gic>;
 >  
-> +	sysram@02020000 {
+> +	sysram at 02020000 {
 > +		compatible = "samsung,exynos4210-sysram";
 > +		reg = <0x02020000 0x1000>;
 > +	};
 > +
->  	chipid@10000000 {
+>  	chipid at 10000000 {
 >  		compatible = "samsung,exynos4210-chipid";
 >  		reg = <0x10000000 0x100>;
 > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
@@ -128,12 +128,12 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  		};
 >  	};
 >  
-> +	sysram-ns@0204F000 {
+> +	sysram-ns at 0204F000 {
 > +		compatible = "samsung,exynos4210-sysram-ns";
 > +		reg = <0x0204F000 0x1000>;
 > +	};
 > +
->  	pd_gsc: gsc-power-domain@10044000 {
+>  	pd_gsc: gsc-power-domain at 10044000 {
 >  		compatible = "samsung,exynos4210-pd";
 >  		reg = <0x10044000 0x20>;
 > diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
@@ -144,12 +144,12 @@ On 04/16/2014 08:50 PM, Sachin Kamat wrote:
 >  		};
 >  	};
 >  
-> +	sysram-ns@02073000 {
+> +	sysram-ns at 02073000 {
 > +		compatible = "samsung,exynos4210-sysram-ns";
 > +		reg = <0x02073000 0x1000>;
 > +	};
 > +
->  	clock: clock-controller@10010000 {
+>  	clock: clock-controller at 10010000 {
 >  		compatible = "samsung,exynos5420-clock";
 >  		reg = <0x10010000 0x30000>;
 > diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
diff --git a/a/content_digest b/N1/content_digest
index 151ab3e..05d8bc3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,8 @@
  "ref\01397649051-3288-1-git-send-email-sachin.kamat@linaro.org\0"
- "From\0Chanwoo Choi <cw00.choi@samsung.com>\0"
- "Subject\0Re: [PATCH Resend] ARM: EXYNOS: Map SYSRAM address through DT\0"
+ "From\0cw00.choi@samsung.com (Chanwoo Choi)\0"
+ "Subject\0[PATCH Resend] ARM: EXYNOS: Map SYSRAM address through DT\0"
  "Date\0Wed, 16 Apr 2014 21:07:44 +0900\0"
- "To\0Sachin Kamat <sachin.kamat@linaro.org>\0"
- "Cc\0linux-samsung-soc@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " kgene.kim@samsung.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -45,7 +41,7 @@
  "> +\t\t\"samsung,exynos4210-sysram-ns\" : Non-secure SYSRAM\n"
  "> +\t- reg: address of SYSRAM bank\n"
  "> +\n"
- "> +\tsysram@02020000 {\n"
+ "> +\tsysram at 02020000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram\";\n"
  "> +\t\treg = <0x02020000 0x1000>;\n"
  "> +\t};\n"
@@ -61,16 +57,16 @@
  ">  \t\tbootargs = \"console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rw rootwait earlyprintk panic=5 maxcpus=1\";\n"
  ">  \t};\n"
  ">  \n"
- "> +\tsysram@02020000 {\n"
+ "> +\tsysram at 02020000 {\n"
  "> +\t\tstatus = \"disabled\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysram@02025000 {\n"
+ "> +\tsysram at 02025000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram\";\n"
  "> +\t\treg = <0x02025000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tmct@10050000 {\n"
+ ">  \tmct at 10050000 {\n"
  ">  \t\tcompatible = \"none\";\n"
  ">  \t};\n"
  "> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi\n"
@@ -81,17 +77,17 @@
  ">  \t\tpinctrl2 = &pinctrl_2;\n"
  ">  \t};\n"
  ">  \n"
- "> +\tsysram@02020000 {\n"
+ "> +\tsysram at 02020000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram\";\n"
  "> +\t\treg = <0x02020000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysram-ns@0203F000 {\n"
+ "> +\tsysram-ns at 0203F000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram-ns\";\n"
  "> +\t\treg = <0x0203F000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tpd_lcd1: lcd1-power-domain@10023CA0 {\n"
+ ">  \tpd_lcd1: lcd1-power-domain at 10023CA0 {\n"
  ">  \t\tcompatible = \"samsung,exynos4210-pd\";\n"
  ">  \t\treg = <0x10023CA0 0x20>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi\n"
@@ -102,17 +98,17 @@
  ">  \t\tinterrupts = <2 2>, <3 2>, <18 2>, <19 2>;\n"
  ">  \t};\n"
  ">  \n"
- "> +\tsysram@02020000 {\n"
+ "> +\tsysram at 02020000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram\";\n"
  "> +\t\treg = <0x02020000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysram-ns@0204F000 {\n"
+ "> +\tsysram-ns at 0204F000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram-ns\";\n"
  "> +\t\treg = <0x0204F000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tpd_isp: isp-power-domain@10023CA0 {\n"
+ ">  \tpd_isp: isp-power-domain at 10023CA0 {\n"
  ">  \t\tcompatible = \"samsung,exynos4210-pd\";\n"
  ">  \t\treg = <0x10023CA0 0x20>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi\n"
@@ -123,12 +119,12 @@
  ">  / {\n"
  ">  \tinterrupt-parent = <&gic>;\n"
  ">  \n"
- "> +\tsysram@02020000 {\n"
+ "> +\tsysram at 02020000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram\";\n"
  "> +\t\treg = <0x02020000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tchipid@10000000 {\n"
+ ">  \tchipid at 10000000 {\n"
  ">  \t\tcompatible = \"samsung,exynos4210-chipid\";\n"
  ">  \t\treg = <0x10000000 0x100>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n"
@@ -139,12 +135,12 @@
  ">  \t\t};\n"
  ">  \t};\n"
  ">  \n"
- "> +\tsysram-ns@0204F000 {\n"
+ "> +\tsysram-ns at 0204F000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram-ns\";\n"
  "> +\t\treg = <0x0204F000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tpd_gsc: gsc-power-domain@10044000 {\n"
+ ">  \tpd_gsc: gsc-power-domain at 10044000 {\n"
  ">  \t\tcompatible = \"samsung,exynos4210-pd\";\n"
  ">  \t\treg = <0x10044000 0x20>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi\n"
@@ -155,12 +151,12 @@
  ">  \t\t};\n"
  ">  \t};\n"
  ">  \n"
- "> +\tsysram-ns@02073000 {\n"
+ "> +\tsysram-ns at 02073000 {\n"
  "> +\t\tcompatible = \"samsung,exynos4210-sysram-ns\";\n"
  "> +\t\treg = <0x02073000 0x1000>;\n"
  "> +\t};\n"
  "> +\n"
- ">  \tclock: clock-controller@10010000 {\n"
+ ">  \tclock: clock-controller at 10010000 {\n"
  ">  \t\tcompatible = \"samsung,exynos5420-clock\";\n"
  ">  \t\treg = <0x10010000 0x30000>;\n"
  "> diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c\n"
@@ -334,4 +330,4 @@
  "Thanks,\n"
  Chanwoo Choi
 
-9db271d818e616c5f00ed5565ac60b1a296ea7c725beee2df357dc13e4f39471
+666ad55a576391cd7af4775feccc01726f70b357d77689f966ca6886343d39fc

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.