aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorJayachandran C. <jchandra@FreeBSD.org>2012-08-21 09:37:23 +0000
committerJayachandran C. <jchandra@FreeBSD.org>2012-08-21 09:37:23 +0000
commit8099aeffc3728c7064db1c39d22b2915ccf24fee (patch)
tree7c58faacf72b973492ecfa0b0d2f6d7ce9cb9ab8 /sys/boot
parent9653e55f6af327e1fc741cc80b230825ca73768e (diff)
downloadsrc-8099aeffc3728c7064db1c39d22b2915ccf24fee.tar.gz
src-8099aeffc3728c7064db1c39d22b2915ccf24fee.zip
Add correct range parameter in XLP DTS
r239274 added support for ranges. Update XLP DTS to provide the correct range parameter for the XLP SoC bus. Also fix bus_space_map method for XLP bus space. Submitted by: Sreekanth M. <sreekanth.molagavalli@broadcom.com>
Notes
Notes: svn path=/head/; revision=239487
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/xlp-basic.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/xlp-basic.dts b/sys/boot/fdt/dts/xlp-basic.dts
index 808fea818ad1..a66c11d67e17 100644
--- a/sys/boot/fdt/dts/xlp-basic.dts
+++ b/sys/boot/fdt/dts/xlp-basic.dts
@@ -44,7 +44,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
- ranges = <0x0>;
+ ranges = <0x0 0x18000000 0x04000000>;
bus-frequency = <0>;
serial0: serial@30100 {