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

Commit a85718ff authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add the clock nodes for SM8150 v2



Add the clock nodes for the peripheral, camera, video, NPU
and display clocks on SM8150 v2.

Change-Id: Idd669b3708ed03543b3bc4c70b88a32da756ca04
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 10fb1d73
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -17,3 +17,23 @@
	qcom,msm-name = "SM8150 V2";
	qcom,msm-id = <339 0x20000>;
};

&clock_gcc {
	compatible = "qcom,gcc-sm8150-v2", "syscon";
};

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

&clock_dispcc {
	compatible = "qcom,dispcc-sm8150-v2", "syscon";
};

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

&clock_npucc {
	compatible = "qcom,npucc-sm8150-v2", "syscon";
};