commit | c715de40f56c478d36d13ff9cc6e604cff9255eb | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Oct 18 14:28:11 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 22 12:59:01 2018 +0200 |
tree | 444a813cd2da38f91847600531b247da9a4c2a45 | |
parent | f17a0ce9458733e82ad80c1f46528796e6ea99ad [diff] [blame] |
misc: add i.MX8 misc driver 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>
diff --git a/drivers/misc/imx8/Makefile b/drivers/misc/imx8/Makefile new file mode 100644 index 0000000..3395340 --- /dev/null +++ b/drivers/misc/imx8/Makefile
@@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += scu.o