]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: cadence: Sierra: Fix PHY power_on sequence
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 28 Jan 2022 08:11:29 +0000 (13:41 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 8 Feb 2022 16:00:03 +0000 (11:00 -0500)
commit67703eed11fecc425857078e35779b9db6c62066
treea8d39fff038329f0a51b920711ecd4f51021e691
parent8686669bd9bfccf4d89949433d3ea5b606e01b81
phy: cadence: Sierra: Fix PHY power_on sequence

Commit 39b823381d9d ("phy: cadence: Add driver for Sierra PHY")
de-asserts PHY_RESET even before the configurations are loaded in
phy_init(). However PHY_RESET should be de-asserted only after
all the configurations has been initialized, instead of de-asserting
in probe. Fix it here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/phy/cadence/phy-cadence-sierra.c