commit | 2304e0facf369c555ff50f9392af946f18f2d1ea | [log] [tgz] |
---|---|---|
author | Florian Vaussard <florian.vaussard@heig-vd.ch> | Thu Dec 08 11:53:13 2016 +0100 |
committer | Kumar Gala <kumar.gala@linaro.org> | Mon Mar 27 09:05:57 2017 -0500 |
tree | 9235c5b748f4fa979ef44cefd5e2d2c4ac53db76 | |
parent | 33579adef991def2b1d0d4be2dcc7ed43ff81648 [diff] |
clock: stm32f4: Fix wrong BKPSRAM and CCMDATARAM clocks It appears that enable bits for BKPSRAM and CCMDATARAM are incorrectly defined as bit 14 and 16 on AHB1 respectively (when these IPs are present), where we should use bit 18 and 20 according to the various reference manuals (STM32F415 for instance). Change-Id: I44ce59a29c57e306f6a945e46043efbcfce7a92f Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>