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
@ -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 New Issue
Block a user