summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/rng/omap_rng.yaml
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: rng: omap_rng: Drop requirement for clocksAndrew Davis2022-09-071-11/+0
| | | | | | | | | | | | | 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>
* dt-bindings: rng: convert OMAP and Inside-Secure HWRNG to yaml schemaJayesh Choudhary2021-09-281-0/+92
Converts the RNG bindings for OMAP SoCs and Inside-Secure HWRNG modules to YAML schema. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Link: https://lore.kernel.org/r/20210922085203.2547-1-j-choudhary@ti.com Signed-off-by: Rob Herring <robh@kernel.org>