svn commit: r262736 - head/sys/boot/fdt/dts/arm

Ian Lepore ian at FreeBSD.org
Tue Mar 4 14:19:16 UTC 2014


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 at 50000000 { /* AIPS1 */
 			compatible = "fsl,aips-bus", "simple-bus";


More information about the svn-src-all mailing list