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:
parent
7286c9a635
commit
b088326b5e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
* \name ANA_REGS register offsets
|
* \name ANA_REGS register offsets
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define ANA_REGS_IVCTRL 0x00000004
|
#define ANA_REGS_IVCTRL 0x400D6004
|
||||||
/** @} */
|
/** @} */
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue