mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
e216ce60a9
The APQ8064 multimedia clock controller is fairly similar to the 8960 multimedia clock controller, except that gfx2d0/1 has been removed and the gfx3d frequency is slightly faster when using the newly introduced PLL15. We also add vcap clocks and a couple new TV clocks. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
24 lines
574 B
Plaintext
24 lines
574 B
Plaintext
Qualcomm Multimedia Clock & Reset Controller Binding
|
|
----------------------------------------------------
|
|
|
|
Required properties :
|
|
- compatible : shall contain only one of the following:
|
|
|
|
"qcom,mmcc-apq8064"
|
|
"qcom,mmcc-apq8084"
|
|
"qcom,mmcc-msm8660"
|
|
"qcom,mmcc-msm8960"
|
|
"qcom,mmcc-msm8974"
|
|
|
|
- reg : shall contain base register location and length
|
|
- #clock-cells : shall contain 1
|
|
- #reset-cells : shall contain 1
|
|
|
|
Example:
|
|
clock-controller@4000000 {
|
|
compatible = "qcom,mmcc-msm8960";
|
|
reg = <0x4000000 0x1000>;
|
|
#clock-cells = <1>;
|
|
#reset-cells = <1>;
|
|
};
|