commit | eaf9cb1da4b79f528ac0a164c31d8710e9dbecd2 | [log] [tgz] |
---|---|---|
author | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Mon Sep 09 13:00:26 2024 +0300 |
committer | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Fri Sep 20 11:33:30 2024 +0300 |
tree | d68f762e967d1a3b99befcc3c47a31ffb18bb88b | |
parent | 302831ced98a3aa017894e1849241b95d0139b70 [diff] |
feat(nxp-clk): refactor clock enablement Simplify the clock enablement mechanism from a usage perspective. With this new approach, enabling a clock cascades the turn-on sequence of all its parent clocks in the clock tree. Therefore, enabling the A53 clock will also turn on the A53 PLL and the oscillator that feeds it. Change-Id: Ifc2bee3e9edbb4baced34f9e809a961562f7d0a6 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>