commit | c877c74c39a300a05ba808fabeb0f24bd50204ad | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed May 22 10:04:19 2024 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Jun 11 11:45:38 2024 +0200 |
tree | 0f6584cdf1da166a75c542d0b58a9d4711bb579a | |
parent | ea1064cd3024eb01b7347028a3c73c0d11fac001 [diff] |
fix(st-clock): display proper PLL number for STM32MP13 The PLL clk_id does not start at 0, but it is in the enum listing all clocks. To have a better display of the PLL number, start at PLL1, by changing pll->clk_id in messages with pll->clk_id - _CK_PLL1 + 1. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Change-Id: Ic09195ae6fe5f8d3a87e69962425f7c826f3670b