Re: [PATCH 1/5] i2c: stm32f7: fix configuration of the digital filter
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-02-12 10:38:07
Also in:
linux-devicetree, linux-i2c, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-02-12 10:38:07
Also in:
linux-devicetree, linux-i2c, lkml
On Fri, Feb 05, 2021 at 09:51:40AM +0100, Alain Volmat wrote:
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.
Fixes: aeb068c57214 ("i2c: i2c-stm32f7: add driver")
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>Applied to for-current, thanks! The rest will go in within the next cycle.