My Windows CE BSP seems to be using a LCD register that does not appear in the documentation (TRM G).
The register is at offset 0x68h and in the code it is defined as "IRQEoi_vector". I do not know if this code is really needed and the documentation is wrong or if the documentation is right and its just dead code ...probably ported from an earlier BSP or sister silicon BSP??
The display controller seems to be working so I guess it is harmless but I would like to know.
They also define a "status" register at offset 0x08h
Are these two resisters really present and/or used on the AM335x?