linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64: dts: freescale: imx8qxp: add cpu opp table
@ 2019-02-13  3:08 Anson Huang
  2019-02-13  3:09 ` [PATCH 2/3] arm64: defconfig: enable i.mx system controller cpufreq Anson Huang
  2019-02-13  3:09 ` [PATCH 3/3] cpufreq: imx-sc: add i.mx system controller cpufreq support Anson Huang
  0 siblings, 2 replies; 9+ messages in thread
From: Anson Huang @ 2019-02-13  3:08 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	catalin.marinas, will.deacon, rjw, viresh.kumar, Aisheng Dong,
	Daniel Baluta, Andy Gross, horms+renesas, heiko, arnd,
	bjorn.andersson, jagan, enric.balletbo, marc.w.gonzalez, olof,
	devicetree, linux-arm-kernel, linux-kernel, linux-pm
  Cc: dl-linux-imx

Add i.MX8QXP CPU opp table to support cpufreq.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index 4c3dd95..3c27975 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@ -34,6 +34,14 @@
 			reg = <0x0 0x0>;
 			enable-method = "psci";
 			next-level-cache = <&A35_L2>;
+			operating-points = <
+			       /* kHz  uV*/
+			       1200000 1100000
+				900000 1000000
+			>;
+			clocks = <&clk IMX_A35_CLK>;
+			clock-latency = <61036>;
+			#cooling-cells = <2>;
 		};
 
 		A35_1: cpu@1 {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-02-13 10:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  3:08 [PATCH 1/3] arm64: dts: freescale: imx8qxp: add cpu opp table Anson Huang
2019-02-13  3:09 ` [PATCH 2/3] arm64: defconfig: enable i.mx system controller cpufreq Anson Huang
2019-02-13  3:09 ` [PATCH 3/3] cpufreq: imx-sc: add i.mx system controller cpufreq support Anson Huang
2019-02-13  7:09   ` Viresh Kumar
2019-02-13  8:46     ` Anson Huang
2019-02-13  8:53       ` Anson Huang
2019-02-13 10:15         ` Viresh Kumar
2019-02-13 10:35           ` Anson Huang
2019-02-13 10:12       ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).