diff options
-rw-r--r-- | Documentation/devicetree/bindings/serial/maxim,max310x.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/maxim,max310x.txt b/Documentation/devicetree/bindings/serial/maxim,max310x.txt index 83a919c241b0..0c58052a18bb 100644 --- a/Documentation/devicetree/bindings/serial/maxim,max310x.txt +++ b/Documentation/devicetree/bindings/serial/maxim,max310x.txt | |||
@@ -30,7 +30,7 @@ Example: | |||
30 | clocks = <&clk20m>; | 30 | clocks = <&clk20m>; |
31 | clock-names = "osc"; | 31 | clock-names = "osc"; |
32 | interrupt-parent = <&gpio3>; | 32 | interrupt-parent = <&gpio3>; |
33 | interrupts = <7 IRQ_TYPE_EDGE_FALLING>; | 33 | interrupts = <7 IRQ_TYPE_LEVEL_LOW>; |
34 | gpio-controller; | 34 | gpio-controller; |
35 | #gpio-cells = <2>; | 35 | #gpio-cells = <2>; |
36 | }; | 36 | }; |