Skip to content

Commit 193e791

Browse files
committed
ARM: dts: at91: sama5d2_xplained: add analogic and digital filter for i2c
Add property for analogic and digital filter for i2c1 and i2c2 nodes for sama5d2_xplained Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent bd0096f commit 193e791

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@
398398
pinctrl-names = "default";
399399
pinctrl-0 = <&pinctrl_flx4_default>;
400400
atmel,fifo-size = <16>;
401+
enable-ana-filt;
402+
enable-dig-filt;
401403
status = "okay";
402404
};
403405
};
@@ -406,6 +408,8 @@
406408
dmas = <0>, <0>;
407409
pinctrl-names = "default";
408410
pinctrl-0 = <&pinctrl_i2c1_default>;
411+
enable-ana-filt;
412+
enable-dig-filt;
409413
status = "okay";
410414

411415
at24@54 {

0 commit comments

Comments
 (0)