usb: common: of_usb_get_dr_mode to usb_get_dr_mode
By using the unified device property interface, the function can be made available for all platforms and not just the ones using DT. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:

committed by
Felipe Balbi

parent
666472733b
commit
06e7114f0d
@@ -268,7 +268,7 @@ static int st_dwc3_probe(struct platform_device *pdev)
|
||||
goto undo_softreset;
|
||||
}
|
||||
|
||||
dwc3_data->dr_mode = of_usb_get_dr_mode(child_pdev->dev.of_node);
|
||||
dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev);
|
||||
|
||||
/*
|
||||
* Configure the USB port as device or host according to the static
|
||||
|
Reference in New Issue
Block a user