MLK-15008-2 ARM64: dts: freescale: imx8qm: update cpu-freq opp table

Update i.MX8QM 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:15:41 +08:00
committed by Jason Liu
parent 1cd89db044
commit ee60b1e77e
2 changed files with 16 additions and 16 deletions

View File

@ -471,22 +471,6 @@
status = "okay";
};
&A53_0 {
operating-points = <
/* kHz uV */
1296000 1150000
>;
clocks = <&clk IMX8QM_A53_DIV>;
};
&A72_0 {
operating-points = <
/* kHz uV */
1800000 1150000
>;
clocks = <&clk IMX8QM_A72_DIV>;
};
&gpu_3d0 {
status = "okay";
};

View File

@ -1639,3 +1639,19 @@
status = "disabled";
};
};
&A53_0 {
operating-points = <
/* kHz uV */
1200000 1150000
>;
clocks = <&clk IMX8QM_A53_DIV>;
};
&A72_0 {
operating-points = <
/* kHz uV */
1584000 1150000
>;
clocks = <&clk IMX8QM_A72_DIV>;
};