File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Documentation/devicetree/bindings/reset Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,20 @@ maintainers:
12
12
13
13
properties :
14
14
compatible :
15
- enum :
16
- - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs
17
- - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs
18
- - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs
19
- - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs
20
- - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs
21
- - amlogic,c3-reset # Reset Controller on C3 and compatible SoCs
22
- - amlogic,t7-reset
15
+ oneOf :
16
+ - enum :
17
+ - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs
18
+ - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs
19
+ - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs
20
+ - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs
21
+ - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs
22
+ - amlogic,c3-reset # Reset Controller on C3 and compatible SoCs
23
+ - amlogic,t7-reset
24
+ - items :
25
+ - enum :
26
+ - amlogic,a4-reset
27
+ - amlogic,a5-reset
28
+ - const : amlogic,meson-s4-reset
23
29
24
30
reg :
25
31
maxItems : 1
You can’t perform that action at this time.
0 commit comments