svn commit: r245703 - head/sys/boot/fdt/dts

Tim Kientzle kientzle at FreeBSD.org
Mon Jan 21 01:02:50 UTC 2013


Author: kientzle
Date: Mon Jan 21 01:02:49 2013
New Revision: 245703
URL: http://svnweb.freebsd.org/changeset/base/245703

Log:
  Use correct size for AM335x CPSW memory window.

Modified:
  head/sys/boot/fdt/dts/beaglebone.dts

Modified: head/sys/boot/fdt/dts/beaglebone.dts
==============================================================================
--- head/sys/boot/fdt/dts/beaglebone.dts	Mon Jan 21 01:01:32 2013	(r245702)
+++ head/sys/boot/fdt/dts/beaglebone.dts	Mon Jan 21 01:02:49 2013	(r245703)
@@ -161,7 +161,7 @@
 			#address-cells = <1>;
 			#size-cells = <1>;
 			compatible = "ti,cpsw";
-			reg = <0x4A100000 0x3000>;
+			reg = <0x4A100000 0x4000>;
 			interrupts = <40 41 42 43>;
 			interrupt-parent = <&AINTC>;
 			phy-handle = <&phy0>;


More information about the svn-src-all mailing list