Skip to content

Commit

Permalink
net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state call
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grygorii Strashko authored and David S. Miller committed Apr 27, 2019
1 parent c8fb566 commit 56bf8a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/ethernet/ti/cpsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 56bf8a5

Please sign in to comment.