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

Commit 9ae12876 authored by Odelu Kukatla's avatar Odelu Kukatla
Browse files

ARM: dts: msm: Enable OSM CPU clocks for SDM630



OSM cpu clocks require the supply rails on which power and perf
clusters are connected, so add the same.
And also enable the OSM cpu clocks.

Change-Id: Ied5e360d3569fb5f75a08d8495ec783886b924fd
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 88fee0f3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1095,13 +1095,15 @@

	clock_cpu: qcom,clk-cpu-630@179c0000 {
		compatible = "qcom,clk-cpu-osm-sdm630";
		status = "disabled";
		reg = <0x179c0000 0x4000>, <0x17916000 0x1000>,
			<0x17816000 0x1000>, <0x179d1000 0x1000>,
			<0x00784130 0x8>;
		reg-names = "osm", "pwrcl_pll", "perfcl_pll",
			"apcs_common", "perfcl_efuse";

		vdd-pwrcl-supply = <&apc0_pwrcl_vreg>;
		vdd-perfcl-supply = <&apc1_perfcl_vreg>;

		interrupts = <GIC_SPI 35 IRQ_TYPE_EDGE_RISING>,
			<GIC_SPI 36 IRQ_TYPE_EDGE_RISING>;
		interrupt-names = "pwrcl-irq", "perfcl-irq";