aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2022-05-18 16:05:16 +0200
committerPer Åstrand <per.astrand@arm.com>2022-05-19 08:03:02 +0200
commitb9248a425e7f72d240d11852c72c44bae4d38bac (patch)
tree6a0eac2914fc7361e9a9c6e83162bb00037afb28
parentf50f25e9ecf5194a624e5e8cd3f3f2e3249b479c (diff)
downloadethos-u-linux-driver-stack-b9248a425e7f72d240d11852c72c44bae4d38bac.tar.gz
Add sentinel entry to dt array22.05-rc322.05-rc222.05
Change-Id: Ic5d98c108593a16034c7dbc18043bbee13c31833
-rw-r--r--remoteproc/ethosu_remoteproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoteproc/ethosu_remoteproc.c b/remoteproc/ethosu_remoteproc.c
index 0418ef4..3b45071 100644
--- a/remoteproc/ethosu_remoteproc.c
+++ b/remoteproc/ethosu_remoteproc.c
@@ -260,6 +260,7 @@ static int ethosu_rproc_of_memory_translations(struct platform_device *pdev,
static const struct of_device_id ethosu_rproc_match[] = {
{ .compatible = "arm,ethosu-rproc" },
+ { /* sentinel */ },
};
static int ethosu_rproc_probe(struct platform_device *pdev)