]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: glymur: Add qfprom efuse node
authorPankaj Patil <pankaj.patil@oss.qualcomm.com>
Tue, 31 Mar 2026 13:54:21 +0000 (19:24 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 22 May 2026 03:35:39 +0000 (22:35 -0500)
Add the qfprom (Qualcomm Fuse ROM) efuse node and gpu speed bin child
node for Glymur SoC

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260331-glymur-qfprom-v1-2-5b4284d23c80@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/glymur.dtsi

index ca0fd85e29461571e60e871ec26418c2a554d5b3..b129e268aab4f0caf709ddecd973597be37fdabc 100644 (file)
                        #interconnect-cells = <2>;
                };
 
+               qfprom: efuse@361c8000 {
+                       compatible = "qcom,glymur-qfprom", "qcom,qfprom";
+                       reg = <0x0 0x361c8000 0x0 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       gpu_speed_bin: gpu-speed-bin@138 {
+                               reg = <0x138 0x2>;
+                               bits = <0 9>;
+                       };
+               };
+
                imem: sram@81e08600 {
                        compatible = "mmio-sram";
                        reg = <0x0 0x81e08600 0x0 0x300>;