On Tue, Jul 22, 2014 at 6:02 PM, Nick Krause <xerofoify@xxxxxxxxx> wrote: > On Tue, Jul 22, 2014 at 5:23 PM, Aaro Koskinen <aaro.koskinen@xxxxxx> wrote: >> Hi, >> >> Somewhere between 3.16-rc2 and rc6 (I was on holidays...) I noticed >> the framebuffer stopped working on N900 (nothing on screen). >> >> I bisected this to 9188883fd66e9809e93e06d5bbd49cf99a6cdbee (ARM: dts: >> Enable twl4030 off-idle configuration for selected omaps). >> With this commit reverted, I can see the Tux again with 3.16-rc6. >> >> Any ideas? >> >> A. >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > > I am new to the kernel but I can take a look into this this commit. > Cheers Nick + + twl_power: power { + compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off"; + ti,use_poweroff; + }; }; This seems to be the case of no boot. Perhaps compatible functions are incorrect? I am new so asking a maintainer may be better but seems the idle function set here turns off your frame butter. I would also test this on the beagleboard xm as this patch may affect it too. Nick -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html