提交 4dbe4845 编写于 作者: J Junhao He 提交者: Zheng Zengkai

coresight: ete: Add acpi match id for Hip09

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

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

Add the acpi match id for Hip09 ETE
Signed-off-by: NJunhao He <hejunhao3@huawei.com>
Reviewed-by: NLing Mingqiang <lingmingqiang@huawei.com>
Reviewed-by: NYicong Yang <yangyicong@huawei.com>
Reviewed-by: NXiongfeng Wang <wangxiongfeng2@huawei.com>
Reviewed-by: NYang Shen <shenyang39@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 c910b99c
......@@ -2140,12 +2140,19 @@ 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,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册