Date: Wed, 8 Jan 2014 09:33:17 +0000 (UTC) From: Ganbold Tsagaankhuu <ganbold@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r260447 - head/sys/boot/fdt/dts Message-ID: <201401080933.s089XHFf089962@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ganbold Date: Wed Jan 8 09:33:16 2014 New Revision: 260447 URL: http://svnweb.freebsd.org/changeset/base/260447 Log: Update dts files of Cubieboard1,2 to use 1GB memory. Whilst there, fix cpu config register address for Cubieboard2. Approved by: stas (mentor) Replaced: head/sys/boot/fdt/dts/cubieboard2.dts - copied, changed from r256656, head/sys/boot/fdt/dts/cubieboard2.dts Modified: head/sys/boot/fdt/dts/cubieboard.dts Modified: head/sys/boot/fdt/dts/cubieboard.dts ============================================================================== --- head/sys/boot/fdt/dts/cubieboard.dts Wed Jan 8 08:37:30 2014 (r260446) +++ head/sys/boot/fdt/dts/cubieboard.dts Wed Jan 8 09:33:16 2014 (r260447) @@ -38,7 +38,7 @@ memory { device_type = "memory"; - reg = < 0x40000000 0x20000000 >; /* 512MB RAM */ + reg = < 0x40000000 0x40000000 >; /* 1GB RAM */ }; aliases { Copied and modified: head/sys/boot/fdt/dts/cubieboard2.dts (from r256656, head/sys/boot/fdt/dts/cubieboard2.dts) ============================================================================== --- head/sys/boot/fdt/dts/cubieboard2.dts Thu Oct 17 00:07:21 2013 (r256656, copy source) +++ head/sys/boot/fdt/dts/cubieboard2.dts Wed Jan 8 09:33:16 2014 (r260447) @@ -38,7 +38,7 @@ memory { device_type = "memory"; - reg = < 0x40000000 0x20000000 >; /* 512MB RAM */ + reg = < 0x40000000 0x40000000 >; /* 1GB RAM */ }; aliases { @@ -61,7 +61,7 @@ #interrupt-cells = <1>; }; - cpu-cfg@01c20000 { + cpu-cfg@01c25c00 { compatible = "allwinner,sun7i-cpu-cfg"; #address-cells = <1>; #size-cells = <1>;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401080933.s089XHFf089962>