arm64: allwinner: Remove sun50i-a64-opp

This is unneeded now that the DTS have the opp.
MFC after:	1 week
Sponsored by:	Diablotin Systems
This commit is contained in:
Emmanuel Vadot 2021-07-24 17:53:57 +02:00
parent 48216088b1
commit 735041a613
5 changed files with 4 additions and 82 deletions

View file

@ -13,7 +13,7 @@ IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
PART_SCHEME="GPT"
FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
FDT_OVERLAYS="sun50i-a64-timer"
export BOARDNAME="PINE64-LTS"
arm_install_uboot() {

View file

@ -13,7 +13,7 @@ IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
PART_SCHEME="GPT"
FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
FDT_OVERLAYS="sun50i-a64-timer"
export BOARDNAME="PINE64"
arm_install_uboot() {

View file

@ -13,7 +13,7 @@ IMAGE_SIZE="3072M"
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
PART_SCHEME="GPT"
FDT_OVERLAYS="sun50i-a64-timer,sun50i-a64-opp"
FDT_OVERLAYS="sun50i-a64-timer"
export BOARDNAME="PINEBOOK"
arm_install_uboot() {

View file

@ -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>;
};

View file

@ -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 \