Unverified Commit c4a06909 authored by Dale Whinham's avatar Dale Whinham Committed by Ilpo Järvinen
Browse files

platform/surface: aggregator_registry: Add Surface Pro 11 (QCOM)

parent 7b0a5195
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -406,6 +406,22 @@ static const struct software_node *ssam_node_group_sp9_5g[] = {
	NULL,
};

/* Devices for Surface Pro 11 (ARM/QCOM) */
static const struct software_node *ssam_node_group_sp11[] = {
	&ssam_node_root,
	&ssam_node_hub_kip,
	&ssam_node_bat_ac,
	&ssam_node_bat_main,
	&ssam_node_tmp_sensors,
	&ssam_node_hid_kip_keyboard,
	&ssam_node_hid_kip_penstash,
	&ssam_node_hid_kip_touchpad,
	&ssam_node_hid_kip_fwupd,
	&ssam_node_hid_sam_sensors,
	&ssam_node_kip_tablet_switch,
	NULL,
};

/* -- SSAM platform/meta-hub driver. ---------------------------------------- */

static const struct acpi_device_id ssam_platform_hub_acpi_match[] = {
@@ -482,6 +498,8 @@ MODULE_DEVICE_TABLE(acpi, ssam_platform_hub_acpi_match);
static const struct of_device_id ssam_platform_hub_of_match[] __maybe_unused = {
	/* Surface Pro 9 5G (ARM/QCOM) */
	{ .compatible = "microsoft,arcata", (void *)ssam_node_group_sp9_5g },
	/* Surface Pro 11 (ARM/QCOM) */
	{ .compatible = "microsoft,denali", (void *)ssam_node_group_sp11 },
	/* Surface Laptop 7 */
	{ .compatible = "microsoft,romulus13", (void *)ssam_node_group_sl7 },
	{ .compatible = "microsoft,romulus15", (void *)ssam_node_group_sl7 },