v3.19-rc1 regression(?) on N900
From: aaro.koskinen@iki.fi (Aaro Koskinen)
Date: 2014-12-29 18:03:05
Also in:
linux-omap, lkml
From: aaro.koskinen@iki.fi (Aaro Koskinen)
Date: 2014-12-29 18:03:05
Also in:
linux-omap, lkml
Hi, On Mon, Dec 29, 2014 at 10:04:46AM +0200, Tomi Valkeinen wrote:
On 26/12/14 00:21, Aaro Koskinen wrote:quoted
...however, I can confirm that framebuffer is broken: [ 8.230743] omapfb omapfb: no displays [ 8.255584] omapfb omapfb: failed to setup omapfb [ 8.260620] platform omapfb: Driver omapfb requests probe deferral [ 8.284118] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/ocp/spi at 48098000/acx565akm at 2[0]' - status (0) [ 8.284271] acx565akm spi1.2: failed to find video source [ 8.290069] spi spi1.2: Driver acx565akm requests probe deferral I bisected it to ef691ff48bc8 (OMAPDSS: DT: Get source endpoint by matching reg-id). When I revert that, also FB works with 3.19-rc1.I've attached a patch for this. Only hack-tested on OMAP3 beagle, so please report if it works.
That works, thanks. A.