Am Mittwoch, 6. März 2013, 12:37:43 schrieb Mark Brown: > On Wed, Mar 06, 2013 at 05:25:51PM +0530, Thomas Abraham wrote: > > With device core now able to setup the default pin configuration, > > the pin configuration code based on the deprecated Samsung specific > > gpio bindings in i2s driver is removed. > > There's rather a lot of non-DT Samsung platforms... I think the real non-dt platforms won't be affected. + if (i2s_pdata->cfg_gpio && i2s_pdata->cfg_gpio(pdev)) { + dev_err(&pdev->dev, "Unable to configure gpio\n"); + ret = -EINVAL; + goto err; is still there for them. What is going away is the deprecated non-pinctrl way to setup the pins on dt platforms. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html