commit | 6bbb14f018d4e7f958bcdc04b92be412601c44f6 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Aug 03 12:05:13 2021 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Oct 08 08:42:40 2021 +0200 |
tree | 26a7b3b9fda32b59da1ce6b36a9b70790438eeed | |
parent | 09599998919c6eab26c3dfd0fcd2f8a6a07cf75d [diff] |
i2c: stm32f7: fix configuration of the digital filter The digital filter related computation are present in the driver however the programming of the filter within the IP is missing. The maximum value for the DNF is wrong and should be 15 instead of 16. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>