Add Juno FPGA reset kernel module

Change-Id: I93708d609d77484770bd4cea9c4a7cf86361c5ea
diff --git a/remoteproc/ethosu_remoteproc.c b/remoteproc/ethosu_remoteproc.c
index 9fb561a..ad476af 100644
--- a/remoteproc/ethosu_remoteproc.c
+++ b/remoteproc/ethosu_remoteproc.c
@@ -247,7 +247,7 @@
 }
 
 static const struct of_device_id ethosu_rproc_match[] = {
-	{ .compatible = "arm,ethosu-sgm775-rproc" },
+	{ .compatible = "arm,ethosu-rproc" },
 };
 
 static int ethosu_rproc_probe(struct platform_device *pdev)