arm64: dts: imx8: align thermal node names with bindings

Bindings expect thermal node names to end with '-thermal':

  imx8qxp-mek.dtb: thermal-zones: 'pmic-thermal0' does 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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2023-03-12 21:13:35 +01:00 committed by Shawn Guo
parent 132401ccab
commit ba179ae131
3 changed files with 3 additions and 3 deletions

View File

@ -276,7 +276,7 @@ &lsio_gpio5 {
};
&thermal_zones {
pmic-thermal0 {
pmic-thermal {
polling-delay-passive = <250>;
polling-delay = <2000>;
thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;

View File

@ -188,7 +188,7 @@ timer {
};
thermal_zones: thermal-zones {
cpu-thermal0 {
cpu-thermal {
polling-delay-passive = <250>;
polling-delay = <2000>;
thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;

View File

@ -148,7 +148,7 @@ &scu_key {
};
&thermal_zones {
pmic-thermal0 {
pmic-thermal {
polling-delay-passive = <250>;
polling-delay = <2000>;
thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;