File tree Expand file tree Collapse file tree 2 files changed +33
-7
lines changed
Documentation/devicetree/bindings/gpio Expand file tree Collapse file tree 2 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,33 @@ description: |
42
42
43
43
properties :
44
44
compatible :
45
- enum :
46
- - sprd,sc9860-eic-debounce
47
- - sprd,sc9860-eic-latch
48
- - sprd,sc9860-eic-async
49
- - sprd,sc9860-eic-sync
50
- - sprd,sc2731-eic
45
+ oneOf :
46
+ - enum :
47
+ - sprd,sc9860-eic-debounce
48
+ - sprd,sc9860-eic-latch
49
+ - sprd,sc9860-eic-async
50
+ - sprd,sc9860-eic-sync
51
+ - sprd,sc2731-eic
52
+ - items :
53
+ - enum :
54
+ - sprd,ums512-eic-debounce
55
+ - const : sprd,sc9860-eic-debounce
56
+ - items :
57
+ - enum :
58
+ - sprd,ums512-eic-latch
59
+ - const : sprd,sc9860-eic-latch
60
+ - items :
61
+ - enum :
62
+ - sprd,ums512-eic-async
63
+ - const : sprd,sc9860-eic-async
64
+ - items :
65
+ - enum :
66
+ - sprd,ums512-eic-sync
67
+ - const : sprd,sc9860-eic-sync
68
+ - items :
69
+ - enum :
70
+ - sprd,sc2730-eic
71
+ - const : sprd,sc2731-eic
51
72
52
73
reg :
53
74
minItems : 1
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ description: |
19
19
20
20
properties :
21
21
compatible :
22
- const : sprd,sc9860-gpio
22
+ oneOf :
23
+ - const : sprd,sc9860-gpio
24
+ - items :
25
+ - enum :
26
+ - sprd,ums512-gpio
27
+ - const : sprd,sc9860-gpio
23
28
24
29
reg :
25
30
maxItems : 1
You can’t perform that action at this time.
0 commit comments