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

Commit 735ea256 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

ARM: dts: msm: Update device nodes for CCs of sa8155



Clock controllers requires re-enabling of critical clocks
in restore path on sa8155 and sa8155-v2.

Change-Id: I44ba921239ae3cd9800c4e75e3011d3f6ff5b699
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 9a89abbe
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -23,3 +23,19 @@
&clock_scc {
&clock_scc {
	compatible = "qcom,scc-sa8155";
	compatible = "qcom,scc-sa8155";
};
};

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

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

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

&clock_camcc {
	compatible = "qcom,camcc-sa8155", "syscon";
};
+16 −0
Original line number Original line Diff line number Diff line
@@ -122,3 +122,19 @@
&clock_scc {
&clock_scc {
	compatible = "qcom,scc-sa8155-v2";
	compatible = "qcom,scc-sa8155-v2";
};
};

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

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

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

&clock_camcc {
	compatible = "qcom,camcc-sa8155-v2", "syscon";
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -72,6 +72,10 @@
	status = "ok";
	status = "ok";
};
};


&clock_gpucc {
	compatible = "qcom,gpucc-sa8155", "syscon";
};

&cam_csiphy0 {
&cam_csiphy0 {
	mipi-csi-vdd-supply = <&pm8150_2_l8>;
	mipi-csi-vdd-supply = <&pm8150_2_l8>;
};
};