[PATCH 6/6] phy: da8xx-usb: drop use of syscon_regmap_lookup_by_pdevname()

2018-01-19 Thread David Lechner
This drops the use of syscon_regmap_lookup_by_pdevname() from the DA8XX USB PHY driver. There are no longer any boards that register a syscon platform device, so it is no longer needed. Signed-off-by: David Lechner --- drivers/phy/ti/phy-da8xx-usb.c | 2 -- 1 file changed,

[PATCH 6/6] phy: da8xx-usb: drop use of syscon_regmap_lookup_by_pdevname()

2018-01-19 Thread David Lechner
This drops the use of syscon_regmap_lookup_by_pdevname() from the DA8XX USB PHY driver. There are no longer any boards that register a syscon platform device, so it is no longer needed. Signed-off-by: David Lechner --- drivers/phy/ti/phy-da8xx-usb.c | 2 -- 1 file changed, 2 deletions(-) diff