Skip to content

Commit 7c75daa

Browse files
committed
dt-bindings: i2c: at91: add binding for enable-ana-filt
Add binding specification for analogic filter inside the i2c controller Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 30b31fc commit 7c75daa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/i2c/i2c-at91.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Optional properties:
2323
- enable-dig-filt: Enable the built-in digital filter on the i2c lines,
2424
specifically required depending on the hardware PCB/board and if the
2525
version of the controller includes it.
26+
- enable-ana-filt: Enable the built-in analogic filter on the i2c lines,
27+
specifically required depending on the hardware PCB/board and if the
28+
version of the controller includes it.
2629
- Child nodes conforming to i2c bus binding
2730

2831
Examples :
@@ -60,6 +63,7 @@ i2c0: i2c@f8034600 {
6063
atmel,fifo-size = <16>;
6164
i2c-sda-hold-time-ns = <336>;
6265
enable-dig-filt;
66+
enable-ana-filt;
6367

6468
wm8731: wm8731@1a {
6569
compatible = "wm8731";

0 commit comments

Comments
 (0)