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 <p...@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 {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to