From: Kathiravan T Date: Fri, 26 May 2023 12:53:03 +0000 (+0530) Subject: arm64: dts: qcom: ipq5332: add QFPROM node X-Git-Tag: v6.5-rc1~142^2~20^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f34a2aa4c88f4882e3c5df8c9b78f8bbd3f564f;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: ipq5332: add QFPROM node 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 Signed-off-by: Kathiravan T Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230526125305.19626-3-quic_kathirav@quicinc.com --- diff --git a/arch/arm64/boot/dts/qcom/ipq5332.dtsi b/arch/arm64/boot/dts/qcom/ipq5332.dtsi index 12e0e179e139c..47984037f0a54 100644 --- a/arch/arm64/boot/dts/qcom/ipq5332.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq5332.dtsi @@ -134,6 +134,13 @@ #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>;