Commit 68163cd1 authored by Rex-BC Chen's avatar Rex-BC Chen Committed by Matthias Brugger

arm64: dts: mediatek: Add mediatek,cci property for MT8183 cpufreq

Add mediatek,cci property to support MediaTek CCI feature.
Signed-off-by: default avatarRex-BC Chen <rex-bc.chen@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220516111130.13325-4-rex-bc.chen@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent f3ceebeb
......@@ -337,6 +337,7 @@ cpu0: cpu@0 {
operating-points-v2 = <&cluster0_opp>;
dynamic-power-coefficient = <84>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu1: cpu@1 {
......@@ -352,6 +353,7 @@ cpu1: cpu@1 {
operating-points-v2 = <&cluster0_opp>;
dynamic-power-coefficient = <84>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu2: cpu@2 {
......@@ -367,6 +369,7 @@ cpu2: cpu@2 {
operating-points-v2 = <&cluster0_opp>;
dynamic-power-coefficient = <84>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu3: cpu@3 {
......@@ -382,6 +385,7 @@ cpu3: cpu@3 {
operating-points-v2 = <&cluster0_opp>;
dynamic-power-coefficient = <84>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu4: cpu@100 {
......@@ -397,6 +401,7 @@ cpu4: cpu@100 {
operating-points-v2 = <&cluster1_opp>;
dynamic-power-coefficient = <211>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu5: cpu@101 {
......@@ -412,6 +417,7 @@ cpu5: cpu@101 {
operating-points-v2 = <&cluster1_opp>;
dynamic-power-coefficient = <211>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu6: cpu@102 {
......@@ -427,6 +433,7 @@ cpu6: cpu@102 {
operating-points-v2 = <&cluster1_opp>;
dynamic-power-coefficient = <211>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
cpu7: cpu@103 {
......@@ -442,6 +449,7 @@ cpu7: cpu@103 {
operating-points-v2 = <&cluster1_opp>;
dynamic-power-coefficient = <211>;
#cooling-cells = <2>;
mediatek,cci = <&cci>;
};
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