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

View file

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