Skip to content

Commit 8293c8a

Browse files
author
Lee Jones
committed
phy: miphy28lp: Inform the reset framework that our reset line may be shared
On the STiH410 B2120 development board the MiPHY28lp shares its reset line with the Synopsys DWC3 SuperSpeed (SS) USB 3.0 Dual-Role-Device (DRD). New functionality in the reset subsystems forces consumers to be explicit when requesting shared/exclusive reset lines. Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent ba4a1c2 commit 8293c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/phy/phy-miphy28lp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,8 @@ static int miphy28lp_probe_resets(struct device_node *node,
11431143
struct miphy28lp_dev *miphy_dev = miphy_phy->phydev;
11441144
int err;
11451145

1146-
miphy_phy->miphy_rst = of_reset_control_get(node, "miphy-sw-rst");
1146+
miphy_phy->miphy_rst =
1147+
of_reset_control_get_shared(node, "miphy-sw-rst");
11471148

11481149
if (IS_ERR(miphy_phy->miphy_rst)) {
11491150
dev_err(miphy_dev->dev,

0 commit comments

Comments
 (0)