public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] schemas: Allow clocks: property in cache nodes
@ 2026-05-03 15:44 Marek Vasut
  2026-05-03 18:09 ` Conor Dooley
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2026-05-03 15:44 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Conor Dooley, Geert Uytterhoeven,
	Krzysztof Kozlowski, Rob Herring, linux-renesas-soc

Renesas R-Mobile APE6 currently describes clock which supply the cache
controller in their DT using "clocks" property. This is not the only
hardware that has cache controller clock controllable via some sort of
clock controller, for example Altera SoCFPGA Cyclone V and Arria V also
has controllable cache controller clock. Allow clocks: property in cache
controller node to allow users to fully describe such hardware.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
---
 dtschema/schemas/cache.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dtschema/schemas/cache.yaml b/dtschema/schemas/cache.yaml
index 73d345f..dee1cd5 100644
--- a/dtschema/schemas/cache.yaml
+++ b/dtschema/schemas/cache.yaml
@@ -33,6 +33,9 @@ properties:
   compatible:
     const: cache
 
+  clocks:
+    maxItems: 1
+
   power-domains:
     maxItems: 1
 
-- 
2.53.0


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

end of thread, other threads:[~2026-05-04  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-03 15:44 [PATCH] schemas: Allow clocks: property in cache nodes Marek Vasut
2026-05-03 18:09 ` Conor Dooley
2026-05-04  8:19   ` Geert Uytterhoeven

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