commit | b8fe48b6f2b07fce49363cb3c0f8dac9e286439b | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@st.com> | Thu Dec 19 10:03:23 2019 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Oct 06 10:53:33 2021 +0200 |
tree | 20b562c0f3c49bf439e3cee9aa838c899cd8d581 | |
parent | ba57711c38c965e0c33bf9e5c4f6e3adfc59b4d4 [diff] |
fix(stm32mp1_clk): fix MCU/AXI parent clock Correct MCU clock parent selector: MCU subsystem clock is derived from clock PLL3_P, not PLL3. Correct AXI clock parent selector: AXI subsystem clock is derived from clock PLL2_P, not PLL2. This change also renames MCU clock and AXI clock resources to prevent confusion. Change-Id: If55618d180e7dce8e4f0977b0e586a6fa8ef28d1 Signed-off-by: Etienne Carriere <etienne.carriere@st.com>