aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/imx8/fuse.c
Commit message (Collapse)AuthorAgeFilesLines
* imx8: fuse: use arm_smccc_smcPeng Fan2020-07-141-7/+12
| | | | | | Use arm_smccc_smc to replace call_imx_sip Signed-off-by: Peng Fan <peng.fan@nxp.com>
* misc: fuse: Update imx8 fuse driver for 8QMYe Li2020-05-101-0/+5
| | | | | | | Add the second ECC fuse area for 8QM which is different with 8QXP Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
* mach-imx: Adding new argument for SIP call interfaceYe Li2019-11-031-1/+1
| | | | | | | | | | | 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>
* imx8: fuse: fix fuse driverMarcel Ziswiler2019-06-111-2/+0
| | | | | | | | This fixes the i.MX 8 fuse driver to actually build for i.MX 8QM as well. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx8: fuse: add fuse driverPeng Fan2019-04-251-0/+86
Add fuse write for i.MX8 Signed-off-by: Peng Fan <peng.fan@nxp.com>