linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: armada-ap807: update thermal compatible
@ 2024-02-08  8:14 Stefan Eichenberger
  2024-02-08 15:08 ` Andrew Lunn
  2024-02-27 16:42 ` Gregory CLEMENT
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Eichenberger @ 2024-02-08  8:14 UTC (permalink / raw)
  To: andrew, gregory.clement, sebastian.hesselbarth, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, Alex Leibovich,
	Stefan Chulski, Russell King

From: Alex Leibovich <alexl@marvell.com>

Use the correct thermal coefficients for the Armada AP807 dies.

Signed-off-by: Alex Leibovich <alexl@marvell.com>
Reviewed-by: Stefan Chulski <stefanc@marvell.com>
Tested-by: Stefan Chulski <stefanc@marvell.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Stefan Eichenberger <eichest@gmail.com>
---
Changes in v2:
- Added me as last signed-off-by
- Besides that it is the third patch of this series:
https://lore.kernel.org/all/ZIxMYXDCTB7IvsDk@shell.armlinux.org.uk/
- The first two patches in the series are already applied
---
 arch/arm64/boot/dts/marvell/armada-ap807.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
index 4a23f65d475f..a3328d05fc94 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
@@ -33,3 +33,6 @@ &ap_sdhci0 {
 		     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
 };
 
+&ap_thermal {
+	compatible = "marvell,armada-ap807-thermal";
+};
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: armada-ap807: update thermal compatible
  2024-02-08  8:14 [PATCH v2] arm64: dts: armada-ap807: update thermal compatible Stefan Eichenberger
@ 2024-02-08 15:08 ` Andrew Lunn
  2024-02-27 16:42 ` Gregory CLEMENT
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2024-02-08 15:08 UTC (permalink / raw)
  To: Stefan Eichenberger
  Cc: gregory.clement, sebastian.hesselbarth, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, linux-arm-kernel, devicetree,
	linux-kernel, Alex Leibovich, Stefan Chulski, Russell King

On Thu, Feb 08, 2024 at 09:14:13AM +0100, Stefan Eichenberger wrote:
> From: Alex Leibovich <alexl@marvell.com>
> 
> Use the correct thermal coefficients for the Armada AP807 dies.
> 
> Signed-off-by: Alex Leibovich <alexl@marvell.com>
> Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> Tested-by: Stefan Chulski <stefanc@marvell.com>
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> Signed-off-by: Stefan Eichenberger <eichest@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] arm64: dts: armada-ap807: update thermal compatible
  2024-02-08  8:14 [PATCH v2] arm64: dts: armada-ap807: update thermal compatible Stefan Eichenberger
  2024-02-08 15:08 ` Andrew Lunn
@ 2024-02-27 16:42 ` Gregory CLEMENT
  1 sibling, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2024-02-27 16:42 UTC (permalink / raw)
  To: Stefan Eichenberger, andrew, sebastian.hesselbarth, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, Alex Leibovich,
	Stefan Chulski, Russell King

Hi Stefan Eichenberger,

> From: Alex Leibovich <alexl@marvell.com>
>
> Use the correct thermal coefficients for the Armada AP807 dies.
>
> Signed-off-by: Alex Leibovich <alexl@marvell.com>
> Reviewed-by: Stefan Chulski <stefanc@marvell.com>
> Tested-by: Stefan Chulski <stefanc@marvell.com>
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> Signed-off-by: Stefan Eichenberger <eichest@gmail.com>


Applied on mvebu/dt64

Thanks,

Gregory

> ---
> Changes in v2:
> - Added me as last signed-off-by
> - Besides that it is the third patch of this series:
> https://lore.kernel.org/all/ZIxMYXDCTB7IvsDk@shell.armlinux.org.uk/
> - The first two patches in the series are already applied
> ---
>  arch/arm64/boot/dts/marvell/armada-ap807.dtsi | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> index 4a23f65d475f..a3328d05fc94 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap807.dtsi
> @@ -33,3 +33,6 @@ &ap_sdhci0 {
>  		     "marvell,armada-ap806-sdhci"; /* Backward compatibility */
>  };
>  
> +&ap_thermal {
> +	compatible = "marvell,armada-ap807-thermal";
> +};
> -- 
> 2.40.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-27 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08  8:14 [PATCH v2] arm64: dts: armada-ap807: update thermal compatible Stefan Eichenberger
2024-02-08 15:08 ` Andrew Lunn
2024-02-27 16:42 ` Gregory CLEMENT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).