From: Grygorii Strashko Date: Mon, 2 Jun 2014 16:27:58 +0000 (+0300) Subject: mfd: ab8500: Fix dt irq mapping X-Git-Tag: omap-for-v3.16/fixes-rc4~47^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7602e05df73f3c775d5ef808c0bc4af9711e4438;p=pandora-kernel.git mfd: ab8500: Fix dt irq mapping The AD8500 defines itself as interrupt-controller in DT, but it doesn't assign DT node to IRQ domain when creates it. As result, of_irq_xx() helpers don't work because they can't find necessary IRQ domain. Hence, fix it by assigning AD8500 core device DT node to IRQ domain when it's created. This patch fixes STE u8500 Snowball boot failure reported by Kevin Hilman https://lkml.org/lkml/2014/5/27/624 Reported-and-tested-by: Kevin Hilman Signed-off-by: Grygorii Strashko Reviewed-by: Linus Walleij Signed-off-by: Lee Jones --- Reading git-diff-tree failed