Re: [PATCH 2/4] ARM: OMAP2+: dpll: am335x - avoid freqsel

2013-01-25 Thread Paul Walmsley
On Tue, 22 Jan 2013, Afzal Mohammed wrote: am335x does not have freqsel, avoid it. Signed-off-by: Afzal Mohammed af...@ti.com Thanks, queued for 3.9. - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

[PATCH 2/4] ARM: OMAP2+: dpll: am335x - avoid freqsel

2013-01-22 Thread Afzal Mohammed
am335x does not have freqsel, avoid it. Signed-off-by: Afzal Mohammed af...@ti.com --- arch/arm/mach-omap2/dpll3xxx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/dpll3xxx.c b/arch/arm/mach-omap2/dpll3xxx.c index 0a02aab5..3aed4b0 100644 ---