Lines Matching +full:rv1126 +full:- +full:cru
1 // SPDX-License-Identifier: GPL-2.0
4 * Author: Finley Xiao <finley.xiao@rock-chips.com>
7 #include <linux/clk-provider.h>
13 #include <dt-bindings/clock/rockchip,rv1126-cru.h>
269 * Clock-Architecture Diagram 2
392 * Clock-Architecture Diagram 1
399 * Clock-Architecture Diagram 3
416 * Clock-Architecture Diagram 4
626 * Clock-Architecture Diagram 6
723 * Clock-Architecture Diagram 9
766 * Clock-Architecture Diagram 12
888 * Clock-Architecture Diagram 15
904 * Clock-Architecture Diagram 3
919 * Clock-Architecture Diagram 4
948 * Clock-Architecture Diagram 6
957 * Clock-Architecture Diagram 9
968 * Clock-Architecture Diagram 12
1005 * Clock-Architecture Diagram 13
1045 * Clock-Architecture Diagram 15
1088 pr_err("%s: could not map cru pmu region\n", __func__); in rv1126_pmu_clk_init()
1118 pr_err("%s: could not map cru region\n", __func__); in rv1126_clk_init()
1166 .compatible = "rockchip,rv1126-cru",
1169 .compatible = "rockchip,rv1126-pmucru",
1177 struct device_node *np = pdev->dev.of_node; in clk_rv1126_probe()
1180 init_data = (struct clk_rv1126_inits *)of_device_get_match_data(&pdev->dev); in clk_rv1126_probe()
1182 return -EINVAL; in clk_rv1126_probe()
1184 if (init_data->inits) in clk_rv1126_probe()
1185 init_data->inits(np); in clk_rv1126_probe()
1192 .name = "clk-rv1126",