commit | 5300040bfd0acf0e839a9828a1a5341afc936e36 | [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 | 96e069cb8ec72b6ac3cac0e7708749cb3fe13abb [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>