]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Octeon: mark GPIO controller node not populated after IRQ init.
authorSteven J. Hill <steven.hill@cavium.com>
Fri, 26 Aug 2016 19:02:04 +0000 (14:02 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Sep 2016 16:59:49 +0000 (18:59 +0200)
commitf892d6c5c268906c2621fe9804ed9c09f9a08ebf
tree72c992170a89d3a290fd449f45283e40ee65536a
parentcf5eb070cc7a04f8600f6f75f5a52d3d05d359a9
MIPS: Octeon: mark GPIO controller node not populated after IRQ init.

We clear the OF_POPULATED flag for the GPIO controller node on Octeon
processors. Otherwise, none of the devices hanging on the GPIO lines
are probed. The 'gpio-leds' driver on OCTEON failed to probe in addition
to other devices on Cavium 71xx and 78xx development boards.

Fixes: 68605c70e42f ("of/irq: Mark initialised interrupt controllers as populated")
Signed-off-by: Steven J. Hill <steven.hill@cavium.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: David Daney <david.daney@cavium.com>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14091/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/octeon-irq.c