|
@@ -93,6 +93,11 @@ int rt2x00soc_probe(struct platform_device *pdev,
|
|
|
rt2x00dev->irq = platform_get_irq(pdev, 0);
|
|
|
rt2x00dev->name = pdev->dev.driver->name;
|
|
|
|
|
|
+ /*
|
|
|
+ * SoC devices mimic PCI behavior.
|
|
|
+ */
|
|
|
+ rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_PCI);
|
|
|
+
|
|
|
rt2x00_set_chip_rt(rt2x00dev, chipset);
|
|
|
|
|
|
retval = rt2x00soc_alloc_reg(rt2x00dev);
|