net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call

Drop pinctrl_pm_select_default_state call from probe as default
pinctrl state is set by DD core.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Grygorii Strashko 2019-04-26 20:12:28 +03:00 committed by David S. Miller
parent c8fb566875
commit 56bf8a5df3
1 changed files with 0 additions and 3 deletions

View File

@ -3507,9 +3507,6 @@ static int cpsw_probe(struct platform_device *pdev)
*/
pm_runtime_enable(dev);
/* Select default pin state */
pinctrl_pm_select_default_state(dev);
/* Need to enable clocks with runtime PM api to access module
* registers
*/