ARM: dts: msm: Add gpu speed_bin for SA8195P

Add qfprom and gpu_speed_bin property for SA8195P.

Change-Id: I03ef98926370b7b4cdead9198c597447aac0b08f
This commit is contained in:
Jeyaprabu J
2022-08-11 16:07:50 +05:30
parent 9322da655d
commit 9ebd3e790d

View File

@@ -8,6 +8,22 @@
qcom,msm-id = <405 0x20000>;
};
&soc {
qfprom: qfprom@780130 {
compatible = "qcom,qfprom";
reg = <0x00780130 0x4004>;
#address-cells = <1>;
#size-cells = <1>;
read-only;
ranges;
gpu_speed_bin: gpu_speed_bin@4002 {
reg = <0x4002 0x2>;
bits = <4 8>;
};
};
};
&scc {
vdd_scc_cx-supply = <&VDD_SCC_CX_LEVEL>;
status = "ok";