video: driver: diwali: read efuse from sw_range4

HLOS doesnot have access to raw region. Instead,
read from sw_range4 region which are sense
registers for raw region.

Change-Id: I662266b6557756d9bf6ef687f81b7869a792e7f7
Signed-off-by: Priyanka Gujjula <quic_pgujjula@quicinc.com>
This commit is contained in:
Priyanka Gujjula
2021-11-10 14:21:16 +05:30
parent 043ab4c9f7
commit 4b9c19e5e5
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ struct msm_vidc_csc_coeff {
struct msm_vidc_efuse_data {
u32 start_address;
u32 size;
unsigned long mask;
u32 mask;
u32 shift;
enum efuse_purpose purpose;
};