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:
@ -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 {
|
||||
|
||||
@ -1005,3 +1005,11 @@
|
||||
power-domains = <&pd_hifi>;
|
||||
};
|
||||
};
|
||||
|
||||
&A35_0 {
|
||||
operating-points = <
|
||||
/* kHz uV */
|
||||
1200000 1150000
|
||||
>;
|
||||
clocks = <&clk IMX8QXP_A35_DIV>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user