diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-07-01 23:07:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-08-05 11:07:10 +0300 |
commit | 3d282d5cc8a8d8ec152ff4151053da6880a246ff (patch) | |
tree | f69c853edc99639aa646d7db1b75099d1f49b20e | |
parent | cb681512722dd4a96eeb2cdfb4329b0754731563 (diff) | |
download | linux-3d282d5cc8a8d8ec152ff4151053da6880a246ff.tar.xz |
arm64: dts: imx95: add thermal_zone label
Add thermal_zone label because it may be overwrite by board level dts file.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 51a13d15d0b4..4e3e79da9b78 100644 --- a/arch/arm64/boot/dts/freescale/imx95.dtsi +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi @@ -326,7 +326,7 @@ interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>; }; - thermal-zones { + thermal_zones: thermal-zones { a55-thermal { polling-delay-passive = <250>; polling-delay = <2000>; |