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

Commit b75abf6c 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 support for MSM8992"

parents aa01b110 50fa12e6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -257,6 +257,16 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	clock_rpm: qcom,rpmcc@fc401880 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	clock_mmss: qcom,mmsscc@fd8c0000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};
};

#include "msm8992-ion.dtsi"