summaryrefslogtreecommitdiffstats
path: root/drivers/misc/imx8/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* imx8: fuse: add fuse driverPeng Fan2019-04-251-0/+1
| | | | | | Add fuse write for i.MX8 Signed-off-by: Peng Fan <peng.fan@nxp.com>
* misc: imx8: add scfw api impementationPeng Fan2018-10-221-1/+1
| | | | | | | | | | Add clk/misc/pad/pm/rm scfw api implementaion for different drivers to invoke. The low level code is using misc_call to invoke imx8_scu driver. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>
* misc: add i.MX8 misc driverPeng Fan2018-10-221-0/+3
Add i.MX8 MISC driver to handle the communication between A35 Core and SCU. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> Cc: Stefano Babic <sbabic@denx.de>