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

Commit 95b7724b authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add a dummy clock node for CPU clocks on MSMSKUNK



Support drivers needing references to the CPU clocks by
registering these clocks with the dummy clock controller.

Change-Id: I2faa8d601fc8fe418c32a7ccbea68a3b10428f91
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 925b8b62
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -497,6 +497,13 @@
		#reset-cells = <1>;
	};

	clock_cpucc: qcom,cpucc {
		compatible = "qcom,dummycc";
		clock-output-names = "cpucc_clocks";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	ufsphy_mem: ufsphy_mem@1d87000 {
		reg = <0x1d87000 0xda8>; /* PHY regs */
		reg-names = "phy_mem";