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

Commit c227dd11 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add dummy clock providers for 8992 RUMI"

parents 80fb509d 98a1bc9a
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -45,3 +45,22 @@
		pinctrl-0 = <&eth_irq_default &spi0_unused_cs_default>;
	};
};

&clock_gcc {
	compatible = "qcom,dummycc";
	#clock-cells = <1>;
};

&clock_rpm {
	compatible = "qcom,dummycc";
	#clock-cells = <1>;
};

&clock_mmss {
	compatible = "qcom,dummycc";
	#clock-cells = <1>;
};

&clock_debug {
	status = "disabled";
};