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-aon
25 '#clock-cells':
28 clocks:
30 - description: LPASS Core voting clock
31 - description: Glitch Free Mux register clock
33 clock-names:
35 - const: core
36 - const: bus
39 - compatible
40 - reg
41 - '#clock-cells'
42 - clocks
43 - clock-names
48 - |
49 #include <dt-bindings/clock/qcom,sm8250-lpass-aoncc.h>
50 #include <dt-bindings/sound/qcom,q6afe.h>
51 clock-controller@3800000 {
52 #clock-cells = <1>;
53 compatible = "qcom,sm8250-lpass-aon";
55 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>,
57 clock-names = "core", "bus";