[PATCH v3 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi

Raphael Gallais-Pou posted 2 patches 1 year, 10 months ago
[PATCH v3 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
Posted by Raphael Gallais-Pou 1 year, 10 months ago
"#thermal-sensor-cells" is required and missing in thermal nodes.
Add it.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 arch/arm/boot/dts/st/stih410.dtsi | 1 +
 arch/arm/boot/dts/st/stih418.dtsi | 1 +
 2 files changed, 2 insertions(+)

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 @@ thermal@91a0000 {
 			clock-names = "thermal";
 			clocks = <&clk_sysin>;
 			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+			#thermal-sensor-cells = <0>;
 		};
 
 		cec@94a087c {
diff --git a/arch/arm/boot/dts/st/stih418.dtsi b/arch/arm/boot/dts/st/stih418.dtsi
index b35b9b7a7ccc..0f0db988a907 100644
--- a/arch/arm/boot/dts/st/stih418.dtsi
+++ b/arch/arm/boot/dts/st/stih418.dtsi
@@ -113,6 +113,7 @@ thermal@91a0000 {
 			clock-names = "thermal";
 			clocks = <&clk_sysin>;
 			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+			#thermal-sensor-cells = <0>;
 		};
 	};
 };

-- 
2.44.0
Re: [PATCH v3 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
Posted by Patrice CHOTARD 1 year, 7 months ago

On 3/20/24 22:33, Raphael Gallais-Pou wrote:
> "#thermal-sensor-cells" is required and missing in thermal nodes.
> Add it.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>  arch/arm/boot/dts/st/stih410.dtsi | 1 +
>  arch/arm/boot/dts/st/stih418.dtsi | 1 +
>  2 files changed, 2 insertions(+)
> 
> 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 @@ thermal@91a0000 {
>  			clock-names = "thermal";
>  			clocks = <&clk_sysin>;
>  			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
> +			#thermal-sensor-cells = <0>;
>  		};
>  
>  		cec@94a087c {
> diff --git a/arch/arm/boot/dts/st/stih418.dtsi b/arch/arm/boot/dts/st/stih418.dtsi
> index b35b9b7a7ccc..0f0db988a907 100644
> --- a/arch/arm/boot/dts/st/stih418.dtsi
> +++ b/arch/arm/boot/dts/st/stih418.dtsi
> @@ -113,6 +113,7 @@ thermal@91a0000 {
>  			clock-names = "thermal";
>  			clocks = <&clk_sysin>;
>  			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
> +			#thermal-sensor-cells = <0>;
>  		};
>  	};
>  };
> 

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Re: [PATCH v3 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi
Posted by Raphaël Gallais-Pou 1 year, 8 months ago
Hi Patrice,

Gentle ping on this one. :)

Regards,
Raphaël

Le 20/03/2024 à 22:33, Raphael Gallais-Pou a écrit :
> "#thermal-sensor-cells" is required and missing in thermal nodes.
> Add it.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> ---
>   arch/arm/boot/dts/st/stih410.dtsi | 1 +
>   arch/arm/boot/dts/st/stih418.dtsi | 1 +
>   2 files changed, 2 insertions(+)
> 
> 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 @@ thermal@91a0000 {
>   			clock-names = "thermal";
>   			clocks = <&clk_sysin>;
>   			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
> +			#thermal-sensor-cells = <0>;
>   		};
>   
>   		cec@94a087c {
> diff --git a/arch/arm/boot/dts/st/stih418.dtsi b/arch/arm/boot/dts/st/stih418.dtsi
> index b35b9b7a7ccc..0f0db988a907 100644
> --- a/arch/arm/boot/dts/st/stih418.dtsi
> +++ b/arch/arm/boot/dts/st/stih418.dtsi
> @@ -113,6 +113,7 @@ thermal@91a0000 {
>   			clock-names = "thermal";
>   			clocks = <&clk_sysin>;
>   			interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
> +			#thermal-sensor-cells = <0>;
>   		};
>   	};
>   };
>