File tree Expand file tree Collapse file tree 3 files changed +438
-47
lines changed
Documentation/devicetree/bindings Expand file tree Collapse file tree 3 files changed +438
-47
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
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ properties:
22
22
- amlogic,meson-axg-clk-measure
23
23
- amlogic,meson-g12a-clk-measure
24
24
- amlogic,meson-sm1-clk-measure
25
+ - amlogic,c3-clk-measure
26
+ - amlogic,s4-clk-measure
25
27
26
28
reg :
27
29
maxItems : 1
You can’t perform that action at this time.
0 commit comments