ARM: dts: imx27-pdk: Pass the memory range
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>
This commit is contained in:
Родитель
6a21e4bbd7
Коммит
88308eddde
|
@ -17,7 +17,7 @@
|
||||||
compatible = "fsl,imx27-pdk", "fsl,imx27";
|
compatible = "fsl,imx27-pdk", "fsl,imx27";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x0 0x0>;
|
reg = <0xa0000000 0x08000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче