mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
phy: cadence: Sierra: Get reset control "array" for each link
A link may have multiple lanes each with a separate reset. Get reset control "array" in order to reset all the lanes associated with the link. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
871002d788
commit
b872936f57
@ -499,7 +499,7 @@ static int cdns_sierra_phy_probe(struct platform_device *pdev)
|
||||
struct phy *gphy;
|
||||
|
||||
sp->phys[node].lnk_rst =
|
||||
of_reset_control_get_exclusive_by_index(child, 0);
|
||||
of_reset_control_array_get_exclusive(child);
|
||||
|
||||
if (IS_ERR(sp->phys[node].lnk_rst)) {
|
||||
dev_err(dev, "failed to get reset %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user