ARM: dts: msm: Enable GPU's fuse read support for Anorak

Enable GPU's fuse read support for Anorak.

Change-Id: I8fc4000d856a886fddfb746abd441b7d1794f9ee
This commit is contained in:
Kamal Agrawal
2023-01-20 16:34:27 +05:30
committed by Gerrit - the friendly Code Review server
parent 88f5466897
commit a4e74f3ebd
2 changed files with 12 additions and 2 deletions

View File

@@ -66,6 +66,9 @@
<MHZ_TO_KBPS(2736, 4)>, /* index=8 */
<MHZ_TO_KBPS(3867, 4)>; /* index=9 */
nvmem-cells = <&gpu_speed_bin>;
nvmem-cell-names = "speed_bin";
zap-shader {
memory-region = <&gpu_microcode_mem>;
};

View File

@@ -2670,15 +2670,22 @@
feat_conf11: feat_conf11@12c {
reg = <0x12c 0x4>;
};
gpu_speed_bin: gpu_speed_bin@119 {
reg = <0x119 0x2>;
bits = <7 8>;
};
};
qfprom_sys: qfprom@0 {
compatible = "qcom,qfprom-sys";
nvmem-cells = <&feat_conf10>,
<&feat_conf11>;
<&feat_conf11>,
<&gpu_speed_bin>;
nvmem-cell-names = "feat_conf10",
"feat_conf11";
"feat_conf11",
"gpu_speed_bin";
};
eud: qcom,msm-eud@88e0000 {