We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b31fc commit 7c75daaCopy full SHA for 7c75daa
1 file changed
Documentation/devicetree/bindings/i2c/i2c-at91.txt
@@ -23,6 +23,9 @@ Optional properties:
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
+- 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.
29
- Child nodes conforming to i2c bus binding
30
31
Examples :
@@ -60,6 +63,7 @@ i2c0: i2c@f8034600 {
60
63
atmel,fifo-size = <16>;
61
64
i2c-sda-hold-time-ns = <336>;
62
65
enable-dig-filt;
66
+ enable-ana-filt;
67
68
wm8731: wm8731@1a {
69
compatible = "wm8731";
0 commit comments