Skip to content

Commit 002adda

Browse files
qzedij-intel
authored andcommitted
platform/surface: aggregator_registry: Add fan and thermal sensor support for Surface Laptop 5
The EC on the Surface Laptop 5 exposes the fan interface. With the recently introduced driver for it, we can now also enable it here. In addition, also enable the thermal sensor interface. Signed-off-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 28d04b4 commit 002adda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ static const struct software_node *ssam_node_group_sl5[] = {
265265
&ssam_node_root,
266266
&ssam_node_bat_ac,
267267
&ssam_node_bat_main,
268-
&ssam_node_tmp_perf_profile,
268+
&ssam_node_tmp_perf_profile_with_fan,
269+
&ssam_node_tmp_sensors,
270+
&ssam_node_fan_speed,
269271
&ssam_node_hid_main_keyboard,
270272
&ssam_node_hid_main_touchpad,
271273
&ssam_node_hid_main_iid5,

0 commit comments

Comments
 (0)