Author: ian
Date: Tue Mar  4 14:19:15 2014
New Revision: 262736
URL: http://svnweb.freebsd.org/changeset/base/262736

Log:
  Use an empty ranges statement for the bus, because all the children on the
  bus have their register properties declared as full physical addresses,
  not offsets from a base range for the bus.

Modified:
  head/sys/boot/fdt/dts/arm/imx53x.dtsi

Modified: head/sys/boot/fdt/dts/arm/imx53x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/imx53x.dtsi       Tue Mar  4 14:05:37 2014        
(r262735)
+++ head/sys/boot/fdt/dts/arm/imx53x.dtsi       Tue Mar  4 14:19:15 2014        
(r262736)
@@ -95,7 +95,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                interrupt-parent = <&tzic>;
-               ranges = <0x0 0x50000000 0x14000000>;
+               ranges;
 
                aips@50000000 { /* AIPS1 */
                        compatible = "fsl,aips-bus", "simple-bus";
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to