forked from OP-TEE/optee_os
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: clk: stm32mp15: fix rate computation for BKPSRAM/CRYP1/GPIOZ…
…/HASH1/MDMA Fix parent clock identifier in stm32mp15 clock driver for BKPSRAM, CRYP1, GPIOZ, HASH1 and MDMA clocks. The issue affected only clock rate computation for these 5 clocks, not the clock gating support. BKPSRAM, CRYP1, GPIOZ and HASH1 clocks are fed by HCLK5, not PCLK5. MDMA clock is fed by HCLK6, not PCLK5. Change-Id: I30e81cf9a89c965cbeaec503b46d49b1d1413d2b Signed-off-by: Etienne Carriere <[email protected]> Reviewed-on: https://gerrit.st.com/c/mpu/oe/optee/optee_os/+/223344 Tested-by: Lionel DEBIEVE <[email protected]> Reviewed-by: CIBUILD <[email protected]> Reviewed-by: Gabriel FERNANDEZ <[email protected]> Reviewed-by: Lionel DEBIEVE <[email protected]>
- Loading branch information
1 parent
1b05a41
commit 91e7f01
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters