mbox series

[v3,0/4] Add mt7986 thermal

Message ID 20230530201235.22330-1-linux@fw-web.de (mailing list archive)
Headers show
Series Add mt7986 thermal | expand

Message

Frank Wunderlich May 30, 2023, 8:12 p.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

This series add thermal related devicetree-nodes and necessary
dt-bindings.

I left pwm-fan for r3 for now as i cannot test this completely due to
missing 2 pin-jack and 3v3 pwm-level which my fan cannot handle (starts
spinning at ~3V). Only checked voltage of pwm there.

changes in v3:
- efuse compatibles into one line

changes in v2:
- drop highest 2 trip points as they are not yet used
- leave already applied patches

Daniel Golle (3):
  arm64: dts: mt7986: add thermal and efuse
  arm64: dts: mt7986: add thermal-zones
  arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts

Frank Wunderlich (1):
  dt-bindings: nvmem: mediatek: efuse: add support for mt7986

 .../bindings/nvmem/mediatek,efuse.yaml        |  1 +
 .../dts/mediatek/mt7986a-bananapi-bpi-r3.dts  | 31 ++++++++++
 arch/arm64/boot/dts/mediatek/mt7986a.dtsi     | 62 +++++++++++++++++++
 3 files changed, 94 insertions(+)

Comments

Srinivas Kandagatla May 31, 2023, 1:44 p.m. UTC | #1
On Tue, 30 May 2023 22:12:31 +0200, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
> 
> This series add thermal related devicetree-nodes and necessary
> dt-bindings.
> 
> I left pwm-fan for r3 for now as i cannot test this completely due to
> missing 2 pin-jack and 3v3 pwm-level which my fan cannot handle (starts
> spinning at ~3V). Only checked voltage of pwm there.
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: nvmem: mediatek: efuse: add support for mt7986
      commit: 05f53e3c22a71ed53e0e88432c3db31f2d27e6e1

Best regards,
Matthias Brugger June 9, 2023, 2:39 p.m. UTC | #2
On 30/05/2023 22:12, Frank Wunderlich wrote:
> From: Frank Wunderlich <frank-w@public-files.de>
> 
> This series add thermal related devicetree-nodes and necessary
> dt-bindings.
> 
> I left pwm-fan for r3 for now as i cannot test this completely due to
> missing 2 pin-jack and 3v3 pwm-level which my fan cannot handle (starts
> spinning at ~3V). Only checked voltage of pwm there.
> 
> changes in v3:
> - efuse compatibles into one line
> 
> changes in v2:
> - drop highest 2 trip points as they are not yet used
> - leave already applied patches
> 
> Daniel Golle (3):
>    arm64: dts: mt7986: add thermal and efuse
>    arm64: dts: mt7986: add thermal-zones
>    arm64: dts: mt7986: add pwm-fan and cooling-maps to BPI-R3 dts
> 
> Frank Wunderlich (1):
>    dt-bindings: nvmem: mediatek: efuse: add support for mt7986
> 
>   .../bindings/nvmem/mediatek,efuse.yaml        |  1 +
>   .../dts/mediatek/mt7986a-bananapi-bpi-r3.dts  | 31 ++++++++++
>   arch/arm64/boot/dts/mediatek/mt7986a.dtsi     | 62 +++++++++++++++++++
>   3 files changed, 94 insertions(+)
> 

Applied 2-4, thanks!