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

Commit 152d0efb 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 cpu clock device for 8610"

parents 9f0e2b2e 7bb88971
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -279,6 +279,8 @@
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,cpus-as-clocks;
		qcom,synced-clocks;
	};

	qcom,cpu-sleep-status@f9088008{
+2 −0
Original line number Diff line number Diff line
@@ -270,6 +270,8 @@
		qcom,pc-mode = "tz_l2_int";
		qcom,use-sync-timer;
		qcom,pc-resets-timer;
		qcom,cpus-as-clocks;
		qcom,synced-clocks;
	};

	qcom,cpu-sleep-status@f9088008{
+24 −4
Original line number Diff line number Diff line
@@ -504,11 +504,31 @@
		qcom,ipi-ping;
	};

	qcom,acpuclk@f9011050 {
		compatible = "qcom,acpuclk-a7";
	qcom,clock-a7@f9011050 {
		compatible = "qcom,clock-a7-8226";
		reg = <0xf9011050 0x8>;
		reg-names = "rcg_base";
		a7_cpu-supply = <&apc_vreg_corner>;
		reg-names = "rcg-base";
		clock-names = "clk-4", "clk-5";
		qcom,speed0-bin-v0 =
			<         0 0>,
			< 384000000 1>,
			< 787200000 2>,
			<1190400000 3>;

		cpu-vdd-supply = <&apc_vreg_corner>;
	};

	qcom,msm-cpufreq@0 {
		reg = <0 4>;
		compatible = "qcom,msm-cpufreq";
		qcom,cpu-mem-ports = <1 512>;
		qcom,cpufreq-table =
			<  300000  800 /* 100 MHz */ >,
			<  384000  800 /* 100 MHz */ >,
			<  600000 1600 /* 200 MHz */ >,
			<  787200 1600 /* 200 MHz */ >,
			<  998400 2664 /* 333 MHz */ >,
			< 1190400 2664 /* 333 MHz */ >;
	};

	spmi_bus: qcom,spmi@fc4c0000 {