Lines Matching +full:clock +full:- +full:bindings
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#
7 title: Clock bindings for LPASS Always ON Clock Controller on SM8250 SoCs
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13 The clock consumer should specify the desired clock by having the clock
15 See include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h for the full list
16 of Audio Clock controller clock IDs.
20 const: qcom,sm8250-lpass-aon
25 '#clock-cells':
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";
57 clock-names = "core", "bus";