mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 02:25:58 +00:00
arm64: dts: juno: Align thermal zone names with bindings
Thermal bindings require thermal zone node names to match certain patterns: | juno.dtb: thermal-zones: 'big-cluster', 'gpu0', 'gpu1', | 'little-cluster', 'pmic', 'soc' | do not match any of the regexes: | '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://lore.kernel.org/r/20231209171612.250868-1-krzysztof.kozlowski@linaro.org Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
b85ea95d08
commit
fb4d25d7a3
@ -747,7 +747,7 @@ scpi_sensors0: sensors {
|
|||||||
};
|
};
|
||||||
|
|
||||||
thermal-zones {
|
thermal-zones {
|
||||||
pmic {
|
pmic-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 0>;
|
thermal-sensors = <&scpi_sensors0 0>;
|
||||||
@ -760,7 +760,7 @@ pmic_crit0: trip0 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 3>;
|
thermal-sensors = <&scpi_sensors0 3>;
|
||||||
@ -773,28 +773,28 @@ soc_crit0: trip0 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
big_cluster_thermal_zone: big-cluster {
|
big_cluster_thermal_zone: big-cluster-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 21>;
|
thermal-sensors = <&scpi_sensors0 21>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
little_cluster_thermal_zone: little-cluster {
|
little_cluster_thermal_zone: little-cluster-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 22>;
|
thermal-sensors = <&scpi_sensors0 22>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu0_thermal_zone: gpu0 {
|
gpu0_thermal_zone: gpu0-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 23>;
|
thermal-sensors = <&scpi_sensors0 23>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu1_thermal_zone: gpu1 {
|
gpu1_thermal_zone: gpu1-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
polling-delay-passive = <100>;
|
polling-delay-passive = <100>;
|
||||||
thermal-sensors = <&scpi_sensors0 24>;
|
thermal-sensors = <&scpi_sensors0 24>;
|
||||||
|
@ -76,27 +76,27 @@ scmi_sensors0: protocol@15 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
thermal-zones {
|
thermal-zones {
|
||||||
pmic {
|
pmic-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 0>;
|
thermal-sensors = <&scmi_sensors0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 3>;
|
thermal-sensors = <&scmi_sensors0 3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
big-cluster {
|
big-cluster-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 21>;
|
thermal-sensors = <&scmi_sensors0 21>;
|
||||||
};
|
};
|
||||||
|
|
||||||
little-cluster {
|
little-cluster-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 22>;
|
thermal-sensors = <&scmi_sensors0 22>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu0 {
|
gpu0-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 23>;
|
thermal-sensors = <&scmi_sensors0 23>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpu1 {
|
gpu1-thermal {
|
||||||
thermal-sensors = <&scmi_sensors0 24>;
|
thermal-sensors = <&scmi_sensors0 24>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user