Lines Matching +full:vdd_gfx +full:- +full:supply
1 // SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/clk-provider.h>
14 #include <linux/reset-controller.h>
17 #include <dt-bindings/clock/qcom,mmcc-msm8994.h>
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
22 #include "clk-alpha-pll.h"
23 #include "clk-rcg.h"
24 #include "clk-branch.h"
2382 .supply = "VDD_GFX",
2553 { .compatible = "qcom,mmcc-msm8992" },
2554 { .compatible = "qcom,mmcc-msm8994" }, /* V2 and V2.1 */
2563 if (of_device_is_compatible(pdev->dev.of_node, "qcom,mmcc-msm8992")) { in mmcc_msm8994_probe()
2605 return qcom_cc_really_probe(&pdev->dev, &mmcc_msm8994_desc, regmap); in mmcc_msm8994_probe()
2611 .name = "mmcc-msm8994",
2619 MODULE_ALIAS("platform:mmcc-msm8994");