ARM: dts: msm: Add proper irq type in device tree for msm device

Use proper irq type for gpio interrupt in qti-can controller. This
interrupt type may vary among different targets.

Change-Id: I32679cbdc29dbda49769dcb455589da64527f3cc
Signed-off-by: Balachandra C S <balacs@codeaurora.org>
This commit is contained in:
Balachandra C S 2018-07-13 16:32:28 +05:30 committed by Gerrit - the friendly Code Review server
parent fc93ec766e
commit 967528c6c6

View file

@ -225,7 +225,7 @@
reg = <0>;
spi-max-frequency = <9600000>;
interrupt-parent = <&tlmm>;
interrupts = <78 0>;
interrupts = <78 2>;
qcom,reset-gpio = <&tlmm 71 GPIO_ACTIVE_LOW>;
qcom,clk-freq-mhz = <20000000>;
qcom,max-can-channels = <2>;