summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/cache/starfive,dubhe-l2cache.yaml (renamed from Documentation/devicetree/bindings/cache/starfive,dubhe-cache.yaml)14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/cache/starfive,dubhe-cache.yaml b/Documentation/devicetree/bindings/cache/starfive,dubhe-l2cache.yaml
index 64dd7020a4f4..87fd2c02d7ec 100644
--- a/Documentation/devicetree/bindings/cache/starfive,dubhe-cache.yaml
+++ b/Documentation/devicetree/bindings/cache/starfive,dubhe-l2cache.yaml
@@ -1,24 +1,24 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/cache/starfive,dubhe-cache.yaml#
+$id: http://devicetree.org/schemas/cache/starfive,dubhe-l2cache.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: StarFive Dubhe Cache Controller
+title: StarFive Dubhe L2 Cache Controller
maintainers:
- Ji Sheng Teoh <jisheng.teoh@starfivetech.com>
description:
- StarFive Dubhe Cache Controller implementation predates the RISC-V CMO ISA
- extension. Dubhe vendor specific implementation is put in place to handle
- non-coherent DMA operation through a shared global memory pool.
+ StarFive Dubhe L2 Cache Controller implementation predates the RISC-V CMO
+ ISA extension. Dubhe vendor specific implementation is put in place to
+ handle non-coherent DMA operation through a shared global memory pool.
properties:
compatible:
items:
- enum:
- - starfive,dubhe-cache
+ - starfive,dubhe-l2cache
- const: cache
cache-block-size:
@@ -48,7 +48,7 @@ required:
examples:
- |
cache-controller {
- compatible = "starfive,dubhe-cache", "cache";
+ compatible = "starfive,dubhe-l2cache", "cache";
cache-block-size = <64>;
cache-level = <2>;
cache-sets = <4096>;