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

Zbigniew Bodek zbb at FreeBSD.org
Thu Jun 2 18:24:01 UTC 2016


Author: zbb
Date: Thu Jun  2 18:24:00 2016
New Revision: 301218
URL: https://svnweb.freebsd.org/changeset/base/301218

Log:
  Revert part of r294418 ("Correct ranges...")
  
  Commit was temporary fix due to rman_res_t defined as 32-bit u_long.
  After redefining it as 64-bit variable workaround is not needed and
  was removed.
  
  Submitted by:	Bartosz Szczepanek <bsz at semihalf.com>
  Obtained from:	Semihalf
  Sponsored by:	Stormshield
  Differential revision:	https://reviews.freebsd.org/D6214

Modified:
  head/sys/boot/fdt/dts/arm/armada-388-gp.dts

Modified: head/sys/boot/fdt/dts/arm/armada-388-gp.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/armada-388-gp.dts	Thu Jun  2 17:51:29 2016	(r301217)
+++ head/sys/boot/fdt/dts/arm/armada-388-gp.dts	Thu Jun  2 18:24:00 2016	(r301218)
@@ -59,7 +59,7 @@
 	};
 
 	soc {
-		ranges = <0 0 0xf1000000 0x100000>;
+		ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>;
 
 		internal-regs {
 			spi at 10600 {


More information about the svn-src-head mailing list