]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - drivers/of/platform.c
Merge tag 'devicetree-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[mirror_ubuntu-focal-kernel.git] / drivers / of / platform.c
index 918f01f26d4b9b776b5b9b2b8c988ee6dbf8d8b5..1001efaedcb8681f08f575ec80b743240dc80893 100644 (file)
@@ -184,6 +184,7 @@ static struct platform_device *of_platform_device_create_pdata(
        dev->dev.bus = &platform_bus_type;
        dev->dev.platform_data = platform_data;
        of_dma_configure(&dev->dev, dev->dev.of_node);
+       of_msi_configure(&dev->dev, dev->dev.of_node);
 
        if (of_device_add(dev) != 0) {
                of_dma_deconfigure(&dev->dev);