Merge "ARM: dts: msm: Add gpu speed_bin for SA8195P"

This commit is contained in:
qctecmdr
2022-08-17 02:37:10 -07:00
committed by Gerrit - the friendly Code Review server

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";