commit | 8955b727afb472125152508af2d4ec1d41442b0b | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Tue Sep 10 16:21:10 2013 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri May 09 15:11:29 2014 +0300 |
tree | 3684bdf6cb818b274ca738fcf37c5343969ebfb8 | |
parent | dcf5f7299e94d113aa49b4e099c4b9f289d17ed2 [diff] |
OMAPDSS: HDMI: support larger register offsets for OMAP5 HDMI core The HDMI core IP on OMAP5 has a wider address range for registers. The offsets for the later registers can't fit into the u16 type currently used for hdmi register read and write functions. Use u32 for offsets instead. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>