Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8458de2c authored by Naveen Yadav's avatar Naveen Yadav Committed by Gerrit - the friendly Code Review server
Browse files

bindings: clock: Add support for Scuba clock controller

Update the GCC, GPUCC, DISPCC and Debug clock controller
for Scuba device.

Change-Id: I4881ecc09f5414c29e62cf815b2af58a264cddcb
parent 009b6acf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ Qualcomm Technologies, Inc. Debug Clock Controller Binding

Required properties :
- compatible: Shall contain "qcom,kona-debugcc", "qcom,lito-debugcc",
		"qcom,bengal-debugcc" or "qcom,lagoon-debugcc".
		"qcom,bengal-debugcc", "qcom,lagoon-debugcc" or
		"qcom,scuba-debugcc".
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ Required properties :
		"qcom,lito-dispcc"
		"qcom,bengal-dispcc"
		"qcom,lagoon-dispcc"
		"qcom,scuba-dispcc".
- reg : shall contain base register location and length.
- vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf
of the clocks.
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ Required properties :
			"qcom,gcc-lito"
			"qcom,bengal-gcc"
			"qcom,lagoon-gcc"
			"qcom,scuba-gcc".

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ Required properties :
		"qcom,lito-gpucc".
		"qcom,bengal-gpucc"
		"qcom,lagoon-gpucc".
		"qcom,scuba-gpucc".
- reg: shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
		Must contain "cc_base".