commit | 0315fa049f46a5d822648d8c1cd1fee06cb33708 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Oct 26 15:21:25 2020 +0100 |
committer | Yann Gautier <yann.gautier@foss.st.com> | Tue Jun 22 14:10:27 2021 +0200 |
tree | 73903fcbbd01e76b9fc08c7549f055d4d8db156f | |
parent | 152897de1eddf69d8255b4497c4d6082b5cb6726 [diff] |
fix(plat/st): correct IO compensation disabling In stm32mp1_syscfg_disable_io_compensation(), to disable the IO compensation cell, we have to set the corresponding bit in SYSCFG_CMPENCLRR register, instead of clearing the bit in SETR register. Change-Id: I510a50451f8afb9e98c24e1ea84efbf73a39e6b4 Signed-off-by: Yann Gautier <yann.gautier@st.com>