commit | f01608fc9fbe96932ae76269eaf64a2b9200d311 | [log] [tgz] |
---|---|---|
author | Aswath Govindraju <a-govindraju@ti.com> | Fri Jan 28 13:41:50 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 11:00:04 2022 -0500 |
tree | 6c39160b669789e81bb1284c8f8ab4908ee305ab | |
parent | e51f3e57ae0cc6ef29925c1aa83bdc2f06e91f85 [diff] |
phy: cadence: Sierra: Add support for skipping configuration In some cases, a single SerDes instance can be shared between two different processors, each using a separate link. In these cases, the SerDes configuration is done in an earlier boot stage. Therefore, add support to skip reconfiguring, if it is was already configured beforehand. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>