mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
include/video: Add register offsets for FIMD version 8
FIMD version 8 has VIDTCON and VIDCON registers at different offsets from the previous versions. Hence, adding the macros. Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com> Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
5a213a55c6
commit
a44cf75dcb
@ -524,3 +524,10 @@
|
||||
* 1110 -none- -none- -none- -none- -none-
|
||||
* 1111 -none- -none- -none- -none- -none-
|
||||
*/
|
||||
|
||||
/* FIMD Version 8 register offset definitions */
|
||||
#define FIMD_V8_VIDTCON0 (0x20010)
|
||||
#define FIMD_V8_VIDTCON1 (0x20014)
|
||||
#define FIMD_V8_VIDTCON2 (0x20018)
|
||||
#define FIMD_V8_VIDTCON3 (0x2001C)
|
||||
#define FIMD_V8_VIDCON1 (0x20004)
|
||||
|
Loading…
Reference in New Issue
Block a user