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

Commit 6a14ec97 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 GCC, CPU & RPM device node for QCS405" into msm-4.14

parents 2129705e e3c2d97b
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@
 */

#include "skeleton64.dtsi"
#include <dt-bindings/clock/qcom,gcc-qcs405.h>
#include <dt-bindings/clock/qcom,cpu-qcs405.h>
#include <dt-bindings/clock/qcom,rpmcc.h>

/ {
	model = "Qualcomm Technologies, Inc. QCS405";
@@ -133,6 +136,24 @@
		clock-frequency = <32768>;
	};

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

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

	clock_cpu: qcom,cpu {
		compatible = "qcom,dummycc";
		clock-output-names = "cpu_clocks";
		#clock-cells = <1>;
	};

	cpu-pmu {
		compatible = "arm,armv8-pmuv3";
		interrupts = <1 7 0xff00>;
@@ -224,3 +245,13 @@
		#thermal-sensor-cells = <1>;
	};
};

#include "qcs405-gdsc.dtsi"

&gdsc_mdss {
	status = "ok";
};

&gdsc_oxili_gx {
	status = "ok";
};