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>;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to