Skip to content

Commit 1fdfe33

Browse files
pelwellpopcornmix
authored andcommitted
overlays: rpi-poe-plus: Improve the cooling levels
The PoE HAT cooling levels are not well suited for the PoE+ HAT - the fan fails to come on until the temperature reaches the third trip point (50C). Give the rpi-poe-plus overlay a different set of cooling levels - 0 32 64 128 255, as suggested by @chris-kai-in. See: raspberrypi/firmware#1607 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent d411aaa commit 1fdfe33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/overlays/rpi-poe-plus-overlay.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@
1717
};
1818
};
1919
};
20+
21+
&fan0 {
22+
cooling-levels = <0 32 64 128 255>;
23+
};

0 commit comments

Comments
 (0)