Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: cache: l2c2x0: Add missing power-domains
@ 2026-06-10 15:29 Geert Uytterhoeven
  2026-06-11  9:28 ` Krzysztof Kozlowski
  2026-06-12 14:11 ` Rob Herring (Arm)
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2026-06-10 15:29 UTC (permalink / raw)
  To: Conor Dooley, Jonathan Cameron, Rob Herring, Krzysztof Kozlowski
  Cc: devicetree, linux-renesas-soc, Geert Uytterhoeven

On Renesas SH-Mobile and R-Mobile SoCs, the ARM PL310 L2 Cache
Controller is located in a controllable power area.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
This fixes "make dtbs_check":

    arch/arm/boot/dts/renesas/r8a7740-armadillo800eva.dtb: cache-controller@f0100000 (arm,pl310-cache): 'power-domains' does not match any of the regexes: '^pinctrl-[0-9]+$'
	    from schema $id: http://devicetree.org/schemas/cache/l2c2x0.yaml
    arch/arm/boot/dts/renesas/sh73a0-kzm9g.dtb: cache-controller@f0100000 (arm,pl310-cache): 'power-domains' does not match any of the regexes: '^pinctrl-[0-9]+$'
	    from schema $id: http://devicetree.org/schemas/cache/l2c2x0.yaml
---
 Documentation/devicetree/bindings/cache/l2c2x0.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/cache/l2c2x0.yaml b/Documentation/devicetree/bindings/cache/l2c2x0.yaml
index 10c1a900202fc2ed..ee604117ffb3fe74 100644
--- a/Documentation/devicetree/bindings/cache/l2c2x0.yaml
+++ b/Documentation/devicetree/bindings/cache/l2c2x0.yaml
@@ -66,6 +66,9 @@ properties:
   reg:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
   arm,data-latency:
     description: Cycles of latency for Data RAM accesses. Specifies 3 cells of
       read, write and setup latencies. Minimum valid values are 1. Controllers
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-12 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10 15:29 [PATCH] dt-bindings: cache: l2c2x0: Add missing power-domains Geert Uytterhoeven
2026-06-11  9:28 ` Krzysztof Kozlowski
2026-06-11  9:37   ` Geert Uytterhoeven
2026-06-12 14:11 ` Rob Herring (Arm)
2026-06-12 15:45   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox