|
@@ -246,6 +246,8 @@ static int rt288x_pci_probe(struct platform_device *pdev)
|
|
rt2880_pci_write_u32(PCI_BASE_ADDRESS_0, 0x08000000);
|
|
rt2880_pci_write_u32(PCI_BASE_ADDRESS_0, 0x08000000);
|
|
(void) rt2880_pci_read_u32(PCI_BASE_ADDRESS_0);
|
|
(void) rt2880_pci_read_u32(PCI_BASE_ADDRESS_0);
|
|
|
|
|
|
|
|
+ rt2880_pci_controller.of_node = pdev->dev.of_node;
|
|
|
|
+
|
|
register_pci_controller(&rt2880_pci_controller);
|
|
register_pci_controller(&rt2880_pci_controller);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|