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

Commit c34628f3 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 a CPU clock scaling device for the MSM8939"

parents c291e22c c945c7ce
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -784,6 +784,45 @@
		#clock-cells = <1>;
	};

	clock_cpu: qcom,cpu-clock-8939@b111050 {
		compatible = "qcom,cpu-clock-8939";
		reg = <0x0b111050 0x8>,
			<0xb011050 0x8>,
			<0xb1d1050 0x8>;
		reg-names = "apcs-c0-rcg-base", "apcs-c1-rcg-base",
				"apcs-cci-rcg-base";
		vdd-c0-supply = <&apc_vreg_corner>;
		vdd-c1-supply = <&apc_vreg_corner>;
		vdd-cci-supply = <&apc_vreg_corner>;
		clocks = <&clock_gcc clk_gpll0_ao>,
			 <&clock_gcc clk_a53ss_c0_pll>,
			 <&clock_gcc clk_gpll0_ao>,
			 <&clock_gcc clk_a53ss_c1_pll>,
			 <&clock_gcc clk_gpll0_ao>,
			 <&clock_gcc clk_a53ss_cci_pll>;
		clock-names = "clk-c0-4", "clk-c0-5",
				"clk-c1-4", "clk-c1-5",
				"clk-cci-4", "clk-cci-5";
		qcom,speed0-bin-v0-c0 =
			<          0 0>,
			<  250000000 1>,
			<  500000000 2>,
			<  998400000 3>;

		qcom,speed0-bin-v0-c1 =
			<          0 0>,
			<  400000000 1>,
			<  800000000 2>,
			< 1536800000 3>;

		qcom,speed0-bin-v0-cci =
			<          0 0>,
			<  200000000 1>,
			<  300000000 2>,
			<  800000000 3>;
		#clock-cells = <1>;
	};

	qcom_tzlog: tz-log@8600720 {
		compatible = "qcom,tz-log";
		reg = <0x08600720 0x1000>;