Re: [PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file

2013-08-13 Thread Lee Jones
Tony, Benoit,

Poke

On Mon, 22 Jul 2013, Lee Jones wrote:

> Cc: Benoît Cousson 
> Cc: Tony Lindgren 
> Cc: linux-omap@vger.kernel.org
> Signed-off-by: Lee Jones 
> ---
>  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 0x10>;
>   };
> - partition@0x8 {
> + partition@8 {
>   label = "U-Boot";
>   reg = <0x10 0x18>;
>   };
> - partition@0x1c {
> + partition@1c {
>   label = "Environment";
>   reg = <0x28 0x10>;
>   };
> - partition@0x28 {
> + partition@28 {
>   label = "Kernel";
>   reg = <0x38 0x30>;
>   };
> - partition@0x78 {
> + partition@78 {
>   label = "Filesystem";
>   reg = <0x68 0x1f98>;
>   };

-- 
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 14/22] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file

2013-07-22 Thread Lee Jones
Cc: Benoît Cousson 
Cc: Tony Lindgren 
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones 
---
 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 0x10>;
};
-   partition@0x8 {
+   partition@8 {
label = "U-Boot";
reg = <0x10 0x18>;
};
-   partition@0x1c {
+   partition@1c {
label = "Environment";
reg = <0x28 0x10>;
};
-   partition@0x28 {
+   partition@28 {
label = "Kernel";
reg = <0x38 0x30>;
};
-   partition@0x78 {
+   partition@78 {
label = "Filesystem";
reg = <0x68 0x1f98>;
};
-- 
1.8.1.2

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