Lines Matching +full:gcc +full:- +full:sdm630
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
14 #include <linux/clk-provider.h>
16 #include <linux/reset-controller.h>
18 #include <dt-bindings/clock/qcom,gcc-sdm660.h>
21 #include "clk-regmap.h"
22 #include "clk-alpha-pll.h"
23 #include "clk-rcg.h"
24 #include "clk-branch.h"
28 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) }
2432 { .compatible = "qcom,gcc-sdm630" },
2433 { .compatible = "qcom,gcc-sdm660" },
2461 .name = "gcc-sdm660",
2479 MODULE_DESCRIPTION("QCOM GCC sdm660 Driver");