"ext Paul Walmsley" <[EMAIL PROTECTED]> writes:

> Hi Jouni
>
> On Mon, 23 Jun 2008, Högander Jouni wrote:
>
>> Hello Paul,
>> 
>> It should actually wait for SSI also. Read my comments below.
>
> ...
>
>> And add this part
>> 
>> +       if (cpu_is_omap34xx() &&
>> +        prcm_mod == OMAP34XX_CM_REGADDR(CORE_MOD, 0) &&
>> +        clk->enable_bit == OMAP3430_EN_SSI_SHIFT) {
>> +            bit = OMAP3430ES2_ST_SSI_IDLE;
>
> what should OMAP3430ES2_ST_SSI_IDLE be set to?  I don't have any 
> documentation here that defines this bit.

Sorry for not to mention this in my first mail:

#define OMAP3430ES2_ST_SSI_IDLE                         (1 << 8)
#define OMAP3430ES2_ST_SSI_STDBY                        (1 << 0)

-- 
Jouni Högander

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to