5b467ee029792096b0e0ae939400821b1b6f122d
[openwrt/staging/jow.git] / target / linux / qualcommax / patches-6.1 / 0037-v6.5-arm64-dts-qcom-ipq6018-add-QFPROM-node.patch
1 From 546f0617a22a481f3ca1f7e058aea0c40517c64e Mon Sep 17 00:00:00 2001
2 From: Kathiravan T <quic_kathirav@quicinc.com>
3 Date: Fri, 26 May 2023 18:23:04 +0530
4 Subject: [PATCH] arm64: dts: qcom: ipq6018: add QFPROM node
5
6 IPQ6018 has efuse region to determine the various HW quirks. Lets
7 add the initial support and the individual fuses will be added as they
8 are required.
9
10 Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
11 Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
12 Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
13 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
14 Link: https://lore.kernel.org/r/20230526125305.19626-4-quic_kathirav@quicinc.com
15 ---
16 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 7 +++++++
17 1 file changed, 7 insertions(+)
18
19 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
20 +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
21 @@ -179,6 +179,13 @@
22 dma-ranges;
23 compatible = "simple-bus";
24
25 + qfprom: efuse@a4000 {
26 + compatible = "qcom,ipq6018-qfprom", "qcom,qfprom";
27 + reg = <0x0 0x000a4000 0x0 0x2000>;
28 + #address-cells = <1>;
29 + #size-cells = <1>;
30 + };
31 +
32 prng: qrng@e1000 {
33 compatible = "qcom,prng-ee";
34 reg = <0x0 0xe3000 0x0 0x1000>;