From: Lee Jones Date: Tue, 29 May 2012 06:17:36 +0000 (+0800) Subject: ARM: ux500: Use correct format for dynamic IRQ assignment X-Git-Tag: v3.5-rc1~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b5698aae844f75709f759a6c92109ce40780da;p=pandora-kernel.git ARM: ux500: Use correct format for dynamic IRQ assignment This patch applies the correct format requested by the irq domain. For chained IRQs which use GPIO lines as IRQs, we stipulate that a two cell request is required. The first cell contains the requested IRQ and the second can contain flags pertaining to edge detection and level sensitive values. The zeroth cell specifies the GPIO controller by use of a phandle. Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed