diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-03-12 23:13:35 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-14 10:47:54 +0300 |
commit | ba179ae131c9f998709fc6887ad0f875f23d393a (patch) | |
tree | f1bade6d18338abb6e1a56a0ac7c40f4442f5f47 /arch/arm64/boot/dts/freescale/imx8dxl.dtsi | |
parent | 132401ccab235150bcbf25bfc704eb8b84908707 (diff) | |
download | linux-ba179ae131c9f998709fc6887ad0f875f23d393a.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8dxl.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 214f21bd0cb4..97d7df0813a5 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -188,7 +188,7 @@ }; thermal_zones: thermal-zones { - cpu-thermal0 { + cpu-thermal { polling-delay-passive = <250>; polling-delay = <2000>; thermal-sensors = <&tsens IMX_SC_R_SYSTEM>; |