mbox series

[0/2] Thermal support for BCM74110

Message ID 20250116193842.758788-1-florian.fainelli@broadcom.com
Headers show
Series Thermal support for BCM74110 | expand

Message

Florian Fainelli Jan. 16, 2025, 7:38 p.m. UTC
This small patch series updates the existing brcmstb_thermal driver to
support the BCM74110 chip which uses a different process node requiring
an update to the thermal equation.

Florian Fainelli (2):
  dt-bindings: thermal: Update for BCM74110
  thermal: brcmstb_thermal: Add support for BCM74110

 .../devicetree/bindings/thermal/brcm,avs-tmon.yaml    |  1 +
 drivers/thermal/broadcom/brcmstb_thermal.c            | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Daniel Lezcano Feb. 11, 2025, 8:53 a.m. UTC | #1
On 16/01/2025 20:38, Florian Fainelli wrote:
> This small patch series updates the existing brcmstb_thermal driver to
> support the BCM74110 chip which uses a different process node requiring
> an update to the thermal equation.
> 
> Florian Fainelli (2):
>    dt-bindings: thermal: Update for BCM74110
>    thermal: brcmstb_thermal: Add support for BCM74110
> 
>   .../devicetree/bindings/thermal/brcm,avs-tmon.yaml    |  1 +
>   drivers/thermal/broadcom/brcmstb_thermal.c            | 11 +++++++++--
>   2 files changed, 10 insertions(+), 2 deletions(-)
> 

Applied, thanks

   -- D.