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

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

Merge "ARM: dts: msm: Update camcc clock node for LITO v2"

parents be895f42 26124530
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ Qualcomm Technologies, Inc. Camera Clock & Reset Controller Binding

Required properties :
- compatible: must contain "qcom,camcc-sm8150", "qcom,camcc-sm8150-v2",
		"qcom,camcc-kona", "qcom,camcc-kona-v2" or "qcom,lito-camcc".
		"qcom,camcc-kona", "qcom,camcc-kona-v2" or "qcom,lito-camcc"
		or "qcom,lito-camcc-v2".
- 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
@@ -5,3 +5,7 @@
	compatible = "qcom,lito";
	qcom,msm-id = <400 0x20000>;
};

&camcc {
	compatible = "qcom,lito-camcc-v2";
};