mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
ARM cpufreq updates for 6.10
- Sun50i: Add support for opp_supported_hw, H616 platform and general cleaups (Andre Przywara, Martin Botka, Brandon Cheo Fusi, Dan Carpenter, and Viresh Kumar). - cppc: Fix possible null pointer dereference (Aleksandr Mishin). - Eliminate uses of of_node_put() (Javier Carrasco, and Shivani Gupta). - brcmstb-avs: ISO C90 forbids mixed declarations (Portia Stephens). - mediatek: Add support for MT7988A (Sam Shih). - cpufreq-qcom-hw: Add SM4450 compatibles in DT bindings (Tengfei Fan). -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEx73Crsp7f6M6scA70rkcPK6BEhwFAmYwxyUACgkQ0rkcPK6B EhyUnhAAg1LEdi0yyzi0BNZOk6Wj0NVliWFInH/JuImBYSoCtByZmLF/JGvcfRjd mrMqgHQp94jlNjEpj0cw6zqhhFShnFKrr9AOrw5aCN6ws4sI548N+rTcM/Qx2WPz s8UY626kcO+0kmSXukCFxhmGPtzKXxlZOS+oStcxgdTX6nqKYPMnj6q2urzqyavf Ee3MgOl5oXoUxNLLjg594F3k47IK0MC808bVlSBSxLOqkG7uW+lbmUONucMofVMU QXzaSKD/oCIAVh7ch71shFSVNEwXeN+5Pp2dQZ8I4trZx8FcgkS+HoKYcfTRXRnk SqF+OuqiNT3MuiMXryum4eNQ12StYcMUmjvnydottZ1WUnT3oiiuLVEOuy1rzv0u JyL3sszw4hT1nzPW65A4FrHAFEbXHuRJbxaPlFgh++eRsHu63dgH5e1glQywZ/Db zo+uWnVvaPYt0LV7sTxHOC00TiQCvk7j8OPtT5oVM7IiI8rvuy9NpNPaytXgT4Az DdEGy2U/rm5dNWYgKY9bzxD/13b2u0jh/1QErb/6EEvPqGml08FHYGSCXkL9W/CJ eL9qexeXBCG3TzSI0XZv5+Qx2rHEgZz2gDMJVf090YCp6w89OO0XhjRQnrzKWpl9 W1WLlskmZ1PKeFRxAiK+PCoRgc99vFolUABnqQhcWWmgmubncyY= =wN+m -----END PGP SIGNATURE----- Merge tag 'cpufreq-arm-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm Merge ARM cpufreq updates for 6.10 from Viresh Kumar: "- Sun50i: Add support for opp_supported_hw, H616 platform and general cleaups (Andre Przywara, Martin Botka, Brandon Cheo Fusi, Dan Carpenter, and Viresh Kumar). - cppc: Fix possible null pointer dereference (Aleksandr Mishin). - Eliminate uses of of_node_put() (Javier Carrasco, and Shivani Gupta). - brcmstb-avs: ISO C90 forbids mixed declarations (Portia Stephens). - mediatek: Add support for MT7988A (Sam Shih). - cpufreq-qcom-hw: Add SM4450 compatibles in DT bindings (Tengfei Fan)." * tag 'cpufreq-arm-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM4450 compatibles cpufreq: sun50i: fix error returns in dt_has_supported_hw() cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations cpufreq: dt-platdev: eliminate uses of of_node_put() cpufreq: dt: eliminate uses of of_node_put() cpufreq: ti: Implement scope-based cleanup in ti_cpufreq_match_node() cpufreq: mediatek: Add support for MT7988A cpufreq: sun50i: Fix build warning around snprint() arm64: dts: allwinner: h616: enable DVFS for all boards arm64: dts: allwinner: h616: Add CPU OPPs table cpufreq: sun50i: Add H616 support cpufreq: sun50i: Add support for opp_supported_hw cpufreq: sun50i: Refactor speed bin decoding dt-bindings: opp: Describe H616 OPPs and opp-supported-hw cpufreq: dt-platdev: Blocklist Allwinner H616/618 SoCs firmware: smccc: Export revision soc_id function cppc_cpufreq: Fix possible null pointer dereference cpupfreq: tegra124: eliminate uses of of_node_put()
This commit is contained in:
commit
6eff05526c
@ -38,6 +38,7 @@ properties:
|
|||||||
- qcom,sc7280-cpufreq-epss
|
- qcom,sc7280-cpufreq-epss
|
||||||
- qcom,sc8280xp-cpufreq-epss
|
- qcom,sc8280xp-cpufreq-epss
|
||||||
- qcom,sdx75-cpufreq-epss
|
- qcom,sdx75-cpufreq-epss
|
||||||
|
- qcom,sm4450-cpufreq-epss
|
||||||
- qcom,sm6375-cpufreq-epss
|
- qcom,sm6375-cpufreq-epss
|
||||||
- qcom,sm8250-cpufreq-epss
|
- qcom,sm8250-cpufreq-epss
|
||||||
- qcom,sm8350-cpufreq-epss
|
- qcom,sm8350-cpufreq-epss
|
||||||
@ -133,6 +134,7 @@ allOf:
|
|||||||
- qcom,sc8280xp-cpufreq-epss
|
- qcom,sc8280xp-cpufreq-epss
|
||||||
- qcom,sdm670-cpufreq-hw
|
- qcom,sdm670-cpufreq-hw
|
||||||
- qcom,sdm845-cpufreq-hw
|
- qcom,sdm845-cpufreq-hw
|
||||||
|
- qcom,sm4450-cpufreq-epss
|
||||||
- qcom,sm6115-cpufreq-hw
|
- qcom,sm6115-cpufreq-hw
|
||||||
- qcom,sm6350-cpufreq-hw
|
- qcom,sm6350-cpufreq-hw
|
||||||
- qcom,sm6375-cpufreq-epss
|
- qcom,sm6375-cpufreq-epss
|
||||||
|
@ -13,25 +13,25 @@ maintainers:
|
|||||||
description: |
|
description: |
|
||||||
For some SoCs, the CPU frequency subset and voltage value of each
|
For some SoCs, the CPU frequency subset and voltage value of each
|
||||||
OPP varies based on the silicon variant in use. Allwinner Process
|
OPP varies based on the silicon variant in use. Allwinner Process
|
||||||
Voltage Scaling Tables defines the voltage and frequency value based
|
Voltage Scaling Tables define the voltage and frequency values based
|
||||||
on the speedbin blown in the efuse combination. The
|
on the speedbin blown in the efuse combination.
|
||||||
sun50i-cpufreq-nvmem driver reads the efuse value from the SoC to
|
|
||||||
provide the OPP framework with required information.
|
|
||||||
|
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: opp-v2-base.yaml#
|
- $ref: opp-v2-base.yaml#
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: allwinner,sun50i-h6-operating-points
|
enum:
|
||||||
|
- allwinner,sun50i-h6-operating-points
|
||||||
|
- allwinner,sun50i-h616-operating-points
|
||||||
|
|
||||||
nvmem-cells:
|
nvmem-cells:
|
||||||
description: |
|
description: |
|
||||||
A phandle pointing to a nvmem-cells node representing the efuse
|
A phandle pointing to a nvmem-cells node representing the efuse
|
||||||
registers that has information about the speedbin that is used
|
register that has information about the speedbin that is used
|
||||||
to select the right frequency/voltage value pair. Please refer
|
to select the right frequency/voltage value pair. Please refer
|
||||||
the for nvmem-cells bindings
|
to the nvmem-cells bindings in
|
||||||
Documentation/devicetree/bindings/nvmem/nvmem.txt and also
|
Documentation/devicetree/bindings/nvmem/nvmem.yaml and also the
|
||||||
examples below.
|
examples below.
|
||||||
|
|
||||||
opp-shared: true
|
opp-shared: true
|
||||||
@ -47,15 +47,18 @@ patternProperties:
|
|||||||
properties:
|
properties:
|
||||||
opp-hz: true
|
opp-hz: true
|
||||||
clock-latency-ns: true
|
clock-latency-ns: true
|
||||||
|
opp-microvolt: true
|
||||||
|
opp-supported-hw:
|
||||||
|
maxItems: 1
|
||||||
|
description:
|
||||||
|
A single 32 bit bitmap value, representing compatible HW, one
|
||||||
|
bit per speed bin index.
|
||||||
|
|
||||||
patternProperties:
|
patternProperties:
|
||||||
"^opp-microvolt-speed[0-9]$": true
|
"^opp-microvolt-speed[0-9]$": true
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- opp-hz
|
- opp-hz
|
||||||
- opp-microvolt-speed0
|
|
||||||
- opp-microvolt-speed1
|
|
||||||
- opp-microvolt-speed2
|
|
||||||
|
|
||||||
unevaluatedProperties: false
|
unevaluatedProperties: false
|
||||||
|
|
||||||
@ -77,33 +80,6 @@ examples:
|
|||||||
opp-microvolt-speed2 = <800000>;
|
opp-microvolt-speed2 = <800000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
opp-720000000 {
|
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
|
||||||
opp-hz = /bits/ 64 <720000000>;
|
|
||||||
|
|
||||||
opp-microvolt-speed0 = <880000>;
|
|
||||||
opp-microvolt-speed1 = <820000>;
|
|
||||||
opp-microvolt-speed2 = <800000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
opp-816000000 {
|
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
|
||||||
opp-hz = /bits/ 64 <816000000>;
|
|
||||||
|
|
||||||
opp-microvolt-speed0 = <880000>;
|
|
||||||
opp-microvolt-speed1 = <820000>;
|
|
||||||
opp-microvolt-speed2 = <800000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
opp-888000000 {
|
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
|
||||||
opp-hz = /bits/ 64 <888000000>;
|
|
||||||
|
|
||||||
opp-microvolt-speed0 = <940000>;
|
|
||||||
opp-microvolt-speed1 = <820000>;
|
|
||||||
opp-microvolt-speed2 = <800000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
opp-1080000000 {
|
opp-1080000000 {
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
opp-hz = /bits/ 64 <1080000000>;
|
opp-hz = /bits/ 64 <1080000000>;
|
||||||
@ -113,15 +89,6 @@ examples:
|
|||||||
opp-microvolt-speed2 = <840000>;
|
opp-microvolt-speed2 = <840000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
opp-1320000000 {
|
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
|
||||||
opp-hz = /bits/ 64 <1320000000>;
|
|
||||||
|
|
||||||
opp-microvolt-speed0 = <1160000>;
|
|
||||||
opp-microvolt-speed1 = <940000>;
|
|
||||||
opp-microvolt-speed2 = <900000>;
|
|
||||||
};
|
|
||||||
|
|
||||||
opp-1488000000 {
|
opp-1488000000 {
|
||||||
clock-latency-ns = <244144>; /* 8 32k periods */
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
opp-hz = /bits/ 64 <1488000000>;
|
opp-hz = /bits/ 64 <1488000000>;
|
||||||
@ -132,4 +99,36 @@ examples:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
- |
|
||||||
|
opp-table {
|
||||||
|
compatible = "allwinner,sun50i-h616-operating-points";
|
||||||
|
nvmem-cells = <&speedbin_efuse>;
|
||||||
|
opp-shared;
|
||||||
|
|
||||||
|
opp-480000000 {
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-hz = /bits/ 64 <480000000>;
|
||||||
|
|
||||||
|
opp-microvolt = <900000>;
|
||||||
|
opp-supported-hw = <0x1f>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-792000000 {
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-hz = /bits/ 64 <792000000>;
|
||||||
|
|
||||||
|
opp-microvolt-speed1 = <900000>;
|
||||||
|
opp-microvolt-speed4 = <940000>;
|
||||||
|
opp-supported-hw = <0x12>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1512000000 {
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-hz = /bits/ 64 <1512000000>;
|
||||||
|
|
||||||
|
opp-microvolt = <1100000>;
|
||||||
|
opp-supported-hw = <0x0a>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616.dtsi"
|
#include "sun50i-h616.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
@ -62,6 +63,10 @@ wifi_pwrseq: wifi-pwrseq {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
|
||||||
&mmc0 {
|
&mmc0 {
|
||||||
vmmc-supply = <®_dldo1>;
|
vmmc-supply = <®_dldo1>;
|
||||||
/* Card detection pin is not connected */
|
/* Card detection pin is not connected */
|
||||||
|
115
arch/arm64/boot/dts/allwinner/sun50i-h616-cpu-opp.dtsi
Normal file
115
arch/arm64/boot/dts/allwinner/sun50i-h616-cpu-opp.dtsi
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
|
// Copyright (C) 2023 Martin Botka <martin@somainline.org>
|
||||||
|
|
||||||
|
/ {
|
||||||
|
cpu_opp_table: opp-table-cpu {
|
||||||
|
compatible = "allwinner,sun50i-h616-operating-points";
|
||||||
|
nvmem-cells = <&cpu_speed_grade>;
|
||||||
|
opp-shared;
|
||||||
|
|
||||||
|
opp-480000000 {
|
||||||
|
opp-hz = /bits/ 64 <480000000>;
|
||||||
|
opp-microvolt = <900000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x1f>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-600000000 {
|
||||||
|
opp-hz = /bits/ 64 <600000000>;
|
||||||
|
opp-microvolt = <900000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x12>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-720000000 {
|
||||||
|
opp-hz = /bits/ 64 <720000000>;
|
||||||
|
opp-microvolt = <900000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x0d>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-792000000 {
|
||||||
|
opp-hz = /bits/ 64 <792000000>;
|
||||||
|
opp-microvolt-speed1 = <900000>;
|
||||||
|
opp-microvolt-speed4 = <940000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x12>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-936000000 {
|
||||||
|
opp-hz = /bits/ 64 <936000000>;
|
||||||
|
opp-microvolt = <900000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x0d>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1008000000 {
|
||||||
|
opp-hz = /bits/ 64 <1008000000>;
|
||||||
|
opp-microvolt-speed0 = <950000>;
|
||||||
|
opp-microvolt-speed1 = <940000>;
|
||||||
|
opp-microvolt-speed2 = <950000>;
|
||||||
|
opp-microvolt-speed3 = <950000>;
|
||||||
|
opp-microvolt-speed4 = <1020000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x1f>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1104000000 {
|
||||||
|
opp-hz = /bits/ 64 <1104000000>;
|
||||||
|
opp-microvolt-speed0 = <1000000>;
|
||||||
|
opp-microvolt-speed2 = <1000000>;
|
||||||
|
opp-microvolt-speed3 = <1000000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x0d>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1200000000 {
|
||||||
|
opp-hz = /bits/ 64 <1200000000>;
|
||||||
|
opp-microvolt-speed0 = <1050000>;
|
||||||
|
opp-microvolt-speed1 = <1020000>;
|
||||||
|
opp-microvolt-speed2 = <1050000>;
|
||||||
|
opp-microvolt-speed3 = <1050000>;
|
||||||
|
opp-microvolt-speed4 = <1100000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x1f>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1320000000 {
|
||||||
|
opp-hz = /bits/ 64 <1320000000>;
|
||||||
|
opp-microvolt = <1100000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x1d>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1416000000 {
|
||||||
|
opp-hz = /bits/ 64 <1416000000>;
|
||||||
|
opp-microvolt = <1100000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x0d>;
|
||||||
|
};
|
||||||
|
|
||||||
|
opp-1512000000 {
|
||||||
|
opp-hz = /bits/ 64 <1512000000>;
|
||||||
|
opp-microvolt-speed1 = <1100000>;
|
||||||
|
opp-microvolt-speed3 = <1100000>;
|
||||||
|
clock-latency-ns = <244144>; /* 8 32k periods */
|
||||||
|
opp-supported-hw = <0x0a>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu1 {
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu2 {
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpu3 {
|
||||||
|
operating-points-v2 = <&cpu_opp_table>;
|
||||||
|
};
|
@ -6,12 +6,17 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616-orangepi-zero.dtsi"
|
#include "sun50i-h616-orangepi-zero.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "OrangePi Zero2";
|
model = "OrangePi Zero2";
|
||||||
compatible = "xunlong,orangepi-zero2", "allwinner,sun50i-h616";
|
compatible = "xunlong,orangepi-zero2", "allwinner,sun50i-h616";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdca>;
|
||||||
|
};
|
||||||
|
|
||||||
&emac0 {
|
&emac0 {
|
||||||
allwinner,rx-delay-ps = <3100>;
|
allwinner,rx-delay-ps = <3100>;
|
||||||
allwinner,tx-delay-ps = <700>;
|
allwinner,tx-delay-ps = <700>;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616.dtsi"
|
#include "sun50i-h616.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
@ -32,6 +33,10 @@ reg_vcc5v: vcc5v {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdca>;
|
||||||
|
};
|
||||||
|
|
||||||
&ehci0 {
|
&ehci0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -26,6 +26,7 @@ cpu0: cpu@0 {
|
|||||||
reg = <0>;
|
reg = <0>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
clocks = <&ccu CLK_CPUX>;
|
clocks = <&ccu CLK_CPUX>;
|
||||||
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu1: cpu@1 {
|
cpu1: cpu@1 {
|
||||||
@ -34,6 +35,7 @@ cpu1: cpu@1 {
|
|||||||
reg = <1>;
|
reg = <1>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
clocks = <&ccu CLK_CPUX>;
|
clocks = <&ccu CLK_CPUX>;
|
||||||
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu2: cpu@2 {
|
cpu2: cpu@2 {
|
||||||
@ -42,6 +44,7 @@ cpu2: cpu@2 {
|
|||||||
reg = <2>;
|
reg = <2>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
clocks = <&ccu CLK_CPUX>;
|
clocks = <&ccu CLK_CPUX>;
|
||||||
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cpu3: cpu@3 {
|
cpu3: cpu@3 {
|
||||||
@ -50,6 +53,7 @@ cpu3: cpu@3 {
|
|||||||
reg = <3>;
|
reg = <3>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
clocks = <&ccu CLK_CPUX>;
|
clocks = <&ccu CLK_CPUX>;
|
||||||
|
#cooling-cells = <2>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -156,6 +160,10 @@ sid: efuse@3006000 {
|
|||||||
ths_calibration: thermal-sensor-calibration@14 {
|
ths_calibration: thermal-sensor-calibration@14 {
|
||||||
reg = <0x14 0x8>;
|
reg = <0x14 0x8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cpu_speed_grade: cpu-speed-grade@0 {
|
||||||
|
reg = <0x0 2>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog: watchdog@30090a0 {
|
watchdog: watchdog@30090a0 {
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sun50i-h616.dtsi"
|
#include "sun50i-h616.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
|
||||||
&mmc2 {
|
&mmc2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616.dtsi"
|
#include "sun50i-h616.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
@ -53,6 +54,10 @@ reg_vcc3v3: vcc3v3 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
|
||||||
&ehci1 {
|
&ehci1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -6,12 +6,17 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616-orangepi-zero.dtsi"
|
#include "sun50i-h616-orangepi-zero.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "OrangePi Zero3";
|
model = "OrangePi Zero3";
|
||||||
compatible = "xunlong,orangepi-zero3", "allwinner,sun50i-h618";
|
compatible = "xunlong,orangepi-zero3", "allwinner,sun50i-h618";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
|
||||||
&emac0 {
|
&emac0 {
|
||||||
allwinner,tx-delay-ps = <700>;
|
allwinner,tx-delay-ps = <700>;
|
||||||
phy-mode = "rgmii-rxid";
|
phy-mode = "rgmii-rxid";
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "sun50i-h616.dtsi"
|
#include "sun50i-h616.dtsi"
|
||||||
|
#include "sun50i-h616-cpu-opp.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
@ -51,6 +52,10 @@ wifi_pwrseq: wifi_pwrseq {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu0 {
|
||||||
|
cpu-supply = <®_dcdc2>;
|
||||||
|
};
|
||||||
|
|
||||||
&ehci0 {
|
&ehci0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -481,9 +481,12 @@ static bool brcm_avs_is_firmware_loaded(struct private_data *priv)
|
|||||||
static unsigned int brcm_avs_cpufreq_get(unsigned int cpu)
|
static unsigned int brcm_avs_cpufreq_get(unsigned int cpu)
|
||||||
{
|
{
|
||||||
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
||||||
|
struct private_data *priv;
|
||||||
|
|
||||||
if (!policy)
|
if (!policy)
|
||||||
return 0;
|
return 0;
|
||||||
struct private_data *priv = policy->driver_data;
|
|
||||||
|
priv = policy->driver_data;
|
||||||
|
|
||||||
cpufreq_cpu_put(policy);
|
cpufreq_cpu_put(policy);
|
||||||
|
|
||||||
|
@ -741,10 +741,15 @@ static unsigned int cppc_cpufreq_get_rate(unsigned int cpu)
|
|||||||
{
|
{
|
||||||
struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0};
|
struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0};
|
||||||
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
||||||
struct cppc_cpudata *cpu_data = policy->driver_data;
|
struct cppc_cpudata *cpu_data;
|
||||||
u64 delivered_perf;
|
u64 delivered_perf;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
if (!policy)
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
|
cpu_data = policy->driver_data;
|
||||||
|
|
||||||
cpufreq_cpu_put(policy);
|
cpufreq_cpu_put(policy);
|
||||||
|
|
||||||
ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0);
|
ret = cppc_get_perf_ctrs(cpu, &fb_ctrs_t0);
|
||||||
@ -822,10 +827,15 @@ static struct cpufreq_driver cppc_cpufreq_driver = {
|
|||||||
static unsigned int hisi_cppc_cpufreq_get_rate(unsigned int cpu)
|
static unsigned int hisi_cppc_cpufreq_get_rate(unsigned int cpu)
|
||||||
{
|
{
|
||||||
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
struct cpufreq_policy *policy = cpufreq_cpu_get(cpu);
|
||||||
struct cppc_cpudata *cpu_data = policy->driver_data;
|
struct cppc_cpudata *cpu_data;
|
||||||
u64 desired_perf;
|
u64 desired_perf;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
if (!policy)
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
|
cpu_data = policy->driver_data;
|
||||||
|
|
||||||
cpufreq_cpu_put(policy);
|
cpufreq_cpu_put(policy);
|
||||||
|
|
||||||
ret = cppc_get_desired_perf(cpu, &desired_perf);
|
ret = cppc_get_desired_perf(cpu, &desired_perf);
|
||||||
|
@ -104,6 +104,9 @@ static const struct of_device_id allowlist[] __initconst = {
|
|||||||
*/
|
*/
|
||||||
static const struct of_device_id blocklist[] __initconst = {
|
static const struct of_device_id blocklist[] __initconst = {
|
||||||
{ .compatible = "allwinner,sun50i-h6", },
|
{ .compatible = "allwinner,sun50i-h6", },
|
||||||
|
{ .compatible = "allwinner,sun50i-h616", },
|
||||||
|
{ .compatible = "allwinner,sun50i-h618", },
|
||||||
|
{ .compatible = "allwinner,sun50i-h700", },
|
||||||
|
|
||||||
{ .compatible = "apple,arm-platform", },
|
{ .compatible = "apple,arm-platform", },
|
||||||
|
|
||||||
@ -195,19 +198,18 @@ static const struct of_device_id blocklist[] __initconst = {
|
|||||||
|
|
||||||
static bool __init cpu0_node_has_opp_v2_prop(void)
|
static bool __init cpu0_node_has_opp_v2_prop(void)
|
||||||
{
|
{
|
||||||
struct device_node *np = of_cpu_device_node_get(0);
|
struct device_node *np __free(device_node) = of_cpu_device_node_get(0);
|
||||||
bool ret = false;
|
bool ret = false;
|
||||||
|
|
||||||
if (of_property_present(np, "operating-points-v2"))
|
if (of_property_present(np, "operating-points-v2"))
|
||||||
ret = true;
|
ret = true;
|
||||||
|
|
||||||
of_node_put(np);
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init cpufreq_dt_platdev_init(void)
|
static int __init cpufreq_dt_platdev_init(void)
|
||||||
{
|
{
|
||||||
struct device_node *np = of_find_node_by_path("/");
|
struct device_node *np __free(device_node) = of_find_node_by_path("/");
|
||||||
const struct of_device_id *match;
|
const struct of_device_id *match;
|
||||||
const void *data = NULL;
|
const void *data = NULL;
|
||||||
|
|
||||||
@ -223,11 +225,9 @@ static int __init cpufreq_dt_platdev_init(void)
|
|||||||
if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np))
|
if (cpu0_node_has_opp_v2_prop() && !of_match_node(blocklist, np))
|
||||||
goto create_pdev;
|
goto create_pdev;
|
||||||
|
|
||||||
of_node_put(np);
|
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
create_pdev:
|
create_pdev:
|
||||||
of_node_put(np);
|
|
||||||
return PTR_ERR_OR_ZERO(platform_device_register_data(NULL, "cpufreq-dt",
|
return PTR_ERR_OR_ZERO(platform_device_register_data(NULL, "cpufreq-dt",
|
||||||
-1, data,
|
-1, data,
|
||||||
sizeof(struct cpufreq_dt_platform_data)));
|
sizeof(struct cpufreq_dt_platform_data)));
|
||||||
|
@ -68,12 +68,9 @@ static int set_target(struct cpufreq_policy *policy, unsigned int index)
|
|||||||
*/
|
*/
|
||||||
static const char *find_supply_name(struct device *dev)
|
static const char *find_supply_name(struct device *dev)
|
||||||
{
|
{
|
||||||
struct device_node *np;
|
struct device_node *np __free(device_node) = of_node_get(dev->of_node);
|
||||||
struct property *pp;
|
struct property *pp;
|
||||||
int cpu = dev->id;
|
int cpu = dev->id;
|
||||||
const char *name = NULL;
|
|
||||||
|
|
||||||
np = of_node_get(dev->of_node);
|
|
||||||
|
|
||||||
/* This must be valid for sure */
|
/* This must be valid for sure */
|
||||||
if (WARN_ON(!np))
|
if (WARN_ON(!np))
|
||||||
@ -82,22 +79,16 @@ static const char *find_supply_name(struct device *dev)
|
|||||||
/* Try "cpu0" for older DTs */
|
/* Try "cpu0" for older DTs */
|
||||||
if (!cpu) {
|
if (!cpu) {
|
||||||
pp = of_find_property(np, "cpu0-supply", NULL);
|
pp = of_find_property(np, "cpu0-supply", NULL);
|
||||||
if (pp) {
|
if (pp)
|
||||||
name = "cpu0";
|
return "cpu0";
|
||||||
goto node_put;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pp = of_find_property(np, "cpu-supply", NULL);
|
pp = of_find_property(np, "cpu-supply", NULL);
|
||||||
if (pp) {
|
if (pp)
|
||||||
name = "cpu";
|
return "cpu";
|
||||||
goto node_put;
|
|
||||||
}
|
|
||||||
|
|
||||||
dev_dbg(dev, "no regulator for cpu%d\n", cpu);
|
dev_dbg(dev, "no regulator for cpu%d\n", cpu);
|
||||||
node_put:
|
return NULL;
|
||||||
of_node_put(np);
|
|
||||||
return name;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int cpufreq_init(struct cpufreq_policy *policy)
|
static int cpufreq_init(struct cpufreq_policy *policy)
|
||||||
|
@ -707,6 +707,15 @@ static const struct mtk_cpufreq_platform_data mt7623_platform_data = {
|
|||||||
.ccifreq_supported = false,
|
.ccifreq_supported = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const struct mtk_cpufreq_platform_data mt7988_platform_data = {
|
||||||
|
.min_volt_shift = 100000,
|
||||||
|
.max_volt_shift = 200000,
|
||||||
|
.proc_max_volt = 900000,
|
||||||
|
.sram_min_volt = 0,
|
||||||
|
.sram_max_volt = 1150000,
|
||||||
|
.ccifreq_supported = true,
|
||||||
|
};
|
||||||
|
|
||||||
static const struct mtk_cpufreq_platform_data mt8183_platform_data = {
|
static const struct mtk_cpufreq_platform_data mt8183_platform_data = {
|
||||||
.min_volt_shift = 100000,
|
.min_volt_shift = 100000,
|
||||||
.max_volt_shift = 200000,
|
.max_volt_shift = 200000,
|
||||||
@ -740,6 +749,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
|
|||||||
{ .compatible = "mediatek,mt2712", .data = &mt2701_platform_data },
|
{ .compatible = "mediatek,mt2712", .data = &mt2701_platform_data },
|
||||||
{ .compatible = "mediatek,mt7622", .data = &mt7622_platform_data },
|
{ .compatible = "mediatek,mt7622", .data = &mt7622_platform_data },
|
||||||
{ .compatible = "mediatek,mt7623", .data = &mt7623_platform_data },
|
{ .compatible = "mediatek,mt7623", .data = &mt7623_platform_data },
|
||||||
|
{ .compatible = "mediatek,mt7988a", .data = &mt7988_platform_data },
|
||||||
{ .compatible = "mediatek,mt8167", .data = &mt8516_platform_data },
|
{ .compatible = "mediatek,mt8167", .data = &mt8516_platform_data },
|
||||||
{ .compatible = "mediatek,mt817x", .data = &mt2701_platform_data },
|
{ .compatible = "mediatek,mt817x", .data = &mt2701_platform_data },
|
||||||
{ .compatible = "mediatek,mt8173", .data = &mt2701_platform_data },
|
{ .compatible = "mediatek,mt8173", .data = &mt2701_platform_data },
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
|
#include <linux/arm-smccc.h>
|
||||||
#include <linux/cpu.h>
|
#include <linux/cpu.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/nvmem-consumer.h>
|
#include <linux/nvmem-consumer.h>
|
||||||
@ -18,26 +19,155 @@
|
|||||||
#include <linux/pm_opp.h>
|
#include <linux/pm_opp.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
|
||||||
#define MAX_NAME_LEN 7
|
|
||||||
|
|
||||||
#define NVMEM_MASK 0x7
|
#define NVMEM_MASK 0x7
|
||||||
#define NVMEM_SHIFT 5
|
#define NVMEM_SHIFT 5
|
||||||
|
|
||||||
static struct platform_device *cpufreq_dt_pdev, *sun50i_cpufreq_pdev;
|
static struct platform_device *cpufreq_dt_pdev, *sun50i_cpufreq_pdev;
|
||||||
|
|
||||||
|
struct sunxi_cpufreq_data {
|
||||||
|
u32 (*efuse_xlate)(u32 speedbin);
|
||||||
|
};
|
||||||
|
|
||||||
|
static u32 sun50i_h6_efuse_xlate(u32 speedbin)
|
||||||
|
{
|
||||||
|
u32 efuse_value;
|
||||||
|
|
||||||
|
efuse_value = (speedbin >> NVMEM_SHIFT) & NVMEM_MASK;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* We treat unexpected efuse values as if the SoC was from
|
||||||
|
* the slowest bin. Expected efuse values are 1-3, slowest
|
||||||
|
* to fastest.
|
||||||
|
*/
|
||||||
|
if (efuse_value >= 1 && efuse_value <= 3)
|
||||||
|
return efuse_value - 1;
|
||||||
|
else
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int get_soc_id_revision(void)
|
||||||
|
{
|
||||||
|
#ifdef CONFIG_HAVE_ARM_SMCCC_DISCOVERY
|
||||||
|
return arm_smccc_get_soc_id_revision();
|
||||||
|
#else
|
||||||
|
return SMCCC_RET_NOT_SUPPORTED;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Judging by the OPP tables in the vendor BSP, the quality order of the
|
||||||
|
* returned speedbin index is 4 -> 0/2 -> 3 -> 1, from worst to best.
|
||||||
|
* 0 and 2 seem identical from the OPP tables' point of view.
|
||||||
|
*/
|
||||||
|
static u32 sun50i_h616_efuse_xlate(u32 speedbin)
|
||||||
|
{
|
||||||
|
int ver_bits = get_soc_id_revision();
|
||||||
|
u32 value = 0;
|
||||||
|
|
||||||
|
switch (speedbin & 0xffff) {
|
||||||
|
case 0x2000:
|
||||||
|
value = 0;
|
||||||
|
break;
|
||||||
|
case 0x2400:
|
||||||
|
case 0x7400:
|
||||||
|
case 0x2c00:
|
||||||
|
case 0x7c00:
|
||||||
|
if (ver_bits != SMCCC_RET_NOT_SUPPORTED && ver_bits <= 1) {
|
||||||
|
/* ic version A/B */
|
||||||
|
value = 1;
|
||||||
|
} else {
|
||||||
|
/* ic version C and later version */
|
||||||
|
value = 2;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case 0x5000:
|
||||||
|
case 0x5400:
|
||||||
|
case 0x6000:
|
||||||
|
value = 3;
|
||||||
|
break;
|
||||||
|
case 0x5c00:
|
||||||
|
value = 4;
|
||||||
|
break;
|
||||||
|
case 0x5d00:
|
||||||
|
value = 0;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
pr_warn("sun50i-cpufreq-nvmem: unknown speed bin 0x%x, using default bin 0\n",
|
||||||
|
speedbin & 0xffff);
|
||||||
|
value = 0;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct sunxi_cpufreq_data sun50i_h6_cpufreq_data = {
|
||||||
|
.efuse_xlate = sun50i_h6_efuse_xlate,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct sunxi_cpufreq_data sun50i_h616_cpufreq_data = {
|
||||||
|
.efuse_xlate = sun50i_h616_efuse_xlate,
|
||||||
|
};
|
||||||
|
|
||||||
|
static const struct of_device_id cpu_opp_match_list[] = {
|
||||||
|
{ .compatible = "allwinner,sun50i-h6-operating-points",
|
||||||
|
.data = &sun50i_h6_cpufreq_data,
|
||||||
|
},
|
||||||
|
{ .compatible = "allwinner,sun50i-h616-operating-points",
|
||||||
|
.data = &sun50i_h616_cpufreq_data,
|
||||||
|
},
|
||||||
|
{}
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* dt_has_supported_hw() - Check if any OPPs use opp-supported-hw
|
||||||
|
*
|
||||||
|
* If we ask the cpufreq framework to use the opp-supported-hw feature, it
|
||||||
|
* will ignore every OPP node without that DT property. If none of the OPPs
|
||||||
|
* have it, the driver will fail probing, due to the lack of OPPs.
|
||||||
|
*
|
||||||
|
* Returns true if we have at least one OPP with the opp-supported-hw property.
|
||||||
|
*/
|
||||||
|
static bool dt_has_supported_hw(void)
|
||||||
|
{
|
||||||
|
bool has_opp_supported_hw = false;
|
||||||
|
struct device_node *np, *opp;
|
||||||
|
struct device *cpu_dev;
|
||||||
|
|
||||||
|
cpu_dev = get_cpu_device(0);
|
||||||
|
if (!cpu_dev)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
np = dev_pm_opp_of_get_opp_desc_node(cpu_dev);
|
||||||
|
if (!np)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
for_each_child_of_node(np, opp) {
|
||||||
|
if (of_find_property(opp, "opp-supported-hw", NULL)) {
|
||||||
|
has_opp_supported_hw = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
of_node_put(np);
|
||||||
|
|
||||||
|
return has_opp_supported_hw;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sun50i_cpufreq_get_efuse() - Determine speed grade from efuse value
|
* sun50i_cpufreq_get_efuse() - Determine speed grade from efuse value
|
||||||
* @versions: Set to the value parsed from efuse
|
|
||||||
*
|
*
|
||||||
* Returns 0 if success.
|
* Returns non-negative speed bin index on success, a negative error
|
||||||
|
* value otherwise.
|
||||||
*/
|
*/
|
||||||
static int sun50i_cpufreq_get_efuse(u32 *versions)
|
static int sun50i_cpufreq_get_efuse(void)
|
||||||
{
|
{
|
||||||
|
const struct sunxi_cpufreq_data *opp_data;
|
||||||
struct nvmem_cell *speedbin_nvmem;
|
struct nvmem_cell *speedbin_nvmem;
|
||||||
|
const struct of_device_id *match;
|
||||||
struct device_node *np;
|
struct device_node *np;
|
||||||
struct device *cpu_dev;
|
struct device *cpu_dev;
|
||||||
u32 *speedbin, efuse_value;
|
u32 *speedbin;
|
||||||
size_t len;
|
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
cpu_dev = get_cpu_device(0);
|
cpu_dev = get_cpu_device(0);
|
||||||
@ -48,12 +178,12 @@ static int sun50i_cpufreq_get_efuse(u32 *versions)
|
|||||||
if (!np)
|
if (!np)
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
|
|
||||||
ret = of_device_is_compatible(np,
|
match = of_match_node(cpu_opp_match_list, np);
|
||||||
"allwinner,sun50i-h6-operating-points");
|
if (!match) {
|
||||||
if (!ret) {
|
|
||||||
of_node_put(np);
|
of_node_put(np);
|
||||||
return -ENOENT;
|
return -ENOENT;
|
||||||
}
|
}
|
||||||
|
opp_data = match->data;
|
||||||
|
|
||||||
speedbin_nvmem = of_nvmem_cell_get(np, NULL);
|
speedbin_nvmem = of_nvmem_cell_get(np, NULL);
|
||||||
of_node_put(np);
|
of_node_put(np);
|
||||||
@ -61,33 +191,25 @@ static int sun50i_cpufreq_get_efuse(u32 *versions)
|
|||||||
return dev_err_probe(cpu_dev, PTR_ERR(speedbin_nvmem),
|
return dev_err_probe(cpu_dev, PTR_ERR(speedbin_nvmem),
|
||||||
"Could not get nvmem cell\n");
|
"Could not get nvmem cell\n");
|
||||||
|
|
||||||
speedbin = nvmem_cell_read(speedbin_nvmem, &len);
|
speedbin = nvmem_cell_read(speedbin_nvmem, NULL);
|
||||||
nvmem_cell_put(speedbin_nvmem);
|
nvmem_cell_put(speedbin_nvmem);
|
||||||
if (IS_ERR(speedbin))
|
if (IS_ERR(speedbin))
|
||||||
return PTR_ERR(speedbin);
|
return PTR_ERR(speedbin);
|
||||||
|
|
||||||
efuse_value = (*speedbin >> NVMEM_SHIFT) & NVMEM_MASK;
|
ret = opp_data->efuse_xlate(*speedbin);
|
||||||
|
|
||||||
/*
|
|
||||||
* We treat unexpected efuse values as if the SoC was from
|
|
||||||
* the slowest bin. Expected efuse values are 1-3, slowest
|
|
||||||
* to fastest.
|
|
||||||
*/
|
|
||||||
if (efuse_value >= 1 && efuse_value <= 3)
|
|
||||||
*versions = efuse_value - 1;
|
|
||||||
else
|
|
||||||
*versions = 0;
|
|
||||||
|
|
||||||
kfree(speedbin);
|
kfree(speedbin);
|
||||||
return 0;
|
|
||||||
|
return ret;
|
||||||
};
|
};
|
||||||
|
|
||||||
static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
|
static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
int *opp_tokens;
|
int *opp_tokens;
|
||||||
char name[MAX_NAME_LEN];
|
char name[] = "speedXXXXXXXXXXX"; /* Integers can take 11 chars max */
|
||||||
unsigned int cpu;
|
unsigned int cpu, supported_hw;
|
||||||
u32 speed = 0;
|
struct dev_pm_opp_config config = {};
|
||||||
|
int speed;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
opp_tokens = kcalloc(num_possible_cpus(), sizeof(*opp_tokens),
|
opp_tokens = kcalloc(num_possible_cpus(), sizeof(*opp_tokens),
|
||||||
@ -95,13 +217,24 @@ static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
|
|||||||
if (!opp_tokens)
|
if (!opp_tokens)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
ret = sun50i_cpufreq_get_efuse(&speed);
|
speed = sun50i_cpufreq_get_efuse();
|
||||||
if (ret) {
|
if (speed < 0) {
|
||||||
kfree(opp_tokens);
|
kfree(opp_tokens);
|
||||||
return ret;
|
return speed;
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf(name, MAX_NAME_LEN, "speed%d", speed);
|
/*
|
||||||
|
* We need at least one OPP with the "opp-supported-hw" property,
|
||||||
|
* or else the upper layers will ignore every OPP and will bail out.
|
||||||
|
*/
|
||||||
|
if (dt_has_supported_hw()) {
|
||||||
|
supported_hw = 1U << speed;
|
||||||
|
config.supported_hw = &supported_hw;
|
||||||
|
config.supported_hw_count = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
snprintf(name, sizeof(name), "speed%d", speed);
|
||||||
|
config.prop_name = name;
|
||||||
|
|
||||||
for_each_possible_cpu(cpu) {
|
for_each_possible_cpu(cpu) {
|
||||||
struct device *cpu_dev = get_cpu_device(cpu);
|
struct device *cpu_dev = get_cpu_device(cpu);
|
||||||
@ -111,12 +244,11 @@ static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
|
|||||||
goto free_opp;
|
goto free_opp;
|
||||||
}
|
}
|
||||||
|
|
||||||
opp_tokens[cpu] = dev_pm_opp_set_prop_name(cpu_dev, name);
|
ret = dev_pm_opp_set_config(cpu_dev, &config);
|
||||||
if (opp_tokens[cpu] < 0) {
|
if (ret < 0)
|
||||||
ret = opp_tokens[cpu];
|
|
||||||
pr_err("Failed to set prop name\n");
|
|
||||||
goto free_opp;
|
goto free_opp;
|
||||||
}
|
|
||||||
|
opp_tokens[cpu] = ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
cpufreq_dt_pdev = platform_device_register_simple("cpufreq-dt", -1,
|
cpufreq_dt_pdev = platform_device_register_simple("cpufreq-dt", -1,
|
||||||
@ -131,7 +263,7 @@ static int sun50i_cpufreq_nvmem_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
free_opp:
|
free_opp:
|
||||||
for_each_possible_cpu(cpu)
|
for_each_possible_cpu(cpu)
|
||||||
dev_pm_opp_put_prop_name(opp_tokens[cpu]);
|
dev_pm_opp_clear_config(opp_tokens[cpu]);
|
||||||
kfree(opp_tokens);
|
kfree(opp_tokens);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
@ -145,7 +277,7 @@ static void sun50i_cpufreq_nvmem_remove(struct platform_device *pdev)
|
|||||||
platform_device_unregister(cpufreq_dt_pdev);
|
platform_device_unregister(cpufreq_dt_pdev);
|
||||||
|
|
||||||
for_each_possible_cpu(cpu)
|
for_each_possible_cpu(cpu)
|
||||||
dev_pm_opp_put_prop_name(opp_tokens[cpu]);
|
dev_pm_opp_clear_config(opp_tokens[cpu]);
|
||||||
|
|
||||||
kfree(opp_tokens);
|
kfree(opp_tokens);
|
||||||
}
|
}
|
||||||
@ -160,6 +292,9 @@ static struct platform_driver sun50i_cpufreq_driver = {
|
|||||||
|
|
||||||
static const struct of_device_id sun50i_cpufreq_match_list[] = {
|
static const struct of_device_id sun50i_cpufreq_match_list[] = {
|
||||||
{ .compatible = "allwinner,sun50i-h6" },
|
{ .compatible = "allwinner,sun50i-h6" },
|
||||||
|
{ .compatible = "allwinner,sun50i-h616" },
|
||||||
|
{ .compatible = "allwinner,sun50i-h618" },
|
||||||
|
{ .compatible = "allwinner,sun50i-h700" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, sun50i_cpufreq_match_list);
|
MODULE_DEVICE_TABLE(of, sun50i_cpufreq_match_list);
|
||||||
|
@ -52,12 +52,15 @@ static int tegra124_cpu_switch_to_dfll(struct tegra124_cpufreq_priv *priv)
|
|||||||
|
|
||||||
static int tegra124_cpufreq_probe(struct platform_device *pdev)
|
static int tegra124_cpufreq_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
struct device_node *np __free(device_node) = of_cpu_device_node_get(0);
|
||||||
struct tegra124_cpufreq_priv *priv;
|
struct tegra124_cpufreq_priv *priv;
|
||||||
struct device_node *np;
|
|
||||||
struct device *cpu_dev;
|
struct device *cpu_dev;
|
||||||
struct platform_device_info cpufreq_dt_devinfo = {};
|
struct platform_device_info cpufreq_dt_devinfo = {};
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
if (!np)
|
||||||
|
return -ENODEV;
|
||||||
|
|
||||||
priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL);
|
priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL);
|
||||||
if (!priv)
|
if (!priv)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
@ -66,15 +69,9 @@ static int tegra124_cpufreq_probe(struct platform_device *pdev)
|
|||||||
if (!cpu_dev)
|
if (!cpu_dev)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
np = of_cpu_device_node_get(0);
|
|
||||||
if (!np)
|
|
||||||
return -ENODEV;
|
|
||||||
|
|
||||||
priv->cpu_clk = of_clk_get_by_name(np, "cpu_g");
|
priv->cpu_clk = of_clk_get_by_name(np, "cpu_g");
|
||||||
if (IS_ERR(priv->cpu_clk)) {
|
if (IS_ERR(priv->cpu_clk))
|
||||||
ret = PTR_ERR(priv->cpu_clk);
|
return PTR_ERR(priv->cpu_clk);
|
||||||
goto out_put_np;
|
|
||||||
}
|
|
||||||
|
|
||||||
priv->dfll_clk = of_clk_get_by_name(np, "dfll");
|
priv->dfll_clk = of_clk_get_by_name(np, "dfll");
|
||||||
if (IS_ERR(priv->dfll_clk)) {
|
if (IS_ERR(priv->dfll_clk)) {
|
||||||
@ -110,8 +107,6 @@ static int tegra124_cpufreq_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
platform_set_drvdata(pdev, priv);
|
platform_set_drvdata(pdev, priv);
|
||||||
|
|
||||||
of_node_put(np);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
out_put_pllp_clk:
|
out_put_pllp_clk:
|
||||||
@ -122,8 +117,6 @@ static int tegra124_cpufreq_probe(struct platform_device *pdev)
|
|||||||
clk_put(priv->dfll_clk);
|
clk_put(priv->dfll_clk);
|
||||||
out_put_cpu_clk:
|
out_put_cpu_clk:
|
||||||
clk_put(priv->cpu_clk);
|
clk_put(priv->cpu_clk);
|
||||||
out_put_np:
|
|
||||||
of_node_put(np);
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
@ -347,12 +347,10 @@ static const struct of_device_id ti_cpufreq_of_match[] = {
|
|||||||
|
|
||||||
static const struct of_device_id *ti_cpufreq_match_node(void)
|
static const struct of_device_id *ti_cpufreq_match_node(void)
|
||||||
{
|
{
|
||||||
struct device_node *np;
|
struct device_node *np __free(device_node) = of_find_node_by_path("/");
|
||||||
const struct of_device_id *match;
|
const struct of_device_id *match;
|
||||||
|
|
||||||
np = of_find_node_by_path("/");
|
|
||||||
match = of_match_node(ti_cpufreq_of_match, np);
|
match = of_match_node(ti_cpufreq_of_match, np);
|
||||||
of_node_put(np);
|
|
||||||
|
|
||||||
return match;
|
return match;
|
||||||
}
|
}
|
||||||
|
@ -69,6 +69,7 @@ s32 arm_smccc_get_soc_id_revision(void)
|
|||||||
{
|
{
|
||||||
return smccc_soc_id_revision;
|
return smccc_soc_id_revision;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(arm_smccc_get_soc_id_revision);
|
||||||
|
|
||||||
static int __init smccc_devices_init(void)
|
static int __init smccc_devices_init(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user