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

Reply via email to