diff --git a/qcom/ukee.dtsi b/qcom/ukee.dtsi index 4a53464e..c19fcfb1 100644 --- a/qcom/ukee.dtsi +++ b/qcom/ukee.dtsi @@ -5,3 +5,124 @@ compatible = "qcom,ukee"; qcom,msm-id = <591 0x10000>; }; + +&msm_gpu { + qcom,initial-pwrlevel = <6>; + + /delete-node/qcom,gpu-pwrlevels; + + /* Power levels */ + qcom,gpu-pwrlevels { + #address-cells = <1>; + #size-cells = <0>; + + compatible = "qcom,gpu-pwrlevels"; + + qcom,gpu-pwrlevel@0 { + reg = <0>; + qcom,gpu-freq = <645000000>; + qcom,level = ; + + qcom,bus-freq = <11>; + qcom,bus-min = <8>; + qcom,bus-max = <11>; + + qcom,acd-level = <0x882d5ffd>; + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@1 { + reg = <1>; + qcom,gpu-freq = <580000000>; + qcom,level = ; + + qcom,bus-freq = <8>; + qcom,bus-min = <6>; + qcom,bus-max = <11>; + + qcom,acd-level = <0x882e5ffd>; + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@2 { + reg = <2>; + qcom,gpu-freq = <515000000>; + qcom,level = ; + + qcom,bus-freq = <6>; + qcom,bus-min = <6>; + qcom,bus-max = <8>; + + qcom,acd-level = <0x882e5ffd>; + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@3 { + reg = <3>; + qcom,gpu-freq = <439000000>; + qcom,level = ; + + qcom,bus-freq = <6>; + qcom,bus-min = <3>; + qcom,bus-max = <8>; + + qcom,acd-level = <0xc0285ffd>; + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@4 { + reg = <4>; + qcom,gpu-freq = <364000000>; + qcom,level = ; + + qcom,bus-freq = <3>; + qcom,bus-min = <1>; + qcom,bus-max = <6>; + + qcom,acd-level = <0xc0285ffd>; + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@5 { + reg = <5>; + qcom,gpu-freq = <324000000>; + qcom,level = ; + + qcom,bus-freq = <2>; + qcom,bus-min = <1>; + qcom,bus-max = <6>; + + qcom,acd-level = <0xc02a5ffd>; + + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@6 { + reg = <6>; + qcom,gpu-freq = <285000000>; + qcom,level = ; + + qcom,bus-freq = <2>; + qcom,bus-min = <1>; + qcom,bus-max = <5>; + + qcom,acd-level = <0xc02c5ffd>; + + qcom,cx-level = ; + }; + + qcom,gpu-pwrlevel@7 { + reg = <7>; + qcom,gpu-freq = <220000000>; + qcom,level = ; + + qcom,bus-freq = <2>; + qcom,bus-min = <1>; + qcom,bus-max = <5>; + + qcom,acd-level = <0xc8285ffd>; + + qcom,cx-level = ; + }; + }; +};