dt-bindings: rng: omap_rng: Drop requirement for clocks
authorAndrew Davis <afd@ti.com>
Thu, 1 Sep 2022 17:10:41 +0000 (12:10 -0500)
committerRob Herring <robh@kernel.org>
Wed, 7 Sep 2022 20:42:25 +0000 (15:42 -0500)
For K3 devices the clock fed into the RNG module is shared with the rest
of the Crypto module, it is not dedicated to the RNG module and cannot be
controlled by the RNG driver. The driver does not require this clock to
always be defined and the DT binding should not force it either.

Remove this so we can start dropping out the clock properties as needed.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20220901171041.32056-1-afd@ti.com
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/rng/omap_rng.yaml

index 010188c..ccf54fa 100644 (file)
@@ -53,17 +53,6 @@ allOf:
       required:
         - interrupts
 
-  - if:
-      properties:
-        compatible:
-          contains:
-            enum:
-              - inside-secure,safexcel-eip76
-
-    then:
-      required:
-        - clocks
-
 
 required:
   - compatible