driver: misc: Add MU and S400 API to communicate with Sentinel
authorYe Li <ye.li@nxp.com>
Sat, 7 Aug 2021 08:00:41 +0000 (16:00 +0800)
committerStefano Babic <sbabic@denx.de>
Mon, 9 Aug 2021 12:46:50 +0000 (14:46 +0200)
commit0c00d03aca356c295daafe82873ecfc9d7769dd9
tree4e5af04a945358f712b1de8b626edc6efc50b0a4
parent3854a066f2ccc4a40da3da1a2973cfb35166e576
driver: misc: Add MU and S400 API to communicate with Sentinel

Add MU driver and S400 API. Need enable MISC driver to work

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/include/asm/arch-imx8ulp/s400_api.h [new file with mode: 0644]
arch/arm/include/asm/global_data.h
drivers/misc/Makefile
drivers/misc/imx8ulp/Makefile [new file with mode: 0644]
drivers/misc/imx8ulp/imx8ulp_mu.c [new file with mode: 0644]
drivers/misc/imx8ulp/s400_api.c [new file with mode: 0644]