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

Commit ca3f7925 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

ARM: dts: msm: Add ice core clock node for shima

Add ice core clock node in the devicetree file for shima.

Change-Id: I77221a48b93e99e4faa451b2f58ef256f585af52
parent a453e1f0
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1508,8 +1508,12 @@
				<GIC_SPI 656 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "hc_irq", "pwr_irq";

		clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
		clock-names = "core", "iface";
		clocks = <&gcc GCC_SDCC1_APPS_CLK>,
			<&gcc GCC_SDCC1_AHB_CLK>,
			<&gcc GCC_SDCC1_ICE_CORE_CLK>;
		clock-names = "core", "iface", "ice_core";

		qcom,ice-clk-rates = <300000000 100000000>;

		interconnects = <&aggre1_noc MASTER_SDCC_1 &mc_virt SLAVE_EBI1>,
			<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_SDC_1>;