Skip to content

Commit 7cbc1fa

Browse files
committed
Add fan to the SP9 registry.
1 parent 593ced7 commit 7cbc1fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ static const struct software_node ssam_node_tmp_pprof = {
7474
.parent = &ssam_node_root,
7575
};
7676

77+
/* Fan control system. */
78+
static const struct software_node ssam_node_fan = {
79+
.name = "ssam:01:05:01:01:00",
80+
.parent = &ssam_node_root,
81+
};
82+
7783
/* Tablet-mode switch via KIP subsystem. */
7884
static const struct software_node ssam_node_kip_tablet_switch = {
7985
.name = "ssam:01:0e:01:00:01",
@@ -319,6 +325,7 @@ static const struct software_node *ssam_node_group_sp9[] = {
319325
&ssam_node_bat_ac,
320326
&ssam_node_bat_main,
321327
&ssam_node_tmp_pprof,
328+
&ssam_node_fan,
322329
&ssam_node_pos_tablet_switch,
323330
&ssam_node_hid_kip_keyboard,
324331
&ssam_node_hid_kip_penstash,

0 commit comments

Comments
 (0)