linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:44   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 224c08f..34cdecb 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -50,15 +50,15 @@
 			label = "bootloader";
 			reg = <0 0x20000>;
 		};
-		partition@0x20000 {
+		partition@20000 {
 			label = "params";
 			reg = <0x20000 0x20000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "kernel";
 			reg = <0x40000 0x200000>;
 		};
-		partition@0x240000 {
+		partition@240000 {
 			label = "file-system";
 			reg = <0x240000 0x3dc0000>;
 		};
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:44   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0020.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
index e8c4828..f7a8122 100644
--- a/arch/arm/boot/dts/omap3-igep0020.dts
+++ b/arch/arm/boot/dts/omap3-igep0020.dts
@@ -99,19 +99,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file Lee Jones
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:43   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3-igep0030.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
index 644d0538..f628200 100644
--- a/arch/arm/boot/dts/omap3-igep0030.dts
+++ b/arch/arm/boot/dts/omap3-igep0030.dts
@@ -74,19 +74,19 @@
 			label = "SPL";
 			reg = <0 0x100000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "U-Boot";
 			reg = <0x100000 0x180000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "Environment";
 			reg = <0x280000 0x100000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "Kernel";
 			reg = <0x380000 0x300000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "Filesystem";
 			reg = <0x680000 0x1f980000>;
 		};
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
                   ` (2 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:43   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 7d95cda..16420ae 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -111,7 +111,7 @@
 			pinctrl-single,function-mask = <0x7f1f>;
 		};
 
-		omap3_pmx_wkup: pinmux@0x48002a00 {
+		omap3_pmx_wkup: pinmux@48002a00 {
 			compatible = "ti,omap3-padconf", "pinctrl-single";
 			reg = <0x48002a00 0x5c>;
 			#address-cells = <1>;
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
                   ` (3 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:42   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
index e2249bc..281914e 100644
--- a/arch/arm/boot/dts/omap3430-sdp.dts
+++ b/arch/arm/boot/dts/omap3430-sdp.dts
@@ -84,15 +84,15 @@
 			label = "bootloader-nor";
 			reg = <0 0x40000>;
 		};
-		partition@0x40000 {
+		partition@40000 {
 			label = "params-nor";
 			reg = <0x40000 0x40000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "kernel-nor";
 			reg = <0x80000 0x200000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "filesystem-nor";
 			reg = <0x240000 0x7d80000>;
 		};
@@ -125,19 +125,19 @@
 			label = "xloader-nand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-nand";
 			reg = <0x80000 0x140000>;
 		};
-		partition@0x1c0000 {
+		partition@1c0000 {
 			label = "params-nand";
 			reg = <0x1c0000 0xc0000>;
 		};
-		partition@0x280000 {
+		partition@280000 {
 			label = "kernel-nand";
 			reg = <0x280000 0x500000>;
 		};
-		partition@0x780000 {
+		partition@780000 {
 			label = "filesystem-nand";
 			reg = <0x780000 0x7880000>;
 		};
@@ -170,19 +170,19 @@
 			label = "xloader-onenand";
 			reg = <0 0x80000>;
 		};
-		partition@0x80000 {
+		partition@80000 {
 			label = "bootloader-onenand";
 			reg = <0x80000 0x40000>;
 		};
-		partition@0xc0000 {
+		partition@c0000 {
 			label = "params-onenand";
 			reg = <0xc0000 0x20000>;
 		};
-		partition@0xe0000 {
+		partition@e0000 {
 			label = "kernel-onenand";
 			reg = <0xe0000 0x200000>;
 		};
-		partition@0x2e0000 {
+		partition@2e0000 {
 			label = "filesystem-onenand";
 			reg = <0x2e0000 0xfd20000>;
 		};
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
                   ` (4 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:42   ` Lee Jones
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 22d9f2b..45708e1 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -56,7 +56,7 @@
 		cache-level = <2>;
 	};
 
-	local-timer@0x48240600 {
+	local-timer@48240600 {
 		compatible = "arm,cortex-a9-twd-timer";
 		reg = <0x48240600 0x20>;
 		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 DTS file
       [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
                   ` (5 preceding siblings ...)
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
@ 2013-07-22 10:52 ` Lee Jones
  2013-08-13 15:41   ` Lee Jones
  6 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-07-22 10:52 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Lee Jones, Benoît Cousson,
	Tony Lindgren, linux-omap

Cc: Benoît Cousson <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm/boot/dts/omap5.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index e643620..be58604 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -604,7 +604,7 @@
 			ti,hwmods = "wd_timer2";
 		};
 
-		emif1: emif@0x4c000000 {
+		emif1: emif@4c000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif1";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
@@ -615,7 +615,7 @@
 			hw-caps-temp-alert;
 		};
 
-		emif2: emif@0x4d000000 {
+		emif2: emif@4d000000 {
 			compatible	= "ti,emif-4d5";
 			ti,hwmods	= "emif2";
 			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 DTS file
  2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
@ 2013-08-13 15:41   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:41 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap5.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
> index e643620..be58604 100644
> --- a/arch/arm/boot/dts/omap5.dtsi
> +++ b/arch/arm/boot/dts/omap5.dtsi
> @@ -604,7 +604,7 @@
>  			ti,hwmods = "wd_timer2";
>  		};
>  
> -		emif1: emif@0x4c000000 {
> +		emif1: emif@4c000000 {
>  			compatible	= "ti,emif-4d5";
>  			ti,hwmods	= "emif1";
>  			phy-type	= <2>; /* DDR PHY type: Intelli PHY */
> @@ -615,7 +615,7 @@
>  			hw-caps-temp-alert;
>  		};
>  
> -		emif2: emif@0x4d000000 {
> +		emif2: emif@4d000000 {
>  			compatible	= "ti,emif-4d5";
>  			ti,hwmods	= "emif2";
>  			phy-type	= <2>; /* DDR PHY type: Intelli PHY */

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 DTS file
  2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
@ 2013-08-13 15:42   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:42 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap4.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
> index 22d9f2b..45708e1 100644
> --- a/arch/arm/boot/dts/omap4.dtsi
> +++ b/arch/arm/boot/dts/omap4.dtsi
> @@ -56,7 +56,7 @@
>  		cache-level = <2>;
>  	};
>  
> -	local-timer@0x48240600 {
> +	local-timer@48240600 {
>  		compatible = "arm,cortex-a9-twd-timer";
>  		reg = <0x48240600 0x20>;
>  		interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
  2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
@ 2013-08-13 15:42   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:42 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap3430-sdp.dts | 22 +++++++++++-----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts
> index e2249bc..281914e 100644
> --- a/arch/arm/boot/dts/omap3430-sdp.dts
> +++ b/arch/arm/boot/dts/omap3430-sdp.dts
> @@ -84,15 +84,15 @@
>  			label = "bootloader-nor";
>  			reg = <0 0x40000>;
>  		};
> -		partition@0x40000 {
> +		partition@40000 {
>  			label = "params-nor";
>  			reg = <0x40000 0x40000>;
>  		};
> -		partition@0x80000 {
> +		partition@80000 {
>  			label = "kernel-nor";
>  			reg = <0x80000 0x200000>;
>  		};
> -		partition@0x280000 {
> +		partition@280000 {
>  			label = "filesystem-nor";
>  			reg = <0x240000 0x7d80000>;
>  		};
> @@ -125,19 +125,19 @@
>  			label = "xloader-nand";
>  			reg = <0 0x80000>;
>  		};
> -		partition@0x80000 {
> +		partition@80000 {
>  			label = "bootloader-nand";
>  			reg = <0x80000 0x140000>;
>  		};
> -		partition@0x1c0000 {
> +		partition@1c0000 {
>  			label = "params-nand";
>  			reg = <0x1c0000 0xc0000>;
>  		};
> -		partition@0x280000 {
> +		partition@280000 {
>  			label = "kernel-nand";
>  			reg = <0x280000 0x500000>;
>  		};
> -		partition@0x780000 {
> +		partition@780000 {
>  			label = "filesystem-nand";
>  			reg = <0x780000 0x7880000>;
>  		};
> @@ -170,19 +170,19 @@
>  			label = "xloader-onenand";
>  			reg = <0 0x80000>;
>  		};
> -		partition@0x80000 {
> +		partition@80000 {
>  			label = "bootloader-onenand";
>  			reg = <0x80000 0x40000>;
>  		};
> -		partition@0xc0000 {
> +		partition@c0000 {
>  			label = "params-onenand";
>  			reg = <0xc0000 0x20000>;
>  		};
> -		partition@0xe0000 {
> +		partition@e0000 {
>  			label = "kernel-onenand";
>  			reg = <0xe0000 0x200000>;
>  		};
> -		partition@0x2e0000 {
> +		partition@2e0000 {
>  			label = "filesystem-onenand";
>  			reg = <0x2e0000 0xfd20000>;
>  		};

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 DTS file
  2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
@ 2013-08-13 15:43   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap3.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
> index 7d95cda..16420ae 100644
> --- a/arch/arm/boot/dts/omap3.dtsi
> +++ b/arch/arm/boot/dts/omap3.dtsi
> @@ -111,7 +111,7 @@
>  			pinctrl-single,function-mask = <0x7f1f>;
>  		};
>  
> -		omap3_pmx_wkup: pinmux@0x48002a00 {
> +		omap3_pmx_wkup: pinmux@48002a00 {
>  			compatible = "ti,omap3-padconf", "pinctrl-single";
>  			reg = <0x48002a00 0x5c>;
>  			#address-cells = <1>;

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
  2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
@ 2013-08-13 15:43   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:43 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap3-igep0030.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
> index 644d0538..f628200 100644
> --- a/arch/arm/boot/dts/omap3-igep0030.dts
> +++ b/arch/arm/boot/dts/omap3-igep0030.dts
> @@ -74,19 +74,19 @@
>  			label = "SPL";
>  			reg = <0 0x100000>;
>  		};
> -		partition@0x80000 {
> +		partition@80000 {
>  			label = "U-Boot";
>  			reg = <0x100000 0x180000>;
>  		};
> -		partition@0x1c0000 {
> +		partition@1c0000 {
>  			label = "Environment";
>  			reg = <0x280000 0x100000>;
>  		};
> -		partition@0x280000 {
> +		partition@280000 {
>  			label = "Kernel";
>  			reg = <0x380000 0x300000>;
>  		};
> -		partition@0x780000 {
> +		partition@780000 {
>  			label = "Filesystem";
>  			reg = <0x680000 0x1f980000>;
>  		};

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
  2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
@ 2013-08-13 15:44   ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap3-igep0020.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
> index e8c4828..f7a8122 100644
> --- a/arch/arm/boot/dts/omap3-igep0020.dts
> +++ b/arch/arm/boot/dts/omap3-igep0020.dts
> @@ -99,19 +99,19 @@
>  			label = "SPL";
>  			reg = <0 0x100000>;
>  		};
> -		partition@0x80000 {
> +		partition@80000 {
>  			label = "U-Boot";
>  			reg = <0x100000 0x180000>;
>  		};
> -		partition@0x1c0000 {
> +		partition@1c0000 {
>  			label = "Environment";
>  			reg = <0x280000 0x100000>;
>  		};
> -		partition@0x280000 {
> +		partition@280000 {
>  			label = "Kernel";
>  			reg = <0x380000 0x300000>;
>  		};
> -		partition@0x780000 {
> +		partition@780000 {
>  			label = "Filesystem";
>  			reg = <0x680000 0x1f980000>;
>  		};

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file Lee Jones
@ 2013-08-13 15:44   ` Lee Jones
  2013-08-14  7:30     ` Tony Lindgren
  0 siblings, 1 reply; 17+ messages in thread
From: Lee Jones @ 2013-08-13 15:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: arnd, linus.walleij, Benoît Cousson, Tony Lindgren,
	linux-omap

Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson <b-cousson@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
> ---
>  arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
> index 224c08f..34cdecb 100644
> --- a/arch/arm/boot/dts/omap2420-h4.dts
> +++ b/arch/arm/boot/dts/omap2420-h4.dts
> @@ -50,15 +50,15 @@
>  			label = "bootloader";
>  			reg = <0 0x20000>;
>  		};
> -		partition@0x20000 {
> +		partition@20000 {
>  			label = "params";
>  			reg = <0x20000 0x20000>;
>  		};
> -		partition@0x40000 {
> +		partition@40000 {
>  			label = "kernel";
>  			reg = <0x40000 0x200000>;
>  		};
> -		partition@0x240000 {
> +		partition@240000 {
>  			label = "file-system";
>  			reg = <0x240000 0x3dc0000>;
>  		};

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-13 15:44   ` Lee Jones
@ 2013-08-14  7:30     ` Tony Lindgren
  2013-08-14  7:43       ` Benoit Cousson
  0 siblings, 1 reply; 17+ messages in thread
From: Tony Lindgren @ 2013-08-14  7:30 UTC (permalink / raw)
  To: Lee Jones
  Cc: linux-arm-kernel, linux-kernel, arnd, linus.walleij,
	Benoît Cousson, linux-omap

* Lee Jones <lee.jones@linaro.org> [130813 08:51]:
> Tony, Benoit,
> 
> Poke

Looks like Benoit's new email address is bcousson@baylibre.com.
Probably best for Benoit to pick these to avoid merge conflicts.

Regards,

Tony
 
> On Mon, 22 Jul 2013, Lee Jones wrote:
> 
> > Cc: Benoît Cousson <b-cousson@ti.com>
> > Cc: Tony Lindgren <tony@atomide.com>
> > Cc: linux-omap@vger.kernel.org
> > Signed-off-by: Lee Jones <lee.jones@linaro.org>
> > ---
> >  arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
> > index 224c08f..34cdecb 100644
> > --- a/arch/arm/boot/dts/omap2420-h4.dts
> > +++ b/arch/arm/boot/dts/omap2420-h4.dts
> > @@ -50,15 +50,15 @@
> >  			label = "bootloader";
> >  			reg = <0 0x20000>;
> >  		};
> > -		partition@0x20000 {
> > +		partition@20000 {
> >  			label = "params";
> >  			reg = <0x20000 0x20000>;
> >  		};
> > -		partition@0x40000 {
> > +		partition@40000 {
> >  			label = "kernel";
> >  			reg = <0x40000 0x200000>;
> >  		};
> > -		partition@0x240000 {
> > +		partition@240000 {
> >  			label = "file-system";
> >  			reg = <0x240000 0x3dc0000>;
> >  		};
> 
> -- 
> Lee Jones
> Linaro ST-Ericsson Landing Team Lead
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-14  7:30     ` Tony Lindgren
@ 2013-08-14  7:43       ` Benoit Cousson
  2013-08-14  8:00         ` Lee Jones
  0 siblings, 1 reply; 17+ messages in thread
From: Benoit Cousson @ 2013-08-14  7:43 UTC (permalink / raw)
  To: Lee Jones
  Cc: Tony Lindgren, linux-arm-kernel, linux-kernel, arnd,
	linus.walleij, linux-omap

Hi Lee,

Thanks for that cleanup.

On 14/08/2013 09:30, Tony Lindgren wrote:
> * Lee Jones <lee.jones@linaro.org> [130813 08:51]:
>> Tony, Benoit,
>>
>> Poke
>
> Looks like Benoit's new email address is bcousson@baylibre.com.
> Probably best for Benoit to pick these to avoid merge conflicts.

I've just applied the 7 following patches. Let me know if I missed 
something.

6b9fa1b ARM: dts: Remove '0x's from OMAP5 DTS file
79390b8 ARM: dts: Remove '0x's from OMAP4 DTS file
dd60fef ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
bfef1cb ARM: dts: Remove '0x's from OMAP3 DTS file
5f547ac ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
27939fc ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
62eb4d1 ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Regards,
Benoit

>
> Regards,
>
> Tony
>
>> On Mon, 22 Jul 2013, Lee Jones wrote:
>>
>>> Cc: Benoît Cousson <b-cousson@ti.com>
>>> Cc: Tony Lindgren <tony@atomide.com>
>>> Cc: linux-omap@vger.kernel.org
>>> Signed-off-by: Lee Jones <lee.jones@linaro.org>
>>> ---
>>>   arch/arm/boot/dts/omap2420-h4.dts | 6 +++---
>>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
>>> index 224c08f..34cdecb 100644
>>> --- a/arch/arm/boot/dts/omap2420-h4.dts
>>> +++ b/arch/arm/boot/dts/omap2420-h4.dts
>>> @@ -50,15 +50,15 @@
>>>   			label = "bootloader";
>>>   			reg = <0 0x20000>;
>>>   		};
>>> -		partition@0x20000 {
>>> +		partition@20000 {
>>>   			label = "params";
>>>   			reg = <0x20000 0x20000>;
>>>   		};
>>> -		partition@0x40000 {
>>> +		partition@40000 {
>>>   			label = "kernel";
>>>   			reg = <0x40000 0x200000>;
>>>   		};
>>> -		partition@0x240000 {
>>> +		partition@240000 {
>>>   			label = "file-system";
>>>   			reg = <0x240000 0x3dc0000>;
>>>   		};
>>
>> --
>> Lee Jones
>> Linaro ST-Ericsson Landing Team Lead
>> Linaro.org │ Open source software for ARM SoCs
>> Follow Linaro: Facebook | Twitter | Blog
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file
  2013-08-14  7:43       ` Benoit Cousson
@ 2013-08-14  8:00         ` Lee Jones
  0 siblings, 0 replies; 17+ messages in thread
From: Lee Jones @ 2013-08-14  8:00 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Tony Lindgren, linux-arm-kernel, linux-kernel, arnd,
	linus.walleij, linux-omap

> >Looks like Benoit's new email address is bcousson@baylibre.com.
> >Probably best for Benoit to pick these to avoid merge conflicts.

Ah nice, thanks Tony.

> I've just applied the 7 following patches. Let me know if I missed
> something.
> 
> 6b9fa1b ARM: dts: Remove '0x's from OMAP5 DTS file
> 79390b8 ARM: dts: Remove '0x's from OMAP4 DTS file
> dd60fef ARM: dts: Remove '0x's from OMAP3430 SDP DTS file
> bfef1cb ARM: dts: Remove '0x's from OMAP3 DTS file
> 5f547ac ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
> 27939fc ARM: dts: Remove '0x's from OMAP3 IGEP0020 DTS file
> 62eb4d1 ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Nope, looks good. Thanks Benoit.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-08-14  8:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1374490361-25769-1-git-send-email-lee.jones@linaro.org>
2013-07-22 10:52 ` [PATCH 12/22] ARM: dts: Remove '0x's from OMAP2420 H4 DTS file Lee Jones
2013-08-13 15:44   ` Lee Jones
2013-08-14  7:30     ` Tony Lindgren
2013-08-14  7:43       ` Benoit Cousson
2013-08-14  8:00         ` Lee Jones
2013-07-22 10:52 ` [PATCH 13/22] ARM: dts: Remove '0x's from OMAP3 IGEP0020 " Lee Jones
2013-08-13 15:44   ` Lee Jones
2013-07-22 10:52 ` [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 " Lee Jones
2013-08-13 15:43   ` Lee Jones
2013-07-22 10:52 ` [PATCH 15/22] ARM: dts: Remove '0x's from OMAP3 " Lee Jones
2013-08-13 15:43   ` Lee Jones
2013-07-22 10:52 ` [PATCH 16/22] ARM: dts: Remove '0x's from OMAP3430 SDP " Lee Jones
2013-08-13 15:42   ` Lee Jones
2013-07-22 10:52 ` [PATCH 17/22] ARM: dts: Remove '0x's from OMAP4 " Lee Jones
2013-08-13 15:42   ` Lee Jones
2013-07-22 10:52 ` [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 " Lee Jones
2013-08-13 15:41   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).