summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/soc.c')
-rw-r--r--src/soc/rockchip/rk3288/soc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/rockchip/rk3288/soc.c b/src/soc/rockchip/rk3288/soc.c
index f7f1ec9a88..08b72ea1b5 100644
--- a/src/soc/rockchip/rk3288/soc.c
+++ b/src/soc/rockchip/rk3288/soc.c
@@ -24,8 +24,8 @@ static void soc_init(struct device *dev)
}
static struct device_operations soc_ops = {
- .read_resources = DEVICE_NOOP,
- .set_resources = DEVICE_NOOP,
+ .read_resources = noop_read_resources,
+ .set_resources = noop_set_resources,
.init = soc_init,
};