Xiubo Li wrote:
+       res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
+       sai->base = devm_ioremap_resource(&pdev->dev, res);

Why not use of_iomap()?
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to