2
0

001-v6.6-dt-bindings-clock-qcom-ipq4019-add-missing-networkin.patch 1.0 KB

123456789101112131415161718192021222324252627282930
  1. From be59072c6eeb7535bf9a339fb9d5a8bfae17ac22 Mon Sep 17 00:00:00 2001
  2. From: Robert Marko <[email protected]>
  3. Date: Mon, 14 Aug 2023 12:40:23 +0200
  4. Subject: [PATCH] dt-bindings: clock: qcom: ipq4019: add missing networking
  5. resets
  6. Add bindings for the missing networking resets found in IPQ4019 GCC.
  7. Signed-off-by: Robert Marko <[email protected]>
  8. Acked-by: Krzysztof Kozlowski <[email protected]>
  9. Link: https://lore.kernel.org/r/[email protected]
  10. Signed-off-by: Bjorn Andersson <[email protected]>
  11. ---
  12. include/dt-bindings/clock/qcom,gcc-ipq4019.h | 6 ++++++
  13. 1 file changed, 6 insertions(+)
  14. --- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h
  15. +++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h
  16. @@ -165,5 +165,11 @@
  17. #define GCC_QDSS_BCR 69
  18. #define GCC_MPM_BCR 70
  19. #define GCC_SPDM_BCR 71
  20. +#define ESS_MAC1_ARES 72
  21. +#define ESS_MAC2_ARES 73
  22. +#define ESS_MAC3_ARES 74
  23. +#define ESS_MAC4_ARES 75
  24. +#define ESS_MAC5_ARES 76
  25. +#define ESS_PSGMII_ARES 77
  26. #endif