Skip to content
Commit 65dee07c authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: dts: imx: fix gpio interrupts property

Commit 88cde8b7

 (ARM: dts: imx: update #interrupt-cells for gpio nodes)
changes gpio #interrupt-cells from 1 to 2 without updating the users.
It causes the gpio irq requesting call failing in client driver's probe
function.

Add the irq type cell for those gpio interrupt users to fix their
driver probe failure.

Reported-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 1eec0c56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment