summaryrefslogtreecommitdiff
path: root/bindings/clock/qcom,dispcc.txt
blob: 70deebdaf8cab219d60167d1891570dcbe4fa6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Qualcomm Technologies, Inc. Display Clock Controller Binding
------------------------------------------------------------

Required properties :

- compatible : shall contain only one of the following:

			"qcom,sdm845-dispcc"
			"qcom,lahaina-dispcc"
			"qcom,shima-dispcc"
			"qcom,holi-dispcc"
			"qcom,sm8150-dispcc"
			"qcom,sm8150-dispcc-v2"
			"qcom,yupik-dispcc"
			"qcom,scshrike-dispcc"
			"qcom,scshrike-dispcc-v2"
			"qcom,sm6150-dispcc"
			"qcom,sa6155-dispcc"
			"qcom,monaco-dispcc"
			"qcom,blair-dispcc"
			"qcom,scuba-dispcc"
			"qcom,direwolf-dispcc0"
			"qcom,direwolf-dispcc1"
			"qcom,bengal-dispcc"
			"qcom,lemans-dispcc0"
			"qcom,lemans-dispcc1"
			"qcom,kona-dispcc"
			"qcom,scuba-dispcc"
			"qcom,lemans-dispcc0"
			"qcom,lemans-dispcc1"
                        "qcom,sm8250-dispcc"
			"qcom,crow-dispcc"

- reg : shall contain base register location and length.
- #clock-cells : from common clock binding, shall contain 1.
- #reset-cells : from common reset binding, shall contain 1.
- #power-domain-cells : from generic power domain binding, shall contain 1.

Example:
	dispcc: clock-controller@af00000 {
		compatible = "qcom,sdm845-dispcc";
		reg = <0xaf00000 0x100000>;
		#clock-cells = <1>;
		#reset-cells = <1>;
		#power-domain-cells = <1>;
	};