On 2019-06-25 10:05, Eugen.Hristev@xxxxxxxxxxxxx wrote: > From: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > > Add property for digital filter for i2c0 node sama5d4_xplained This does not match the below hunk. Cheers, Peter > Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx> > --- > arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts > index fdfc37d..06068dc 100644 > --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts > +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts > @@ -49,6 +49,7 @@ > }; > > i2c0: i2c@f8014000 { > + enable-ana-filt; > status = "okay"; > }; > >