Lines Matching +full:ab8500 +full:- +full:sysctrl
1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2012 ST-Ericsson SA
14 #include <linux/mfd/abx500/ab8500.h>
15 #include <linux/mfd/abx500/ab8500-sysctrl.h>
17 #include <linux/clk-provider.h>
18 #include <dt-bindings/clock/ste-ab8500.h>
26 /* Clock definitions for ab8500 */
31 struct device_node *np = dev->of_node; in ab8500_reg_clks()
92 struct ab8500 *parent = dev_get_drvdata(pdev->dev.parent); in abx500_clk_probe()
96 ret = ab8500_reg_clks(&pdev->dev); in abx500_clk_probe()
98 dev_err(&pdev->dev, "non supported plf id\n"); in abx500_clk_probe()
99 return -ENODEV; in abx500_clk_probe()
106 { .compatible = "stericsson,ab8500-clk", },
112 .name = "abx500-clk",