aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_sandbox_ccf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clk/clk_sandbox_ccf.c')
-rw-r--r--drivers/clk/clk_sandbox_ccf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk_sandbox_ccf.c b/drivers/clk/clk_sandbox_ccf.c
index fedcdd4044..38184e27aa 100644
--- a/drivers/clk/clk_sandbox_ccf.c
+++ b/drivers/clk/clk_sandbox_ccf.c
@@ -284,6 +284,7 @@ static int sandbox_clk_ccf_probe(struct udevice *dev)
U_BOOT_DRIVER(sandbox_clk_ccf) = {
.name = "sandbox_clk_ccf",
.id = UCLASS_CLK,
+ .ops = &ccf_clk_ops,
.probe = sandbox_clk_ccf_probe,
.of_match = sandbox_clk_ccf_test_ids,
};