Skip to content

Commit 636bc56

Browse files
committed
arm64: dts: qcom: Shikra: Add qfprom node
Add qfprom node and its properties for Shikra SoC. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent 92f5457 commit 636bc56

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,18 @@
251251
};
252252
};
253253

254+
qfprom: efuse@1b44000 {
255+
compatible = "qcom,shikra-qfprom", "qcom,qfprom";
256+
reg = <0x0 0x01b44000 0x0 0x3000>;
257+
#address-cells = <1>;
258+
#size-cells = <1>;
259+
260+
gpu_speed_bin: gpu-speed-bin@2006 {
261+
reg = <0x2006 0x2>;
262+
bits = <5 8>;
263+
};
264+
};
265+
254266
rpm_msg_ram: sram@45f0000 {
255267
compatible = "qcom,rpm-msg-ram", "mmio-sram";
256268
reg = <0x0 0x045f0000 0x0 0x7000>;

0 commit comments

Comments
 (0)