Commit b40dd23f authored by Jeffrey Hugo's avatar Jeffrey Hugo Committed by Bjorn Andersson

arm64: dts: qcom: msm8998-clamshell: Remove retention idle state

The retention idle state does not appear to be supported by the firmware
present on the msm8998 laptops since the state is advertised as disabled
in ACPI, and attempting to enable the state in DT is observed to result
in boot hangs.  Therefore, remove the state from use to address the
observed issues.
Reviewed-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Fixes: 2c6d2d3a (arm64: dts: qcom: Add Lenovo Miix 630)
Signed-off-by: default avatarJeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 43b0a4b4
......@@ -37,6 +37,43 @@ bluetooth {
};
};
/*
* The laptop FW does not appear to support the retention state as it is
* not advertised as enabled in ACPI, and enabling it in DT can cause boot
* hangs.
*/
&CPU0 {
cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
};
&CPU1 {
cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
};
&CPU2 {
cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
};
&CPU3 {
cpu-idle-states = <&LITTLE_CPU_SLEEP_1>;
};
&CPU4 {
cpu-idle-states = <&BIG_CPU_SLEEP_1>;
};
&CPU5 {
cpu-idle-states = <&BIG_CPU_SLEEP_1>;
};
&CPU6 {
cpu-idle-states = <&BIG_CPU_SLEEP_1>;
};
&CPU7 {
cpu-idle-states = <&BIG_CPU_SLEEP_1>;
};
&qusb2phy {
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment