svn commit: r322295 - head/sys/boot/fdt/dts/arm
Marcin Wojtas
mw at FreeBSD.org
Wed Aug 9 01:31:07 UTC 2017
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 at 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 at c000 {
More information about the svn-src-all
mailing list