svn commit: r341333 - head/sys/dts/arm64/overlays

Emmanuel Vadot manu at FreeBSD.org
Fri Nov 30 10:31:32 UTC 2018


Author: manu
Date: Fri Nov 30 10:31:30 2018
New Revision: 341333
URL: https://svnweb.freebsd.org/changeset/base/341333

Log:
  arm64: allwinner: Add 792Mhz frequency to sun50i-a64-opp
  
  This is the frequency of the cpu on the Pinebook so add it to make
  cpufreq find the current setting.
  Note that this dtbo on the Pinebook doesn't work right now as u-boot
  dtb doesn't have symbols and so it fails to apply. Linux 4.20 have
  the dts and will be imported once taggued.
  
  MFC after:	1 month
  X-MFC with:	r341268

Modified:
  head/sys/dts/arm64/overlays/sun50i-a64-opp.dtso

Modified: head/sys/dts/arm64/overlays/sun50i-a64-opp.dtso
==============================================================================
--- head/sys/dts/arm64/overlays/sun50i-a64-opp.dtso	Fri Nov 30 10:00:09 2018	(r341332)
+++ head/sys/dts/arm64/overlays/sun50i-a64-opp.dtso	Fri Nov 30 10:31:30 2018	(r341333)
@@ -15,6 +15,11 @@
 			opp-microvolt = <1040000>;
 			clock-latency-ns = <244144>; /* 8 32k periods */
 		};
+		opp-792000000 {
+			opp-hz = /bits/ 64 <792000000>;
+			opp-microvolt = <1100000>;
+			clock-latency-ns = <244144>; /* 8 32k periods */
+		};
 		opp-816000000 {
 			opp-hz = /bits/ 64 <816000000>;
 			opp-microvolt = <1100000>;


More information about the svn-src-all mailing list