Skip to content

Commit 6d9fa35

Browse files
superna9999felipebalbi
authored andcommitted
usb: dwc3: meson-g12a: get the reset as shared
In order to support the Amlogic GXL/GXM SoCs, the reset line must be handled as shared since also used by the PHYs. Reviewed-by: Martin Blumenstingl <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent 013af22 commit 6d9fa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/dwc3/dwc3-meson-g12a.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ static int dwc3_meson_g12a_probe(struct platform_device *pdev)
566566

567567
platform_set_drvdata(pdev, priv);
568568

569-
priv->reset = devm_reset_control_get(dev, NULL);
569+
priv->reset = devm_reset_control_get_shared(dev, NULL);
570570
if (IS_ERR(priv->reset)) {
571571
ret = PTR_ERR(priv->reset);
572572
dev_err(dev, "failed to get device reset, err=%d\n", ret);

0 commit comments

Comments
 (0)