0043-v6.5-arm64-dts-qcom-ipq6018-add-QFPROM-node.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. From 546f0617a22a481f3ca1f7e058aea0c40517c64e Mon Sep 17 00:00:00 2001
  2. From: Kathiravan T <[email protected]>
  3. Date: Fri, 26 May 2023 18:23:04 +0530
  4. Subject: [PATCH] arm64: dts: qcom: ipq6018: add QFPROM node
  5. IPQ6018 has efuse region to determine the various HW quirks. Lets
  6. add the initial support and the individual fuses will be added as they
  7. are required.
  8. Signed-off-by: Kathiravan T <[email protected]>
  9. Reviewed-by: Dmitry Baryshkov <[email protected]>
  10. Reviewed-by: Konrad Dybcio <[email protected]>
  11. Signed-off-by: Bjorn Andersson <[email protected]>
  12. Link: https://lore.kernel.org/r/[email protected]
  13. ---
  14. arch/arm64/boot/dts/qcom/ipq6018.dtsi | 7 +++++++
  15. 1 file changed, 7 insertions(+)
  16. --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  17. +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  18. @@ -312,6 +312,13 @@
  19. status = "disabled";
  20. };
  21. + qfprom: efuse@a4000 {
  22. + compatible = "qcom,ipq6018-qfprom", "qcom,qfprom";
  23. + reg = <0x0 0x000a4000 0x0 0x2000>;
  24. + #address-cells = <1>;
  25. + #size-cells = <1>;
  26. + };
  27. +
  28. prng: qrng@e3000 {
  29. compatible = "qcom,prng-ee";
  30. reg = <0x0 0x000e3000 0x0 0x1000>;