Merge "ARM: dts: msm: Add GPU mempools properties for msmfalcon"
This commit is contained in:
commit
a9d2a4230a
1 changed files with 20 additions and 0 deletions
|
@ -111,6 +111,26 @@
|
|||
vddcx-supply = <&gdsc_gpu_cx>;
|
||||
vdd-supply = <&gdsc_gpu_gx>;
|
||||
|
||||
/* GPU Mempools */
|
||||
qcom,gpu-mempools {
|
||||
#address-cells= <1>;
|
||||
#size-cells = <0>;
|
||||
compatible = "qcom,gpu-mempools";
|
||||
|
||||
qcom,mempool-max-pages = <32768>;
|
||||
|
||||
/* 4K Page Pool configuration */
|
||||
qcom,gpu-mempool@0 {
|
||||
reg = <0>;
|
||||
qcom,mempool-page-size = <4096>;
|
||||
};
|
||||
/* 64K Page Pool configuration */
|
||||
qcom,gpu-mempool@1 {
|
||||
reg = <1>;
|
||||
qcom,mempool-page-size = <65536>;
|
||||
};
|
||||
};
|
||||
|
||||
/* Power levels */
|
||||
qcom,gpu-pwrlevels {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue