aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-07-24 15:53:57 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-07-24 15:59:35 +0000
commit735041a6138a33b1958590cb9635ce226f044a6b (patch)
tree1dfd174afdfe2b756db80f7fc2ca06d7b6ed63ae /sys
parent48216088b1157a22b95540efea58f70057cd5c06 (diff)
downloadsrc-735041a6138a33b1958590cb9635ce226f044a6b.tar.gz
src-735041a6138a33b1958590cb9635ce226f044a6b.zip
arm64: allwinner: Remove sun50i-a64-opp
This is unneeded now that the DTS have the opp. MFC after: 1 week Sponsored by: Diablotin Systems
Diffstat (limited to 'sys')
-rw-r--r--sys/dts/arm64/overlays/sun50i-a64-opp.dtso77
-rw-r--r--sys/modules/dtb/allwinner/Makefile3
2 files changed, 1 insertions, 79 deletions
diff --git a/sys/dts/arm64/overlays/sun50i-a64-opp.dtso b/sys/dts/arm64/overlays/sun50i-a64-opp.dtso
deleted file mode 100644
index 8a26c2c20422..000000000000
--- a/sys/dts/arm64/overlays/sun50i-a64-opp.dtso
+++ /dev/null
@@ -1,77 +0,0 @@
-/dts-v1/;
-/plugin/;
-
-/ {
- compatible = "allwinner,sun50i-a64";
-};
-
-&{/} {
- cpu0_opp_table: opp_table0 {
- compatible = "operating-points-v2";
- opp-shared;
-
- opp-648000000 {
- opp-hz = /bits/ 64 <648000000>;
- 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>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-912000000 {
- opp-hz = /bits/ 64 <912000000>;
- opp-microvolt = <1120000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-960000000 {
- opp-hz = /bits/ 64 <960000000>;
- opp-microvolt = <1160000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-1008000000 {
- opp-hz = /bits/ 64 <1008000000>;
- opp-microvolt = <1200000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-1056000000 {
- opp-hz = /bits/ 64 <1056000000>;
- opp-microvolt = <1240000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-1104000000 {
- opp-hz = /bits/ 64 <1104000000>;
- opp-microvolt = <1260000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- opp-1152000000 {
- opp-hz = /bits/ 64 <1152000000>;
- opp-microvolt = <1300000>;
- clock-latency-ns = <244144>; /* 8 32k periods */
- };
- };
-};
-
-&{/cpus/cpu@0} {
- operating-points-v2 = <&cpu0_opp_table>;
- clocks = <&ccu 1>;
- cpu-supply = <&reg_dcdc2>;
-};
-
-&{/cpus/cpu@1} {
- operating-points-v2 = <&cpu0_opp_table>;
-};
-
-&{/cpus/cpu@2} {
- operating-points-v2 = <&cpu0_opp_table>;
-};
-
-&{/cpus/cpu@3} {
- operating-points-v2 = <&cpu0_opp_table>;
-};
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile
index fe3dccc7fd91..5b9d93a7a20e 100644
--- a/sys/modules/dtb/allwinner/Makefile
+++ b/sys/modules/dtb/allwinner/Makefile
@@ -54,8 +54,7 @@ DTS= \
allwinner/sun50i-h6-pine-h64.dts \
allwinner/sun50i-h6-pine-h64-model-b.dts
-DTSO= sun50i-a64-opp.dtso \
- sun50i-a64-pwm.dtso \
+DTSO= sun50i-a64-pwm.dtso \
sun50i-a64-rpwm.dtso \
sun50i-a64-spi0-spigen.dtso \
sun50i-a64-timer.dtso \