diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c index 403b15b894..c7e847d314 100644 --- a/src/soc/amd/picasso/cpu.c +++ b/src/soc/amd/picasso/cpu.c @@ -129,6 +129,7 @@ static struct device_operations cpu_dev_ops = { static struct cpu_device_id cpu_table[] = { { X86_VENDOR_AMD, 0x810f80 }, { X86_VENDOR_AMD, 0x810f81 }, + { X86_VENDOR_AMD, 0x820f01 }, { 0, 0 }, }; |