Commit 3011e0c8 authored by Radhey Shyam Pandey's avatar Radhey Shyam Pandey Committed by Michal Simek
parent 06c2afb8
...@@ -33,6 +33,7 @@ cpu0: cpu@0 { ...@@ -33,6 +33,7 @@ cpu0: cpu@0 {
operating-points-v2 = <&cpu_opp_table>; operating-points-v2 = <&cpu_opp_table>;
reg = <0x0>; reg = <0x0>;
cpu-idle-states = <&CPU_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2>;
}; };
cpu1: cpu@1 { cpu1: cpu@1 {
...@@ -42,6 +43,7 @@ cpu1: cpu@1 { ...@@ -42,6 +43,7 @@ cpu1: cpu@1 {
reg = <0x1>; reg = <0x1>;
operating-points-v2 = <&cpu_opp_table>; operating-points-v2 = <&cpu_opp_table>;
cpu-idle-states = <&CPU_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2>;
}; };
cpu2: cpu@2 { cpu2: cpu@2 {
...@@ -51,6 +53,7 @@ cpu2: cpu@2 { ...@@ -51,6 +53,7 @@ cpu2: cpu@2 {
reg = <0x2>; reg = <0x2>;
operating-points-v2 = <&cpu_opp_table>; operating-points-v2 = <&cpu_opp_table>;
cpu-idle-states = <&CPU_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2>;
}; };
cpu3: cpu@3 { cpu3: cpu@3 {
...@@ -60,6 +63,13 @@ cpu3: cpu@3 { ...@@ -60,6 +63,13 @@ cpu3: cpu@3 {
reg = <0x3>; reg = <0x3>;
operating-points-v2 = <&cpu_opp_table>; operating-points-v2 = <&cpu_opp_table>;
cpu-idle-states = <&CPU_SLEEP_0>; cpu-idle-states = <&CPU_SLEEP_0>;
next-level-cache = <&L2>;
};
L2: l2-cache {
compatible = "cache";
cache-level = <2>;
cache-unified;
}; };
idle-states { idle-states {
......
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