Corrected the register offset value of ANA_REGS_IVCTRL. TI was using the address offset instead of the physical address in their header file.

This commit is contained in:
Jelmer Tiete 2014-12-19 04:14:34 -05:00
parent 7286c9a635
commit b088326b5e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
* \name ANA_REGS register offsets * \name ANA_REGS register offsets
* @{ * @{
*/ */
#define ANA_REGS_IVCTRL 0x00000004 #define ANA_REGS_IVCTRL 0x400D6004
/** @} */ /** @} */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/** /**