Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Commit

Permalink
arm64: dts: kona-v2-gpu: Introduce 670MHz GPU frequency step
Browse files Browse the repository at this point in the history
Inline with SM8250-AB (SD865+).

Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
0ctobot committed Apr 16, 2021
1 parent d99ddd0 commit a98e0d0
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions arch/arm64/boot/dts/vendor/qcom/kona-v2-gpu.dtsi
Expand Up @@ -64,12 +64,12 @@
#address-cells = <1>;
#size-cells = <0>;
qcom,speed-bin = <0>;
qcom,initial-pwrlevel = <5>;
qcom,throttle-pwrlevel = <0>;
qcom,initial-pwrlevel = <6>;
qcom,throttle-pwrlevel = <1>;

qcom,gpu-pwrlevel@0 {
reg = <0>;
qcom,gpu-freq = <587000000>;
qcom,gpu-freq = <670000000>;
qcom,bus-freq-ddr7 = <11>;
qcom,bus-min-ddr7 = <11>;
qcom,bus-max-ddr7 = <11>;
Expand All @@ -83,6 +83,20 @@

qcom,gpu-pwrlevel@1 {
reg = <1>;
qcom,gpu-freq = <587000000>;
qcom,bus-freq-ddr7 = <11>;
qcom,bus-min-ddr7 = <11>;
qcom,bus-max-ddr7 = <11>;

qcom,bus-freq-ddr8 = <11>;
qcom,bus-min-ddr8 = <11>;
qcom,bus-max-ddr8 = <11>;

qcom,acd-level = <0x802b5ffd>;
};

qcom,gpu-pwrlevel@2 {
reg = <2>;
qcom,gpu-freq = <525000000>;
qcom,bus-freq-ddr7 = <9>;
qcom,bus-min-ddr7 = <9>;
Expand All @@ -95,8 +109,8 @@
qcom,acd-level = <0x802b5ffd>;
};

qcom,gpu-pwrlevel@2 {
reg = <2>;
qcom,gpu-pwrlevel@3 {
reg = <3>;
qcom,gpu-freq = <490000000>;
qcom,bus-freq-ddr7 = <9>;
qcom,bus-min-ddr7 = <6>;
Expand All @@ -109,8 +123,8 @@
qcom,acd-level = <0xa02b5ffd>;
};

qcom,gpu-pwrlevel@3 {
reg = <3>;
qcom,gpu-pwrlevel@4 {
reg = <4>;
qcom,gpu-freq = <441600000>;
qcom,bus-freq-ddr7 = <9>;
qcom,bus-min-ddr7 = <6>;
Expand All @@ -123,8 +137,8 @@
qcom,acd-level = <0xa02b5ffd>;
};

qcom,gpu-pwrlevel@4 {
reg = <4>;
qcom,gpu-pwrlevel@5 {
reg = <5>;
qcom,gpu-freq = <400000000>;
qcom,bus-freq-ddr7 = <7>;
qcom,bus-min-ddr7 = <6>;
Expand All @@ -137,8 +151,8 @@
qcom,acd-level = <0xa02b5ffd>;
};

qcom,gpu-pwrlevel@5 {
reg = <5>;
qcom,gpu-pwrlevel@6 {
reg = <6>;
qcom,gpu-freq = <305000000>;
qcom,bus-freq-ddr7 = <3>;
qcom,bus-min-ddr7 = <2>;
Expand All @@ -151,8 +165,8 @@
qcom,acd-level = <0xa02b5ffd>;
};

qcom,gpu-pwrlevel@6 {
reg = <6>;
qcom,gpu-pwrlevel@7 {
reg = <7>;
qcom,gpu-freq = <0>;
qcom,bus-freq = <0>;
qcom,bus-min = <0>;
Expand Down

0 comments on commit a98e0d0

Please sign in to comment.