Lines Matching +full:q6afe +full:- +full:clocks
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,aoncc-sm8250.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
14 ID in its "clocks" phandle cell.
15 See include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h for the full list
20 const: qcom,sm8250-lpass-aoncc
25 '#clock-cells':
28 clocks:
30 - description: LPASS Core voting clock
31 - description: LPASS Audio codec voting clock
32 - description: Glitch Free Mux register clock
34 clock-names:
36 - const: core
37 - const: audio
38 - const: bus
41 - compatible
42 - reg
43 - '#clock-cells'
44 - clocks
45 - clock-names
50 - |
51 #include <dt-bindings/clock/qcom,sm8250-lpass-aoncc.h>
52 #include <dt-bindings/sound/qcom,q6afe.h>
53 clock-controller@3800000 {
54 #clock-cells = <1>;
55 compatible = "qcom,sm8250-lpass-aoncc";
57 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
60 clock-names = "core", "audio", "bus";