mirror of https://gitee.com/openkylin/linux.git
ARM: OMAP: Fixed comments on global PRM register usage
Fixed comments on global PRM register usage. Signed-off-by: Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
d756f54e57
commit
dfa3d039da
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Architecture-specific global PRM registers
|
* Architecture-specific global PRM registers
|
||||||
* Use prm_{read,write}_reg() with these registers.
|
* Use __raw_{read,write}l() with these registers.
|
||||||
*
|
*
|
||||||
* With a few exceptions, these are the register names beginning with
|
* With a few exceptions, these are the register names beginning with
|
||||||
* PRCM_* on 24xx, and PRM_* on 34xx. (The exceptions are the
|
* PRCM_* on 24xx, and PRM_* on 34xx. (The exceptions are the
|
||||||
|
|
Loading…
Reference in New Issue