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

Commit 421bdd58 authored by Sarthak Garg's avatar Sarthak Garg
Browse files

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

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

Change-Id: I28758c1fcd04870d544afa6efbc9369aafaaace3
parent a453e1f0
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2021,8 +2021,12 @@
				<GIC_SPI 352 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 = <&system_noc MASTER_EMMC &bimc SLAVE_EBI>,
			<&bimc MASTER_AMPSS_M0 &config_noc SLAVE_EMMC_CFG>;