We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9687daf commit 85b9bf9Copy full SHA for 85b9bf9
Documentation/devicetree/bindings/crypto/qcom,prng.yaml
@@ -11,13 +11,9 @@ maintainers:
11
12
properties:
13
compatible:
14
- oneOf:
15
- - enum:
16
- - qcom,prng # 8916 etc.
17
- - qcom,prng-ee # 8996 and later using EE
18
- - items:
19
- - const: qcom,sm8450-prng-ee
20
- - const: qcom,prng-ee
+ enum:
+ - qcom,prng # 8916 etc.
+ - qcom,prng-ee # 8996 and later using EE
21
22
reg:
23
maxItems: 1
@@ -32,18 +28,8 @@ properties:
32
28
required:
33
29
- compatible
34
30
- reg
35
-
36
-allOf:
37
- - if:
38
- not:
39
- properties:
40
- compatible:
41
- contains:
42
- const: qcom,sm8450-prng-ee
43
- then:
44
- required:
45
- - clocks
46
- - clock-names
31
+ - clocks
+ - clock-names
47
48
additionalProperties: false
49
0 commit comments