]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
platform/surface: aggregator_registry: Add Support for Surface Pro 11
authorLukas Hetzenecker <lukas@hetzenecker.me>
Mon, 10 Mar 2025 23:28:03 +0000 (00:28 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 11 Mar 2025 15:25:16 +0000 (17:25 +0200)
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>
drivers/platform/surface/surface_aggregator_registry.c

index d4f32ad6653054c220d18966498c87bb813beb0b..a594d5fcfcfd1cf1f24141b82ebb7b3a37383774 100644 (file)
@@ -371,7 +371,7 @@ static const struct software_node *ssam_node_group_sp8[] = {
        NULL,
 };
 
-/* Devices for Surface Pro 9 (Intel/x86) and 10 */
+/* Devices for Surface Pro 9, 10 and 11 (Intel/x86) */
 static const struct software_node *ssam_node_group_sp9[] = {
        &ssam_node_root,
        &ssam_node_hub_kip,
@@ -430,6 +430,9 @@ static const struct acpi_device_id ssam_platform_hub_acpi_match[] = {
        /* Surface Pro 10 */
        { "MSHW0510", (unsigned long)ssam_node_group_sp9 },
 
+       /* Surface Pro 11 */
+       { "MSHW0583", (unsigned long)ssam_node_group_sp9 },
+
        /* Surface Book 2 */
        { "MSHW0107", (unsigned long)ssam_node_group_gen5 },