diff options
author | Raphael Gallais-Pou <rgallaispou@gmail.com> | 2024-03-21 00:33:49 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2024-06-28 11:16:57 +0300 |
commit | e00d100a94a15531eec0caf2dddfeec439690097 (patch) | |
tree | 88a59803fac5dec24c589829be13d7e9c97124ad /arch/arm/boot/dts/st/stih410.dtsi | |
parent | 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 (diff) | |
download | linux-e00d100a94a15531eec0caf2dddfeec439690097.tar.xz |
ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
"#thermal-sensor-cells" is required and missing in thermal nodes.
Add it.
Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/st/stih410.dtsi')
-rw-r--r-- | arch/arm/boot/dts/st/stih410.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stih410.dtsi b/arch/arm/boot/dts/st/stih410.dtsi index 29e95e9d3229..a69231854f78 100644 --- a/arch/arm/boot/dts/st/stih410.dtsi +++ b/arch/arm/boot/dts/st/stih410.dtsi @@ -270,6 +270,7 @@ clock-names = "thermal"; clocks = <&clk_sysin>; interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>; + #thermal-sensor-cells = <0>; }; cec@94a087c { |