projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b524f38
)
ARM: at91/DT: fix at91sam9n12ek memory node
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Fri, 28 Jun 2013 08:39:15 +0000
(10:39 +0200)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 14 Aug 2013 07:56:31 +0000
(09:56 +0200)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.5+
arch/arm/boot/dts/at91sam9n12ek.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9n12ek.dts
b/arch/arm/boot/dts/at91sam9n12ek.dts
index
d59b70c
..
3d77dbe
100644
(file)
--- 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 = <0x20000000 0x
10
000000>;
+ reg = <0x20000000 0x
8
000000>;
};
clocks {