On Sun, Feb 17, 2019 at 04:51:40PM +0000, Russell King - ARM Linux admin wrote: > On Sun, Feb 17, 2019 at 05:46:29PM +0100, Andrew Lunn wrote: > > On Sun, Feb 17, 2019 at 04:27:32PM +0000, Russell King wrote: > > > ====================================================== > > > WARNING: possible circular locking dependency detected > > > 4.20.0+ #302 Not tainted > > > ------------------------------------------------------ > > > > Hi Russell > > > > Thanks for turning this into a proper patch. I had just started to try > > to reproduce this and confirm your fix. I will add a tested-by once i > > do. > > Do you have a clearfog board? If so, just add: > > + interrupt-parent = <&gpio0>; > + interrupts = <23 IRQ_TYPE_LEVEL_LOW>; > > to the DSA switch definitions in > arch/arm/boot/dts/armada-388-clearfog.dts
Hi Russell I'm using a different board, but i have a similar interrupt configuration. I just expect that turning on LOCKDEP should be enough. I don't think EPROBE_DEFFER is playing a part here. Andrew