Fix ICS9250-50 frequency table

This commit is contained in:
RichardG867
2020-12-03 19:39:01 -03:00
parent 8f11996ffb
commit 2e7942e84b

View File

@@ -490,10 +490,10 @@ static const ics9xxx_t ics9xxx_devices[] = {
.regs = {0x02, 0x6f, 0xff, 0xff, 0xef, 0xff, 0x06}, .regs = {0x02, 0x6f, 0xff, 0xff, 0xef, 0xff, 0x06},
.fs_regs = {{-1, -1, -1, -1}, {-1, -1, -1, -1}, {-1, -1, -1, -1}, {0, 7, 1, 7}, {0, 2, 4, 4}}, .fs_regs = {{-1, -1, -1, -1}, {-1, -1, -1, -1}, {-1, -1, -1, -1}, {0, 7, 1, 7}, {0, 2, 4, 4}},
.frequencies = { .frequencies = {
{.bus = 6667, .ram_mult = 1.5, .pci_div = 2}, [0] = {.bus = 6667, .ram_mult = 1.5, .pci_div = 2},
{.bus = 10000, .ram_mult = 1, .pci_div = 3}, [8] = {.bus = 10000, .ram_mult = 1, .pci_div = 3},
{.bus = 13333, .ram_mult = 1, .pci_div = 4}, [16] = {.bus = 13333, .ram_mult = 1, .pci_div = 4},
{.bus = 13333, .ram_mult = 0.75, .pci_div = 4} [24] = {.bus = 13333, .ram_mult = 0.75, .pci_div = 4}
} }
} }
}; };