Searched +full:sc7180 +full:- +full:camcc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-camcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Camera Clock & Reset Controller on SC718010 - Taniya Das <quic_tdas@quicinc.com>14 domains on SC7180.16 See also:: include/dt-bindings/clock/qcom,camcc-sc7180.h19 - $ref: qcom,gcc.yaml#23 const: qcom,sc7180-camcc[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/gpio-keys.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/leds/common.h>12 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>13 #include <dt-bindings/sound/sc7180-lpass.h>15 #include "sc7180.dtsi"16 #include "sc7180-firmware-tfa.dtsi"17 /* PMICs depend on spmi_bus label and so must come after sc7180.dtsi */[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>15 #include <dt-bindings/clock/qcom,camcc-sc7180.h>17 #include "clk-alpha-pll.h"18 #include "clk-branch.h"19 #include "clk-rcg.h"20 #include "clk-regmap.h"1637 { .compatible = "qcom,sc7180-camcc" },1647 ret = devm_pm_runtime_enable(&pdev->dev); in cam_cc_sc7180_probe()1651 ret = devm_pm_clk_create(&pdev->dev); in cam_cc_sc7180_probe()[all …]