summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorleyfoon.tan <leyfoon.tan@starfivetech.com>2024-03-07 17:50:58 +0300
committerleyfoon.tan <leyfoon.tan@starfivetech.com>2024-03-07 17:50:58 +0300
commit04aa970f7275815928be62096f8eaa52024d30b9 (patch)
tree08566f1393d54e0d677f7955b732b363179c651a /Documentation/devicetree
parentb634339a68f88efd4830210c1cc756f4876b282d (diff)
parentb3625ba05124040a935f6a6971c10abfb4bdb1cd (diff)
downloadlinux-starfive-6.6.10-dubhe.tar.xz
Merge branch 'starfive-6.6.10-dubhe-emphasize-l2-cache-compatibility' into 'starfive-6.6.10-dubhe'REL_DUBHE_MAR2024starfive-6.6.10-dubhe
cache: dubhe: emphasize controller's L2 cache compatibility See merge request starfive-tech/linux!276
Diffstat (limited to 'Documentation/devicetree')
-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>;