projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a21e4b
)
ARM: dts: imx27-pdk: Pass the memory range
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 2 Apr 2014 22:25:44 +0000
(19:25 -0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:49 +0000
(23:01 +0800)
imx27-pdk has 128 MB of DRAM. Pass the memory range in dt.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx27-pdk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx27-pdk.dts
b/arch/arm/boot/dts/imx27-pdk.dts
index 5ce89aa275df179618cf3874f887a87bcaaca0fb..28c83bc851c16491d3571e2b47780b9c4f2184c9 100644
(file)
--- a/
arch/arm/boot/dts/imx27-pdk.dts
+++ b/
arch/arm/boot/dts/imx27-pdk.dts
@@
-17,7
+17,7
@@
compatible = "fsl,imx27-pdk", "fsl,imx27";
memory {
- reg = <0x
0 0x
0>;
+ reg = <0x
a0000000 0x0800000
0>;
};
};