From: Stephen Boyd Date: Tue, 10 Dec 2013 23:14:43 +0000 (-0800) Subject: ARM: dts: msm: Fix gpio interrupt and reg length X-Git-Tag: fixes-nc-for-linus~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296441255ae3ed7f4c1013ae9604e680de51d063;p=pandora-kernel.git ARM: dts: msm: Fix gpio interrupt and reg length The summary interrupt is #16 in the SPI space. Unfortunately, when this device was translated from board files to DT we forgot to subtract 16 from the interrupt number to translate it into a SPI interrupt. Also, the register space is larger than 4k, increase it appropriately so that the gpio driver doesn't try to access registers outside of its mapping. Signed-off-by: Stephen Boyd Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed