arm64: dts: qcom: ipq9574: add QFPROM node
authorKathiravan T <quic_kathirav@quicinc.com>
Fri, 26 May 2023 12:53:05 +0000 (18:23 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 26 May 2023 19:45:38 +0000 (12:45 -0700)
IPQ9574 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-5-quic_kathirav@quicinc.com
arch/arm64/boot/dts/qcom/ipq9574.dtsi

index f4aa0fa..988107a 100644 (file)
                        clock-names = "core";
                };
 
+               qfprom: efuse@a4000 {
+                       compatible = "qcom,ipq9574-qfprom", "qcom,qfprom";
+                       reg = <0x000a4000 0x5a1>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+               };
+
                tlmm: pinctrl@1000000 {
                        compatible = "qcom,ipq9574-tlmm";
                        reg = <0x01000000 0x300000>;