diff options
Diffstat (limited to 'arch/powerpc/kernel/dt_cpu_ftrs.c')
-rw-r--r-- | arch/powerpc/kernel/dt_cpu_ftrs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/dt_cpu_ftrs.c b/arch/powerpc/kernel/dt_cpu_ftrs.c index 96dd3d871986..f432054234a4 100644 --- a/arch/powerpc/kernel/dt_cpu_ftrs.c +++ b/arch/powerpc/kernel/dt_cpu_ftrs.c | |||
@@ -701,9 +701,7 @@ static __init void cpufeatures_cpu_quirks(void) | |||
701 | /* | 701 | /* |
702 | * Not all quirks can be derived from the cpufeatures device tree. | 702 | * Not all quirks can be derived from the cpufeatures device tree. |
703 | */ | 703 | */ |
704 | if ((version & 0xffffff00) == 0x004e0100) | 704 | if ((version & 0xffffefff) == 0x004e0200) |
705 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD1; | ||
706 | else if ((version & 0xffffefff) == 0x004e0200) | ||
707 | ; /* DD2.0 has no feature flag */ | 705 | ; /* DD2.0 has no feature flag */ |
708 | else if ((version & 0xffffefff) == 0x004e0201) | 706 | else if ((version & 0xffffefff) == 0x004e0201) |
709 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD2_1; | 707 | cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD2_1; |