[PATCH 37/58] ARM: at91/DT: fix at91sam9n12ek memory node

2013-09-02 Thread Luis Henriques
3.5.7.21 -stable review patch.  If anyone has any objections, please let me 
know.

--

From: Nicolas Ferre 

commit a57603ca2871ee0773b00839c1ea35c4a2d3eeb0 upstream.

Signed-off-by: Nicolas Ferre 
Signed-off-by: Luis Henriques 
---
 arch/arm/boot/dts/at91sam9n12ek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts 
b/arch/arm/boot/dts/at91sam9n12ek.dts
index f4e43e3..84d8bdb 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -14,11 +14,11 @@
compatible = "atmel,at91sam9n12ek", "atmel,at91sam9n12", 
"atmel,at91sam9";
 
chosen {
-   bootargs = "mem=128M console=ttyS0,115200 root=/dev/mtdblock1 
rw rootfstype=jffs2";
+   bootargs = "console=ttyS0,115200 root=/dev/mtdblock1 rw 
rootfstype=jffs2";
};
 
memory {
-   reg = <0x2000 0x1000>;
+   reg = <0x2000 0x800>;
};
 
clocks {
-- 
1.8.3.2

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


[PATCH 37/58] ARM: at91/DT: fix at91sam9n12ek memory node

2013-09-02 Thread Luis Henriques
3.5.7.21 -stable review patch.  If anyone has any objections, please let me 
know.

--

From: Nicolas Ferre nicolas.fe...@atmel.com

commit a57603ca2871ee0773b00839c1ea35c4a2d3eeb0 upstream.

Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com
Signed-off-by: Luis Henriques luis.henriq...@canonical.com
---
 arch/arm/boot/dts/at91sam9n12ek.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts 
b/arch/arm/boot/dts/at91sam9n12ek.dts
index f4e43e3..84d8bdb 100644
--- a/arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/arch/arm/boot/dts/at91sam9n12ek.dts
@@ -14,11 +14,11 @@
compatible = atmel,at91sam9n12ek, atmel,at91sam9n12, 
atmel,at91sam9;
 
chosen {
-   bootargs = mem=128M console=ttyS0,115200 root=/dev/mtdblock1 
rw rootfstype=jffs2;
+   bootargs = console=ttyS0,115200 root=/dev/mtdblock1 rw 
rootfstype=jffs2;
};
 
memory {
-   reg = 0x2000 0x1000;
+   reg = 0x2000 0x800;
};
 
clocks {
-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/