Add Lucienne support

Thanks Lukas Stockner!
This commit is contained in:
Anthony Wang 2022-11-03 21:24:08 -04:00
parent c36a86c64b
commit c176fdb0d5
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -643,6 +643,7 @@ static int zenpower_probe(struct pci_dev *pdev, const struct pci_device_id *id)
break;
case 0x60: // Zen2 APU
case 0x68: // Zen2 Lucienne
if (!zen1_calc) {
data->zen2 = true;
dev_info(dev, "Using ZEN2 calculation formula.\n");