Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 10:31:31 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341333 - head/sys/dts/arm64/overlays
Message-ID:  <201811301031.wAUAVVoG093803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>;



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