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

Commit 0bb9cb67 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 Lahaina V2"

parents d9af042b c5aa4942
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,8 +2,11 @@ Qualcomm Technologies, Inc. Camera Clock & Reset Controller Binding
-------------------------------------------------------------------

Required properties :
- compatible : shall contain "qcom,sdm845-camcc" or "qcom,lahaina-camcc",
		"qcom,shima-camcc".
- compatible : shall contain only one of the following:
			"qcom,sdm845-camcc"
			"qcom,lahaina-camcc"
			"qcom,lahaina-camcc-v2"
			"qcom,shima-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
@@ -121,4 +121,8 @@
			0x0244 0x03 0x0>;
};

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

#include "lahaina-v2-gpu.dtsi"