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:
@ -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";
|
||||
};
|
||||
|
||||
@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user