summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx51-babbage.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-08-02 22:08:26 +0800
committerShawn Guo <shawn.guo@linaro.org>2012-08-03 22:36:18 +0800
commit65dee07c9927d4af17b1832e4b7a1bb704607f91 (patch)
tree1913be6e399a73fb0635ee5b4fc7d6258008c704 /arch/arm/boot/dts/imx51-babbage.dts
parent1eec0c569523782392b5e6245effddb626213b8c (diff)
downloadop-kernel-dev-65dee07c9927d4af17b1832e4b7a1bb704607f91.zip
op-kernel-dev-65dee07c9927d4af17b1832e4b7a1bb704607f91.tar.gz
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>
Diffstat (limited to 'arch/arm/boot/dts/imx51-babbage.dts')
-rw-r--r--arch/arm/boot/dts/imx51-babbage.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
index de065b5..cd86177 100644
--- a/arch/arm/boot/dts/imx51-babbage.dts
+++ b/arch/arm/boot/dts/imx51-babbage.dts
@@ -53,7 +53,7 @@
spi-max-frequency = <6000000>;
reg = <0>;
interrupt-parent = <&gpio1>;
- interrupts = <8>;
+ interrupts = <8 0x4>;
regulators {
sw1_reg: sw1 {
OpenPOWER on IntegriCloud