aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/ethosu_remoteproc.c
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2021-09-30 09:57:34 +0200
committerPer Åstrand <per.astrand@arm.com>2021-09-30 16:35:22 +0200
commit9f36f2e1ec19e59b1d390b570fe56f6debdb6525 (patch)
treebf5816784fe0a6ceef19042f645715d59531d3d2 /remoteproc/ethosu_remoteproc.c
parent95fec03deff22b4395430e6fb39a37505c375a35 (diff)
downloadethos-u-linux-driver-stack-9f36f2e1ec19e59b1d390b570fe56f6debdb6525.tar.gz
Add Juno FPGA reset kernel module
Change-Id: I93708d609d77484770bd4cea9c4a7cf86361c5ea
Diffstat (limited to 'remoteproc/ethosu_remoteproc.c')
-rw-r--r--remoteproc/ethosu_remoteproc.c2
1 files changed, 1 insertions, 1 deletions
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 int ethosu_rproc_of_memory_translations(struct platform_device *pdev,
}
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)