Author: ian
Date: Sun Apr  6 21:45:38 2014
New Revision: 264204
URL: http://svnweb.freebsd.org/changeset/base/264204

Log:
  Define the full 1024M of ram on the imx53 QSB board.

Modified:
  head/sys/boot/fdt/dts/arm/imx53-qsb.dts

Modified: head/sys/boot/fdt/dts/arm/imx53-qsb.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/imx53-qsb.dts     Sun Apr  6 21:40:39 2014        
(r264203)
+++ head/sys/boot/fdt/dts/arm/imx53-qsb.dts     Sun Apr  6 21:45:38 2014        
(r264204)
@@ -41,8 +41,9 @@
         compatible = "fsl,imx53-qsb", "fsl,imx53";
 
        memory {
-               /* RAM 512M */
-               reg = <0x70000000 0x20000000>;
+               /* RAM is 2 banks of 512M each. */
+               reg = <0x70000000 0x20000000
+                      0xb0000000 0x20000000>;
        };
 
        localbus@18000000 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to