Searched +full:sm4450 +full:- +full:camcc (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,sm4450-camcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Camera Clock & Reset Controller on SM445010 - Ajit Pandey <quic_ajipan@quicinc.com>11 - Taniya Das <quic_tdas@quicinc.com>15 domains on SM445017 See also:: include/dt-bindings/clock/qcom,sm4450-camcc.h21 const: qcom,sm4450-camcc[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>13 #include <dt-bindings/clock/qcom,sm4450-camcc.h>15 #include "clk-alpha-pll.h"16 #include "clk-branch.h"17 #include "clk-pll.h"18 #include "clk-rcg.h"19 #include "clk-regmap.h"1655 { .compatible = "qcom,sm4450-camcc" },1674 return qcom_cc_really_probe(&pdev->dev, &cam_cc_sm4450_desc, regmap); in cam_cc_sm4450_probe()[all …]