1
0
Fork 0

MLK-15342-2 arm64: dts: freescale: imx8mq: add cpu opp table

Add i.MX8MQ cpu OPP table info for cpu-freq driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
pull/10/head
Anson Huang 2017-07-05 15:47:15 +08:00 committed by Jason Liu
parent 6694378fe7
commit 1057cf9d7e
1 changed files with 14 additions and 0 deletions

View File

@ -744,3 +744,17 @@
status = "disabled";
};
};
&A53_0 {
operating-points = <
/* kHz uV */
1200000 900000
800000 900000
>;
clocks = <&clk IMX8MQ_CLK_A53_DIV>, <&clk IMX8MQ_CLK_A53_SRC>,
<&clk IMX8MQ_ARM_PLL>, <&clk IMX8MQ_ARM_PLL_OUT>,
<&clk IMX8MQ_SYS1_PLL_800M>;
clock-names = "a53", "arm_a53_src", "arm_pll",
"arm_pll_out", "sys1_pll_800m";
clock-latency = <61036>;
};