mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
88f5466897
commit
a4e74f3ebd
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user