From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaro Koskinen Subject: [BISECTED REGRESSION] v4.8-rc: gpio-leds broken on OCTEON Date: Tue, 23 Aug 2016 23:36:05 +0300 Message-ID: <20160823203605.GA12169@raspberrypi.musicnaut.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: David Daney , Jon Hunter , Rob Herring Cc: devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Thorsten Leemhuis List-Id: devicetree@vger.kernel.org Hi, gpio-leds fails to probe on OCTEON with v4.8-rc3 and when using arch/mips/boot/dts/cavium-octeon/dlink_dsr-1000n.dts. Leds still worked with v4.7. I bisected this to: commit 15cc2ed6dcf91a8658e084be4e140147161819d7 Author: Jon Hunter Date: Mon Jun 20 14:49:18 2016 +0100 of/irq: Mark initialised interrupt controllers as populated I have no idea how this is related to gpio-leds, except that on OCTEON DTBs the gpio node is also interrupt controller... Any ideas? A.