]> Git Repo - J-u-boot.git/blobdiff - drivers/clk/rockchip/clk_rk3288.c
treewide: Simply conditions with the new OF_REAL
[J-u-boot.git] / drivers / clk / rockchip / clk_rk3288.c
index 221a5bd400f68be3052448a79d66abb538fb2bd7..e61bd6f1bf655fb8cf141087201bf537ff9beaa5 100644 (file)
@@ -950,7 +950,7 @@ static int __maybe_unused rk3288_clk_set_parent(struct clk *clk, struct clk *par
 static struct clk_ops rk3288_clk_ops = {
        .get_rate       = rk3288_clk_get_rate,
        .set_rate       = rk3288_clk_set_rate,
-#if CONFIG_IS_ENABLED(OF_CONTROL) && !CONFIG_IS_ENABLED(OF_PLATDATA)
+#if CONFIG_IS_ENABLED(OF_REAL)
        .set_parent     = rk3288_clk_set_parent,
 #endif
 };
This page took 0.02559 seconds and 4 git commands to generate.