commit | 1780a761790e100b05aec030db29e18f36a5676f | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Mar 20 11:41:26 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 06 20:45:28 2018 -0400 |
tree | 610c155eed6888efc06006989417e7e243950ca9 | |
parent | bf7d94439adcfeec2111f0391ba39df5f6a1eabd [diff] |
stm32mp1: change STGEN clock source to HSE No more use static frequency HSI = 64MHz for STGEN clock but HSE (with higher accurency) by default. Need to remove CONFIG_SYS_HZ_CLOCK as arch timer frequency is provided at boot by BootRom and cp15 cntfrq and modified during clock tree initialization if needed. When HSI is no more used by any device, this internal oscillator can be switched off to reduce consumption. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>