Skip to content

Commit 79063a0

Browse files
committed
dt-bindings: i2c: at91: add binding for enable-dig-filt
Add binding specificatoin for digital filter inside the i2c controller Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent db7d2d5 commit 79063a0

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
@@ -20,6 +20,9 @@ Optional properties:
2020
capable I2C controllers.
2121
- i2c-sda-hold-time-ns: TWD hold time, only available for "atmel,sama5d4-i2c"
2222
and "atmel,sama5d2-i2c".
23+
- enable-dig-filt: Enable the built-in digital filter on the i2c lines,
24+
specifically required depending on the hardware PCB/board and if the
25+
version of the controller includes it.
2326
- Child nodes conforming to i2c bus binding
2427

2528
Examples :
@@ -56,6 +59,7 @@ i2c0: i2c@f8034600 {
5659
clocks = <&flx0>;
5760
atmel,fifo-size = <16>;
5861
i2c-sda-hold-time-ns = <336>;
62+
enable-dig-filt;
5963

6064
wm8731: wm8731@1a {
6165
compatible = "wm8731";

0 commit comments

Comments
 (0)