We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d2d5 commit 79063a0Copy full SHA for 79063a0
1 file changed
Documentation/devicetree/bindings/i2c/i2c-at91.txt
@@ -20,6 +20,9 @@ Optional properties:
20
capable I2C controllers.
21
- i2c-sda-hold-time-ns: TWD hold time, only available for "atmel,sama5d4-i2c"
22
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.
26
- Child nodes conforming to i2c bus binding
27
28
Examples :
@@ -56,6 +59,7 @@ i2c0: i2c@f8034600 {
56
59
clocks = <&flx0>;
57
60
atmel,fifo-size = <16>;
58
61
i2c-sda-hold-time-ns = <336>;
62
+ enable-dig-filt;
63
64
wm8731: wm8731@1a {
65
compatible = "wm8731";
0 commit comments