0041-v6.5-arm64-dts-qcom-ipq6018-correct-qrng-unit-address.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From 085058786a7890dd44ec623fe5ac74db870f6b93 Mon Sep 17 00:00:00 2001
  2. From: Krzysztof Kozlowski <[email protected]>
  3. Date: Wed, 19 Apr 2023 23:18:39 +0200
  4. Subject: [PATCH] arm64: dts: qcom: ipq6018: correct qrng unit address
  5. Match unit-address to reg entry to fix dtbs W=1 warnings:
  6. Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"
  7. Fixes: 5bf635621245 ("arm64: dts: ipq6018: Add a few device nodes")
  8. Signed-off-by: Krzysztof Kozlowski <[email protected]>
  9. Reviewed-by: Konrad Dybcio <[email protected]>
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. Link: https://lore.kernel.org/r/[email protected]
  12. ---
  13. arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  16. +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  17. @@ -312,7 +312,7 @@
  18. status = "disabled";
  19. };
  20. - prng: qrng@e1000 {
  21. + prng: qrng@e3000 {
  22. compatible = "qcom,prng-ee";
  23. reg = <0x0 0x000e3000 0x0 0x1000>;
  24. clocks = <&gcc GCC_PRNG_AHB_CLK>;