summaryrefslogtreecommitdiff
path: root/drivers/misc/imx8
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-10-26 17:24:03 +0300
committerStefano Babic <sbabic@denx.de>2019-11-03 19:04:16 +0300
commit264977d1c2f12c8b7bcb125405a66bb05332d3c5 (patch)
tree3b4b9c0e2054d82164950b37cec3e7dd725bd9d3 /drivers/misc/imx8
parent6dcc6cebcf1a0d2ab2b8dde5936556b58807f77d (diff)
downloadu-boot-264977d1c2f12c8b7bcb125405a66bb05332d3c5.tar.xz
mach-imx: Adding new argument for SIP call interface
Need to pass total 5 arguments for SIP HAB call on i.MX8MQ, so update the interface to add new argument. Signed-off-by: Ye Li <ye.li@nxp.com> [agust: fixed imx8m-power-domain build] Signed-off-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Patrick Wildt <patrick@blueri.se> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/misc/imx8')
-rw-r--r--drivers/misc/imx8/fuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/imx8/fuse.c b/drivers/misc/imx8/fuse.c
index 2f2fad2c17..1309215d4d 100644
--- a/drivers/misc/imx8/fuse.c
+++ b/drivers/misc/imx8/fuse.c
@@ -74,7 +74,7 @@ int fuse_prog(u32 bank, u32 word, u32 val)
}
return call_imx_sip(FSL_SIP_OTP_WRITE, (unsigned long)word,
- (unsigned long)val, 0);
+ (unsigned long)val, 0, 0);
}
int fuse_override(u32 bank, u32 word, u32 val)