Searched +full:gpucc +full:- +full:sdm660 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/qcom,gpucc-sdm660.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Graphics Clock & Reset Controller on SDM630 and SDM66010 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>14 power domains on SDM630 and SDM660.16 See also dt-bindings/clock/qcom,gpucc-sdm660.h.21 - qcom,gpucc-sdm63022 - qcom,gpucc-sdm660[all …]
1 // SPDX-License-Identifier: GPL-2.0-only10 #include <linux/clk-provider.h>17 #include <linux/reset-controller.h>18 #include <dt-bindings/clock/qcom,gpucc-sdm660.h>20 #include "clk-alpha-pll.h"22 #include "clk-regmap.h"23 #include "clk-pll.h"24 #include "clk-rcg.h"25 #include "clk-branch.h"301 { .compatible = "qcom,gpucc-sdm660" },[all …]