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

Commit 17189323 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 8936"

parents d5f1d301 dd169582
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 */

#include "skeleton64.dtsi"
#include <dt-bindings/clock/msm-clocks-8916.h>

/ {
	model = "Qualcomm MSM8936";
@@ -359,4 +360,15 @@
		qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 5 6 7 8 9>;
	};

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

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

};