From be9cf2f5b4f02d5a0b9518f1554fdf059cb43c48 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Mon, 11 Feb 2019 15:14:51 +0800 Subject: arm64: dts: freescale: imx8qxp: add cpu opp table Add CPU opp table for cpu-freq. Signed-off-by: Anson Huang --- arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'arch/arm64/boot/dts/freescale/imx8qxp.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi index 4c0b8d333c1e..4fb7bf54f630 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi @@ -331,3 +331,15 @@ &edma2 { status = "okay"; }; + +&A35_0 { + operating-points = < + /* kHz uV*/ + /* voltage is maintained by SCFW, so no need here */ + 1200000 0 + 900000 0 + >; + clocks = <&clk IMX_A35_CLK>; + clock-latency = <61036>; + #cooling-cells = <2>; +}; -- cgit v1.2.3