aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8186/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8186/soc.c')
-rw-r--r--src/soc/mediatek/mt8186/soc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8186/soc.c b/src/soc/mediatek/mt8186/soc.c
index 7686986e71..53e50654e6 100644
--- a/src/soc/mediatek/mt8186/soc.c
+++ b/src/soc/mediatek/mt8186/soc.c
@@ -32,6 +32,7 @@ static void soc_init(struct device *dev)
static struct device_operations soc_ops = {
.read_resources = soc_read_resources,
+ .set_resources = noop_set_resources,
.init = soc_init,
};