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:
parent
fc93ec766e
commit
967528c6c6
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue