video: driver: fix VCODEC_VIDEO_CC_BASE address
Fix VCODEC_VIDEO_CC_BASE from 0x00F00000 to 0x000F0000 Change-Id: Icda45653be646647ee563322651333cf6c9c4582 Signed-off-by: Deepa Guthyappa Madivalara <quic_dmadival@quicinc.com>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
ca9cc59d28
commit
fc19b28231
@@ -23,7 +23,7 @@
|
||||
#define AON_MVP_NOC_RESET 0x0001F000
|
||||
#define CPU_BASE_OFFS_IRIS33 0x000A0000
|
||||
#define AON_BASE_OFFS 0x000E0000
|
||||
#define VCODEC_VIDEO_CC_BASE 0x00F00000
|
||||
#define VCODEC_VIDEO_CC_BASE 0x000F0000
|
||||
#define CPU_CS_BASE_OFFS_IRIS33 (CPU_BASE_OFFS_IRIS33)
|
||||
#define CPU_IC_BASE_OFFS_IRIS33 (CPU_BASE_OFFS_IRIS33)
|
||||
|
||||
|
Reference in New Issue
Block a user