commit | 40ff13870e685a7d8e5e472a49ff75ab65b08389 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue May 21 20:54:04 2024 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Aug 12 15:54:52 2024 +0200 |
tree | 3d6d15e03ecddc4bdb6b0166ea3a9a1e1d5a47f9 | |
parent | 3ad65cef90eda17e81d7f2349e7b7420a8a040d7 [diff] |
feat(stm32mp2): enable DDR sub-system clock Create a DDR helper files, and add a function to enable DDR clocks in RCC_DDRCPCFGR register. Call this ddr_sub_system_clk_init() just before clock driver init, as it needs to be done before enabling DDR PLL clock (PLL2). Change-Id: I365d6aa034363d0c036ce2d9f944f077ba86e193 Signed-off-by: Yann Gautier <yann.gautier@st.com>