mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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:
parent
132401ccab
commit
ba179ae131
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user