summaryrefslogtreecommitdiffstats
path: root/patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch')
-rw-r--r--patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch b/patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch
new file mode 100644
index 0000000..c5655b3
--- /dev/null
+++ b/patches/linux-3.12/0710-ARM-dts-Remove-0x-s-from-OMAP3-IGEP0030-DTS-file.patch
@@ -0,0 +1,39 @@
+From: Lee Jones <lee.jones@linaro.org>
+Date: Mon, 22 Jul 2013 11:52:33 +0100
+Subject: [PATCH] ARM: dts: Remove '0x's from OMAP3 IGEP0030 DTS file
+
+Cc: Tony Lindgren <tony@atomide.com>
+Signed-off-by: Lee Jones <lee.jones@linaro.org>
+Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
+---
+ 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 eee3c63..525e6d9 100644
+--- a/arch/arm/boot/dts/omap3-igep0030.dts
++++ b/arch/arm/boot/dts/omap3-igep0030.dts
+@@ -83,19 +83,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>;
+ };