mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
tm2: disable 64bit cpu idle state to enable smp [1/1]
PD#SWPL-143630 Problem: smp for 64bit hung. Solution: mask idle state temporarily Verify: TM2 ab301 Change-Id: I8c432b724d60eff65aa1b70e7113028d34247bef Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
This commit is contained in:
committed by
Jianxin Pan
parent
67127b1b77
commit
bca767a71a
@@ -20,7 +20,7 @@
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x0>;
|
||||
enable-method = "psci";
|
||||
cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
//cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
next-level-cache = <&l2>;
|
||||
//clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_CLK_DYN>,
|
||||
@@ -45,7 +45,7 @@
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x1>;
|
||||
enable-method = "psci";
|
||||
cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
//cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
next-level-cache = <&l2>;
|
||||
//clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_CLK_DYN>,
|
||||
@@ -70,7 +70,7 @@
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x2>;
|
||||
enable-method = "psci";
|
||||
cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
//cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
next-level-cache = <&l2>;
|
||||
//clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_CLK_DYN>,
|
||||
@@ -95,7 +95,7 @@
|
||||
compatible = "arm,cortex-a55";
|
||||
reg = <0x0 0x3>;
|
||||
enable-method = "psci";
|
||||
cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
//cpu-idle-states = <&CPU_SLEEP_0>;
|
||||
next-level-cache = <&l2>;
|
||||
//clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_CLK_DYN>,
|
||||
|
||||
Reference in New Issue
Block a user