1017-dt-bindings-riscv-sifive-ccache-Add-uncached-offset-.patch 1.1 KB

123456789101112131415161718192021222324252627282930
  1. From 3b83b32e16fa431c76a5da1ac59c268ca2fecbb5 Mon Sep 17 00:00:00 2001
  2. From: Cristian Ciocaltea <[email protected]>
  3. Date: Sat, 11 Feb 2023 05:18:11 +0200
  4. Subject: [PATCH 1017/1024] dt-bindings: riscv: sifive-ccache: Add
  5. 'uncached-offset' property
  6. Add the 'uncached-offset' property to be used for specifying the
  7. uncached memory offset required for handling non-coherent DMA
  8. transactions.
  9. Signed-off-by: Cristian Ciocaltea <[email protected]>
  10. Link: https://lore.kernel.org/r/[email protected]
  11. ---
  12. Documentation/devicetree/bindings/riscv/sifive,ccache0.yaml | 5 +++++
  13. 1 file changed, 5 insertions(+)
  14. --- a/Documentation/devicetree/bindings/riscv/sifive,ccache0.yaml
  15. +++ b/Documentation/devicetree/bindings/riscv/sifive,ccache0.yaml
  16. @@ -70,6 +70,11 @@ properties:
  17. next-level-cache: true
  18. + uncached-offset:
  19. + $ref: /schemas/types.yaml#/definitions/uint64
  20. + description: |
  21. + Uncached memory offset for handling non-coherent DMA transactions.
  22. +
  23. memory-region:
  24. maxItems: 1
  25. description: |