1
0
Fork 0

MLK-20224 ARM64: dts: freescale: imx8qxp: disable cpu-idle by default

With cpu-idle enabled, we observe that DSI panel display is NOT
working on i.MX8QXP MEK board, still under debugging, since cpu-idle
ONLY saves ~15mA in runtime, it is NOT valuable enough compare to
whole system, so disable it for now until everything is stable enough.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Nitin Garg <nitin.garg@nxp.com>
pull/10/head
Anson Huang 2018-11-03 11:11:54 +08:00
parent bf852ad46f
commit 59f54c6d9d
2 changed files with 0 additions and 6 deletions

View File

@ -28,7 +28,6 @@
reg = <0x0 0x0>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
A35_1: cpu@1 {
@ -37,7 +36,6 @@
reg = <0x0 0x1>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
A35_2: cpu@2 {
@ -46,7 +44,6 @@
reg = <0x0 0x2>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
A35_3: cpu@3 {
@ -55,7 +52,6 @@
reg = <0x0 0x3>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
A35_L2: l2-cache0 {

View File

@ -26,7 +26,6 @@
reg = <0x0 0x2>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
A35_3: cpu@3 {
@ -35,7 +34,6 @@
reg = <0x0 0x3>;
enable-method = "psci";
next-level-cache = <&A35_L2>;
cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
};