|
@@ -839,10 +839,10 @@ static int cx23885_dev_setup(struct cx23885_dev *dev)
|
|
|
|
|
|
/* Configure the internal memory */
|
|
|
if (dev->pci->device == 0x8880) {
|
|
|
- /* Could be 887 or 888, assume a default */
|
|
|
- dev->bridge = CX23885_BRIDGE_887;
|
|
|
+ /* Could be 887 or 888, assume an 888 default */
|
|
|
+ dev->bridge = CX23885_BRIDGE_888;
|
|
|
/* Apply a sensible clock frequency for the PCIe bridge */
|
|
|
- dev->clk_freq = 25000000;
|
|
|
+ dev->clk_freq = 50000000;
|
|
|
dev->sram_channels = cx23887_sram_channels;
|
|
|
} else
|
|
|
if (dev->pci->device == 0x8852) {
|