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

Commit 70c014e0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents d2e8211a 421bdd58
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2159,8 +2159,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>;