Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/dts Add cpu0 supply and operating points table



details:   https://anonhg.NetBSD.org/src/rev/79c933eade61
branches:  trunk
changeset: 322660:79c933eade61
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri May 11 00:00:17 2018 +0000

description:
Add cpu0 supply and operating points table

diffstat:

 sys/arch/arm/dts/sun50i-a64-pinebook.dts |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 604b78f75175 -r 79c933eade61 sys/arch/arm/dts/sun50i-a64-pinebook.dts
--- a/sys/arch/arm/dts/sun50i-a64-pinebook.dts  Fri May 11 00:00:04 2018 +0000
+++ b/sys/arch/arm/dts/sun50i-a64-pinebook.dts  Fri May 11 00:00:17 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun50i-a64-pinebook.dts,v 1.10 2018/05/10 11:06:13 jmcneill Exp $ */
+/* $NetBSD: sun50i-a64-pinebook.dts,v 1.11 2018/05/11 00:00:17 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -84,6 +84,19 @@
        };
 };
 
+&cpu0 {
+       cpu-supply = <&reg_dcdc2>;
+       operating-points = <
+               /* kHz    uV */
+               1152000 1300000
+               1104000 1260000
+               1008000 1200000
+               816000  1080000
+               648000  1040000
+               408000  1000000
+               >;
+};
+
 &spdif_out {
        status = "disabled";
 };



Home | Main Index | Thread Index | Old Index