[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160527202715.GA4841@roeck-us.net>
Date: Fri, 27 May 2016 13:27:15 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Robert Jarzmik <robert.jarzmik@...e.fr>
Cc: Robert Jarzmik <robert.jarzmik@...e.fr>,
Linus Walleij <linus.walleij@...aro.org>,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: pxa_defconfig runtime failures due to 'ARM: pxa: activate pinctrl
for device-tree machines'
Hi,
your mainline commit f806dac5938b ("ARM: pxa: activate pinctrl for device-tree
machines") causes various non-devicetree systems to fail with the following
error messages when running a pxa_defconfig image.
During boot:
Can't request reset_gpio
At reboot:
reboot: Restarting system
------------[ cut here ]------------
kernel BUG at arch/arm/mach-pxa/reset.c:59!
...
Added logging shows that the error seen when trying to request the reset gpio
is -EPROBE_DEFER, and that the pxa gpio driver is not instantiated.
This is seen when attempting to run akita, borzoi, spitz, terrier, or tosa
in qemu with pxa_defconfig. Reverting your patch fixes the problem.
Is this on purpose ? Unless I am missing something, it effectively means that
pxa_defconfig no longer works for pxa3xx systems, since those do not support
devicetree (or at least there is no devicetree file which includes pxa3xx.dtsi).
Thanks,
Guenter
Powered by blists - more mailing lists