Browse Source

NFC: dts: st21nfcb_i2c: Fix invalid interrupts polarity.

St21nfcb has a reverse polarity compare to st21nfca.
In st21nfcb case, the irq pin is active high.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Christophe Ricard 11 years ago
parent
commit
f06d87a5b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/net/nfc/st21nfcb.txt

+ 1 - 1
Documentation/devicetree/bindings/net/nfc/st21nfcb.txt

@@ -26,7 +26,7 @@ Example (for ARM-based BeagleBoard xM with ST21NFCB on I2C2):
 		clock-frequency = <400000>;
 		clock-frequency = <400000>;
 
 
 		interrupt-parent = <&gpio5>;
 		interrupt-parent = <&gpio5>;
-		interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
+		interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
 
 
 		reset-gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
 		reset-gpios = <&gpio5 29 GPIO_ACTIVE_HIGH>;
 	};
 	};