Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2014 14:19:16 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262736 - head/sys/boot/fdt/dts/arm
Message-ID:  <201403041419.s24EJGg1039242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403041419.s24EJGg1039242>