]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(st-clock): manage disabled oscillator
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 1 Jul 2019 06:59:24 +0000 (08:59 +0200)
committerYann Gautier <yann.gautier@st.com>
Tue, 18 Jan 2022 16:06:13 +0000 (17:06 +0100)
commitbcccdacc7e7b7b985df942b3fae26cb9038a2574
tree8fa0197f753156268308e321770eeba7dd71696f
parent964e5ff1846c2aecb1257686ee57909c69b1fcb3
feat(st-clock): manage disabled oscillator

Support "disabled" status for oscillator in device tree.

At boot time, the clock tree initialization performs the following
tasks:
- enabling of the oscillators present in the device tree and not
  disabled,
- disabling of the HSI oscillator if the node is absent or disabled
  (always activated by bootROM).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Change-Id: I176276022334f3d97ba0250b54062f0ae970e239
drivers/st/clk/stm32mp_clkfunc.c