MLK-15008-1 ARM64: dts: freescale: imx8qxp: update cpu-freq opp table

Update i.MX8QXP cpu-freq opp table according to SCFW setting,
and move the cpu-freq opp table to soc dtsi instead of board
dtb, as it is SoC feature.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
This commit is contained in:
Anson Huang
2017-06-06 00:13:23 +08:00
committed by Jason Liu
parent 91d42be879
commit 1cd89db044
2 changed files with 8 additions and 5 deletions

View File

@ -28,11 +28,6 @@
reg = <0x0 0x0>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
operating-points = <
/* kHz uV */
1000000 1150000
>;
clocks = <&clk IMX8QXP_A35_DIV>;
};
A35_1: cpu@1 {

View File

@ -1005,3 +1005,11 @@
power-domains = <&pd_hifi>;
};
};
&A35_0 {
operating-points = <
/* kHz uV */
1200000 1150000
>;
clocks = <&clk IMX8QXP_A35_DIV>;
};