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

Commit 603be71f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add camcc clock node for Kona V2"

parents 0e9e04af 02170986
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ Qualcomm Technologies, Inc. Camera Clock & Reset Controller Binding
-------------------------------------------------------------------

Required properties :
- compatible: must contain "qcom,camcc-sm8150", "qcom,camcc-sm8150-v2"
		   , "qcom,camcc-kona" or "qcom,lito-camcc".
- compatible: must contain "qcom,camcc-sm8150", "qcom,camcc-sm8150-v2",
		"qcom,camcc-kona", "qcom,camcc-kona-v2" or "qcom,lito-camcc".
- reg: shall contain base register location and length.
- reg-names: names of registers listed in the same order as in
	     the reg property.
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
&CPU7 {
	dynamic-power-coefficient = <642>;
};

&clock_camcc {
	compatible = "qcom,camcc-kona-v2", "syscon";
};