Skip to content

Commit d58a73c

Browse files
committed
dt-bindings: cache: add specific RZ/Five compatible to ax45mp
When the binding was originally written, it was assumed that all ax45mp-caches had the same properties etc. This has turned out to be incorrect, as the QiLai SoC has a different number of cache-sets. Add a specific compatible for the RZ/Five for property enforcement and in case there turns out to be additional differences between these implementations of the cache controller. Acked-by: Ben Zong-You Xie <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 82e8c69 commit d58a73c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/cache/andestech,ax45mp-cache.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ select:
2828
properties:
2929
compatible:
3030
items:
31+
- const: renesas,r9a07g043f-ax45mp-cache
3132
- const: andestech,ax45mp-cache
3233
- const: cache
3334

@@ -70,7 +71,8 @@ examples:
7071
#include <dt-bindings/interrupt-controller/irq.h>
7172
7273
cache-controller@13400000 {
73-
compatible = "andestech,ax45mp-cache", "cache";
74+
compatible = "renesas,r9a07g043f-ax45mp-cache", "andestech,ax45mp-cache",
75+
"cache";
7476
reg = <0x13400000 0x100000>;
7577
interrupts = <508 IRQ_TYPE_LEVEL_HIGH>;
7678
cache-line-size = <64>;

0 commit comments

Comments
 (0)