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

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

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

parents 699cb267 5c881fa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ Qualcomm Video Clock & Reset Controller Binding
-----------------------------------------------

Required properties :
- compatible : shall contain "qcom,sdm845-videocc" or "qcom,kona-videocc"
		or "qcom,lito-videocc"
- compatible : shall contain "qcom,sdm845-videocc", "qcom,videocc-kona",
		"qcom,videocc-kona-v2" or "qcom,lito-videocc"
- reg : shall contain base register location and length
- clock-names : Shall contain "cfg_ahb_clk"
- clocks : phandle + clock reference to the GCC AHB clock.
+4 −0
Original line number Diff line number Diff line
@@ -25,3 +25,7 @@
&clock_camcc {
	compatible = "qcom,camcc-kona-v2", "syscon";
};

&clock_videocc {
	compatible = "qcom,videocc-kona-v2", "syscon";
};