Skip to content

Commit e00482b

Browse files
gopi487krishnaarndb
authored andcommitted
ARM: dts: st: spear: remove undocumented thermal_flags property
spear13xx.dtsi defines a thermal_flags property in spear thermal sensor node which is both unused in kernel and undocumented in spear thermal sensor's binding. There were no dtbs_check warnings associated with this property as the underlying spear thermal binding was not converted to DTSchema. Most likely st,thermal-flags is a misspelling of thermal_flags in spear13xx.dtsi. Since both st/spear1310.dtsi and st/spear1340.dtsi define st,thermal-flags property in spear thermal sensor node, we can safely remove this property from spear13xx.dtsi. Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20260329123449.309814-3-krishnagopi487@gmail.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 0a1f536 commit e00482b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/boot/dts/st/spear13xx.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@
332332
thermal@e07008c4 {
333333
compatible = "st,thermal-spear1340";
334334
reg = <0xe07008c4 0x4>;
335-
thermal_flags = <0x7000>;
336335
};
337336
};
338337
};

0 commit comments

Comments
 (0)