Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2017 01:31:05 +0000 (UTC)
From:      Marcin Wojtas <mw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r322295 - head/sys/boot/fdt/dts/arm
Message-ID:  <201708090131.v791V5lM019004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mw
Date: Wed Aug  9 01:31:05 2017
New Revision: 322295
URL: https://svnweb.freebsd.org/changeset/base/322295

Log:
  Update pl310 node in Armada 38x DTS to match the one used in Linux
  
  Since the cache controller nodes fixup is added to the platform code,
  this patch aligns it to the Linux device tree representation.
  
  Submitted by: Patryk Duda <pdk@semihalf.com>
  Reviewed by: cognet (mentor)
  Approved by: cognet (mentor)
  Obtained from: Semihalf
  Differential Revision: https://reviews.freebsd.org/D11884

Modified:
  head/sys/boot/fdt/dts/arm/armada-38x.dtsi

Modified: head/sys/boot/fdt/dts/arm/armada-38x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/armada-38x.dtsi	Wed Aug  9 01:25:47 2017	(r322294)
+++ head/sys/boot/fdt/dts/arm/armada-38x.dtsi	Wed Aug  9 01:31:05 2017	(r322295)
@@ -177,7 +177,10 @@
 				reg = <0x8000 0x1000>;
 				cache-unified;
 				cache-level = <2>;
-				arm,io-coherent;
+				arm,double-linefill-incr = <1>;
+				arm,double-linefill-wrap = <0>;
+				arm,double-linefill = <1>;
+				prefetch-data = <1>;
 			};
 
 			scu@c000 {



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