From: Shawn Guo Date: Thu, 2 Aug 2012 14:08:26 +0000 (+0800) Subject: ARM: dts: imx: fix gpio interrupts property X-Git-Tag: v3.6-rc2~20^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65dee07c9927d4af17b1832e4b7a1bb704607f91;p=pandora-kernel.git 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 Signed-off-by: Shawn Guo --- Reading git-diff-tree failed