summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2013-01-21 01:02:49 +0000
committerkientzle <kientzle@FreeBSD.org>2013-01-21 01:02:49 +0000
commitaa7091a3ab1db7d7741ed3f36c037b14a5356a6d (patch)
tree0cdd228187605ada1683559bcf7f36038c32603d
parent07280965871a156bcd84fc45e499722cc31f4161 (diff)
downloadFreeBSD-src-aa7091a3ab1db7d7741ed3f36c037b14a5356a6d.zip
FreeBSD-src-aa7091a3ab1db7d7741ed3f36c037b14a5356a6d.tar.gz
Use correct size for AM335x CPSW memory window.
-rw-r--r--sys/boot/fdt/dts/beaglebone.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/beaglebone.dts b/sys/boot/fdt/dts/beaglebone.dts
index 6126bc1..7a87cf5 100644
--- a/sys/boot/fdt/dts/beaglebone.dts
+++ b/sys/boot/fdt/dts/beaglebone.dts
@@ -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>;
OpenPOWER on IntegriCloud