Skip to content

Commit

Permalink
dt-bindings: crypto: convert Qualcomm PRNG to yaml
Browse files Browse the repository at this point in the history
Convert Qualcomm PRNG documentation to yaml format.

Signed-off-by: David Heidelberg <[email protected]>
Acked-By: Vinod Koul <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
okias authored and robherring committed Dec 23, 2021
1 parent 39b8630 commit 7821f3a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Documentation/devicetree/bindings/crypto/qcom,prng.txt

This file was deleted.

43 changes: 43 additions & 0 deletions Documentation/devicetree/bindings/crypto/qcom,prng.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# SPDX-License-Identifier: GPL-2.0-only
%YAML 1.2
---
$id: http://devicetree.org/schemas/crypto/qcom,prng.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Pseudo Random Number Generator

maintainers:
- Vinod Koul <[email protected]>

properties:
compatible:
enum:
- qcom,prng # 8916 etc.
- qcom,prng-ee # 8996 and later using EE

reg:
maxItems: 1

clocks:
maxItems: 1

clock-names:
items:
- const: core

required:
- compatible
- reg
- clocks
- clock-names

additionalProperties: false

examples:
- |
rng@f9bff000 {
compatible = "qcom,prng";
reg = <0xf9bff000 0x200>;
clocks = <&clk 125>;
clock-names = "core";
};

0 comments on commit 7821f3a

Please sign in to comment.