Commit 0bbe5606 authored by Qizhi Zhang's avatar Qizhi Zhang Committed by zhangyuyang
Browse files

Revert "perf: Add PMCG platform information for HiSilicon HIP09A"

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


CVE: NA

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

This reverts commit 417fd72b.

Signed-off-by: default avatarQizhi Zhang <zhangqizhi3@h-partners.com>
parent 31c4fffa
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -244,9 +244,8 @@ stable kernels.
+----------------+-----------------+-----------------+-----------------------------+
| Hisilicon      | Hip08 SMMU PMCG | #162001800      | N/A                         |
+----------------+-----------------+-----------------+-----------------------------+
| Hisilicon      | Hip{08,09,09A,  | #162001900      | N/A                         |
|                | 10,10C,11}      |                 |                             |
|                | SMMU PMCG       |                 |                             |
| Hisilicon      | Hip{08,09,10,10C| #162001900      | N/A                         |
|                | ,11} SMMU PMCG  |                 |                             |
+----------------+-----------------+-----------------+-----------------------------+
| Hisilicon      | LINXICORE9100   | #162100125      | HISILICON_ERRATUM_162100125 |
+----------------+-----------------+-----------------+-----------------------------+
+0 −2
Original line number Diff line number Diff line
@@ -1725,8 +1725,6 @@ static struct acpi_platform_list pmcg_plat_info[] __initdata = {
	/* HiSilicon Hip09 Platform */
	{"HISI  ", "HIP09   ", 0, ACPI_SIG_IORT, greater_than_or_equal,
	 "Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},
	{"HISI  ", "HIP09A   ", 0, ACPI_SIG_IORT, greater_than_or_equal,
	 "Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},
	/* HiSilicon Hip10/11 Platform uses the same SMMU IP with Hip09 */
	{"HISI  ", "HIP10   ", 0, ACPI_SIG_IORT, greater_than_or_equal,
	 "Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},