commit | 65dee07c9927d4af17b1832e4b7a1bb704607f91 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Aug 02 22:08:26 2012 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Fri Aug 03 22:36:18 2012 +0800 |
tree | 1913be6e399a73fb0635ee5b4fc7d6258008c704 | |
parent | 1eec0c569523782392b5e6245effddb626213b8c [diff] |
ARM: dts: imx: fix gpio interrupts property Commit 88cde8b (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: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>