File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed
Documentation/devicetree/bindings/hwlock Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -25,37 +25,14 @@ properties:
25
25
' #hwlock-cells ' :
26
26
const : 1
27
27
28
- syscon :
29
- $ref : " /schemas/types.yaml#/definitions/phandle-array"
30
- description :
31
- Should be a triple of phandle referencing the TCSR mutex syscon, offset
32
- of first mutex within the syscon and stride between each mutex.
33
-
34
28
required :
35
29
- compatible
30
+ - reg
36
31
- ' #hwlock-cells'
37
32
38
- oneOf :
39
- - required :
40
- - reg
41
- - required :
42
- - syscon
43
-
44
33
additionalProperties : false
45
34
46
35
examples :
47
- - |
48
- tcsr_mutex_block: syscon@fd484000 {
49
- compatible = "syscon";
50
- reg = <0xfd484000 0x2000>;
51
- };
52
-
53
- hwlock {
54
- compatible = "qcom,tcsr-mutex";
55
- syscon = <&tcsr_mutex_block 0 0x80>;
56
-
57
- #hwlock-cells = <1>;
58
- };
59
36
- |
60
37
tcsr_mutex: hwlock@1f40000 {
61
38
compatible = "qcom,tcsr-mutex";
You can’t perform that action at this time.
0 commit comments