mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
txhd2: pxp bringup kernel basic environment CPUIDLE [1/1]
PD#SWPL-119915 Problem: enable cpu idle Solution: enable cpu idle Verify: txhd2 Change-Id: I30919e34c6775db36d1eb705e06639c682a77763 Signed-off-by: xia.jin <xia.jin@amlogic.com>
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
|
||||
CPU0:cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55","arm,armv8";
|
||||
compatible = "arm,cortex-a53","arm,armv8";
|
||||
reg = <0x0>;
|
||||
enable-method = "psci";
|
||||
// cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
// #cooling-cells = <2>;
|
||||
// clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_DYN_CLK>,
|
||||
@@ -46,10 +46,10 @@
|
||||
|
||||
CPU1:cpu@1{
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55","arm,armv8";
|
||||
compatible = "arm,cortex-a53","arm,armv8";
|
||||
reg = <0x1>;
|
||||
enable-method = "psci";
|
||||
// cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
// #cooling-cells = <2>;
|
||||
// clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_DYN_CLK>,
|
||||
@@ -65,10 +65,10 @@
|
||||
|
||||
CPU2:cpu@2 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55","arm,armv8";
|
||||
compatible = "arm,cortex-a53","arm,armv8";
|
||||
reg = <0x2>;
|
||||
enable-method = "psci";
|
||||
// cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
// #cooling-cells = <2>;
|
||||
// clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_DYN_CLK>,
|
||||
@@ -84,10 +84,10 @@
|
||||
|
||||
CPU3:cpu@3 {
|
||||
device_type = "cpu";
|
||||
compatible = "arm,cortex-a55","arm,armv8";
|
||||
compatible = "arm,cortex-a53","arm,armv8";
|
||||
reg = <0x3>;
|
||||
enable-method = "psci";
|
||||
// cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
cpu-idle-states = <&CPU_SLEEP_0 &SYSTEM_SLEEP_0>;
|
||||
// #cooling-cells = <2>;
|
||||
// clocks = <&clkc CLKID_CPU_CLK>,
|
||||
// <&clkc CLKID_CPU_DYN_CLK>,
|
||||
|
||||
Reference in New Issue
Block a user