[PATCH 1/1] [RESEND] ARM: OMAP3+: dpll: Configure autoidle mode only if it's supported
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-05-02 07:33:20
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2012-05-02 07:33:20
Also in:
linux-omap
On Mon, 30 Apr 2012, Vaibhav Bedia wrote:
The current DPLL code enables and disables autoidle features without checking whether the autoidle register is available. Fix this by putting a check for the existence of the autoidle register in the DPLL data. With such a check in place, for DPLLs which do not support this feature, simply skipping the autoidle_reg entry in the DPLL data is sufficient. Signed-off-by: Vaibhav Bedia <redacted> --- This change is needed for AM33xx, which does not support autoidle mode for the DPLLs.
Thanks, queued for 3.5. - Paul