This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

clock enable for McASP

I have enabled McASP clock use ARM Linux API clk_enable(), I found the register addr from kernel API:

McASP0            0x48181540            

McASP1            0x48181544

McASP2            0x48181548

I set those register's 2nd bit to 1, but still can't control other register from McASP, am I set right?