Commit 1595b7ed authored by Junhao He's avatar Junhao He
Browse files

Revert "coresight: ete: Add acpi match id for Hip09"

driver inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I89TNS


CVE: NA

----------------------------------------------------------------------

The mainline`s patch [1] Add ACPI support for ARM ETE, So revert
the private patch.

[1]: 3a2888aa "coresight: etm4x: Add ACPI support in platform driver"

This reverts commit 4dbe4845.

Signed-off-by: default avatarJunhao He <hejunhao3@huawei.com>
parent 3e491e57
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2157,19 +2157,12 @@ static const struct of_device_id etm4_sysreg_match[] = {
	{}
};

static const struct acpi_device_id static_ete_ids[] = {
	{"HISI0461", 0},
	{}
};
MODULE_DEVICE_TABLE(acpi, static_ete_ids);

static struct platform_driver etm4_platform_driver = {
	.probe		= etm4_probe_platform_dev,
	.remove		= etm4_remove_platform_dev,
	.driver			= {
		.name			= "coresight-etm4x",
		.of_match_table		= etm4_sysreg_match,
		.acpi_match_table       = static_ete_ids,
		.suppress_bind_attrs	= true,
	},
};