diff options
| author | Mark Brown <broonie@kernel.org> | 2025-05-20 12:34:09 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-20 12:34:09 +0300 |
| commit | 831962e9d7b774d858cfeefc3848e06a2d5599df (patch) | |
| tree | c66522409bd3913a89a7ac3d37459d6bb78ee8b8 /arch/x86/kernel/cpu/amd.c | |
| parent | e4dca67b2463e6abe775876c9cb049ea5b1c8e0d (diff) | |
| parent | 5b5bf5922f4c104e4e829c0dbfdd9399b7cfc434 (diff) | |
| download | linux-831962e9d7b774d858cfeefc3848e06a2d5599df.tar.xz | |
Add sound card support for QCS9100 and QCS9075
Merge series from Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>:
This patchset adds support for sound card on Qualcomm QCS9100 and
QCS9075 boards.
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
| -rw-r--r-- | arch/x86/kernel/cpu/amd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index 2b36379ff675..4e06baab40bb 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -472,6 +472,11 @@ static void bsp_init_amd(struct cpuinfo_x86 *c) case 0x60 ... 0x7f: setup_force_cpu_cap(X86_FEATURE_ZEN5); break; + case 0x50 ... 0x5f: + case 0x90 ... 0xaf: + case 0xc0 ... 0xcf: + setup_force_cpu_cap(X86_FEATURE_ZEN6); + break; default: goto warn; } |
