[PATCH] ARM: OMAP2+: dpll: Add missing soc_is_am33xx() check for common functions
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-09-12 15:18:45
Also in:
linux-omap, lkml
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-09-12 15:18:45
Also in:
linux-omap, lkml
On Fri, 24 Aug 2012, Vaibhav Hiremath wrote:
Add missing soc_is_am33xx() check for DPLL common control & clock related functions, without this dpll programmability would be broken for am33xx family of devices. Signed-off-by: Vaibhav Hiremath <redacted> Cc: Rajendra Nayak <redacted> Cc: Paul Walmsley <paul@pwsan.com> --- Not sure whether this should go as a fix in -rc, as AM33XX device doesn't still boot without hwmod data (which is not yet upstream). arch/arm/mach-omap2/clkt_dpll.c | 4 ++-- arch/arm/mach-omap2/dpll3xxx.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks, queued for 3.7 along with the AM33xx hwmod patches. - Paul