commit | 5a7c1c154c1380e6fb27ac82ff2380192d879074 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Mar 18 18:38:29 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Wed Mar 19 13:17:21 2025 -0300 |
tree | 5f95de669150a7c09cafb1fa5d143aacaab28ec3 | |
parent | 8b2f125063b3dadf2fa8f89f93a7a5408d0d064f [diff] |
clk: imx6q: Properly handle imx6qp ECSPI clk_sels The ECSPI clock has the ability to select between pll3_60m and osc on the imx6qp, where it's fixed on other variants. Fix this by adding using a helper function to determine SoC variant and register the clock accordingly. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>