[PATCH] ASoC: samsung: let device core setup the default pin configuration

Heiko Stübner heiko at sntech.de
Wed Mar 6 06:42:09 EST 2013


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.



More information about the linux-arm-kernel mailing list