aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt
blob: ceef5e66fa241299962cf7ac7e554083059f88fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Qualcomm RPM Clock Controller Binding
------------------------------------------------

Required properties :
- compatible : shall contain only one of the following:

			"qcom,rpmcc-msm8916"

- #clock-cells : shall contain 1

Example:
	rpmcc: rpmcc {
		compatible = "qcom,rpmcc-msm8916";
		#clock-cells = <1>;
	};