commit | 1ff2b71624791afc9f708dd03d734a76980495d4 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Fri Jan 28 13:41:29 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 11:00:03 2022 -0500 |
tree | a8d39fff038329f0a51b920711ecd4f51021e691 | |
parent | a36662621ebd2644dbc4658286e5d2b3b8c9fa1f [diff] |
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>