arm64: dts: qcom: ipq5332: add QFPROM node
authorKathiravan T <quic_kathirav@quicinc.com>
Fri, 26 May 2023 12:53:03 +0000 (18:23 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 26 May 2023 19:44:28 +0000 (12:44 -0700)
IPQ5332 has efuse region to determine the various HW quirks. Lets
add the initial support and the individual fuses will be added as they
are required.

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230526125305.19626-3-quic_kathirav@quicinc.com
arch/arm64/boot/dts/qcom/ipq5332.dtsi

index 12e0e179e139cc9d506f0a938dc0808ba6d36aae..47984037f0a54f2674332566beafe7a956336c98 100644 (file)
                #size-cells = <1>;
                ranges = <0 0 0 0xffffffff>;
 
+               qfprom: efuse@a4000 {
+                       compatible = "qcom,ipq5332-qfprom", "qcom,qfprom";
+                       reg = <0x000a4000 0x721>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+               };
+
                rng: rng@e3000 {
                        compatible = "qcom,prng-ee";
                        reg = <0x000e3000 0x1000>;