Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/surface: aggregator_registry: Add Support for Surface Pro 11

Add SAM client device nodes for the Surface Pro 11 (Intel).
Like with the Surface Pro 10 already, the node group
is compatible, so it can be reused.

Signed-off-by: Lukas Hetzenecker <lukas@hetzenecker.me>
Link: https://lore.kernel.org/r/20250310232803.23691-1-lukas@hetzenecker.me
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Lukas Hetzenecker and committed by
Ilpo Järvinen
a05507ce 5b1122fc

+4 -1
+4 -1
drivers/platform/surface/surface_aggregator_registry.c
··· 371 371 NULL, 372 372 }; 373 373 374 - /* Devices for Surface Pro 9 (Intel/x86) and 10 */ 374 + /* Devices for Surface Pro 9, 10 and 11 (Intel/x86) */ 375 375 static const struct software_node *ssam_node_group_sp9[] = { 376 376 &ssam_node_root, 377 377 &ssam_node_hub_kip, ··· 429 429 430 430 /* Surface Pro 10 */ 431 431 { "MSHW0510", (unsigned long)ssam_node_group_sp9 }, 432 + 433 + /* Surface Pro 11 */ 434 + { "MSHW0583", (unsigned long)ssam_node_group_sp9 }, 432 435 433 436 /* Surface Book 2 */ 434 437 { "MSHW0107", (unsigned long)ssam_node_group_gen5 },