Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f06d87a5 authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz
Browse files

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: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 90d5f81a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>;
	};
	};