commit | 304341fc08e93230fcb822368be9b1d0338114b3 | [log] [tgz] |
---|---|---|
author | Aswath Govindraju <a-govindraju@ti.com> | Fri Jan 28 13:41:36 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 08 11:00:03 2022 -0500 |
tree | dff7f5464313f1fef0434104682d2ef76632baaf | |
parent | 11fcd0e2a18e5d3f13511b8fa5ccc470437dbca5 [diff] |
phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clock Sierra has two PLLs, PLL_CMNLC and PLL_CMNLC1 and each of these PLLs has two inputs, plllc_refclk (input from pll0_refclk) and refrcv (input from pll1_refclk). Model PLL_CMNLC and PLL_CMNLC1 as a clock so that it's possible to select one of these two inputs from device tree. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>