Re: [PATCHv9 30/43] ARM: dts: am33xx clock data

2013-10-26 Thread Tero Kristo
On 10/26/2013 03:36 AM, Jan Lübbe wrote: On Fri, 2013-10-25 at 18:57 +0300, Tero Kristo wrote: + mcasp0_fck: mcasp0_fck { + #clock-cells = 0; + compatible = fixed-factor-clock; + clocks = sys_clkin_ck; + clock-mult = 1; +

[pandaboard] omapfb not accepting 720p mode

2013-10-26 Thread Tobias Jakobi
Hello, the kernel bugtracker doesn't let me put this address into CC, so here manually: https://bugzilla.kernel.org/show_bug.cgi?id=63781 Greets, Tobias -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[pandaboard] wl12xx borked after one up/down cycle

2013-10-26 Thread Tobias Jakobi
And another one: https://bugzilla.kernel.org/show_bug.cgi?id=63821 Greets, Tobias -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/5] mmc: omap_hsmmc: Fix pbias_disable for omap4

2013-10-26 Thread Chris Ball
Hi Balaji, On Sun, Oct 20 2013, Balaji T K wrote: pbias_disable is set to protect the mmc pbias i/o cells in DT boot by preventing voltage switch. Currently pbias_disable is enabled only for omap3 and not for omap4 due to reg_offset difference of 0x100. Enable pbias_disable for omap4+ too by