[PATCH v2 1/4] dt-bindings: crypto: ti,omap4-des: Remove redundant clock properties

From: Bhargav Joshi

Date: Tue Sep 15 2026 - 17:00:34 EST


The omap-des driver doesn't use the clocks and clock-names properties
because clock management is entirely handled by the parent ti-sysc
wrapper. files omap5-l4.dtsi, omap4-l4.dtsi, am4372.dtsi doesn't use
these properties either.

Remove these properties from the binding.

Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
---
Documentation/devicetree/bindings/crypto/ti,omap4-des.yaml | 11 -----------
1 file changed, 11 deletions(-)

diff --git a/Documentation/devicetree/bindings/crypto/ti,omap4-des.yaml b/Documentation/devicetree/bindings/crypto/ti,omap4-des.yaml
index f02f1e141218..2ed6f77583d4 100644
--- a/Documentation/devicetree/bindings/crypto/ti,omap4-des.yaml
+++ b/Documentation/devicetree/bindings/crypto/ti,omap4-des.yaml
@@ -31,13 +31,6 @@ properties:
- const: tx
- const: rx

- clocks:
- maxItems: 1
-
- clock-names:
- items:
- - const: fck
-
dependencies:
dmas: [ dma-names ]

@@ -45,8 +38,6 @@ required:
- compatible
- reg
- interrupts
- - clocks
- - clock-names

additionalProperties: false

@@ -58,8 +49,6 @@ examples:
compatible = "ti,omap4-des";
reg = <0x480a5000 0xa0>;
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&l3_iclk_div>;
- clock-names = "fck";
dmas = <&sdma 117>, <&sdma 116>;
dma-names = "tx", "rx";
};

--
2.55.0