Skip to content

Commit c2b46ae

Browse files
Qinxin Xiactmarinas
authored andcommitted
ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
HiSilicon HIP09A platforms using the same SMMU PMCG with HIP09 and thus suffers the same erratum. List them in the PMCG platform information list without introducing a new SMMU PMCG Model. Update the silicon-errata.rst as well. Reviewed-by: Yicong Yang <[email protected]> Acked-by: Hanjun Guo <[email protected]> Signed-off-by: Qinxin Xia <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 9223059 commit c2b46ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/arch/arm64/silicon-errata.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,9 @@ stable kernels.
255255
+----------------+-----------------+-----------------+-----------------------------+
256256
| Hisilicon | Hip08 SMMU PMCG | #162001800 | N/A |
257257
+----------------+-----------------+-----------------+-----------------------------+
258-
| Hisilicon | Hip{08,09,10,10C| #162001900 | N/A |
259-
| | ,11} SMMU PMCG | | |
258+
| Hisilicon | Hip{08,09,09A,10| #162001900 | N/A |
259+
| | ,10C,11} | | |
260+
| | SMMU PMCG | | |
260261
+----------------+-----------------+-----------------+-----------------------------+
261262
| Hisilicon | Hip09 | #162100801 | HISILICON_ERRATUM_162100801 |
262263
+----------------+-----------------+-----------------+-----------------------------+

drivers/acpi/arm64/iort.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,8 @@ static struct acpi_platform_list pmcg_plat_info[] __initdata = {
17161716
/* HiSilicon Hip09 Platform */
17171717
{"HISI ", "HIP09 ", 0, ACPI_SIG_IORT, greater_than_or_equal,
17181718
"Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},
1719+
{"HISI ", "HIP09A ", 0, ACPI_SIG_IORT, greater_than_or_equal,
1720+
"Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},
17191721
/* HiSilicon Hip10/11 Platform uses the same SMMU IP with Hip09 */
17201722
{"HISI ", "HIP10 ", 0, ACPI_SIG_IORT, greater_than_or_equal,
17211723
"Erratum #162001900", IORT_SMMU_V3_PMCG_HISI_HIP09},

0 commit comments

Comments
 (0)