Skip to content

Commit 87b480e

Browse files
Zelong Dongsuperna9999
authored andcommitted
dt-bindings: reset: Add compatible for Amlogic A4/A5 Reset Controller
Add compatibles for Amlogic A4 and A5 reset controllers, which fall back to 'amlogic,meson-s4-reset'. Signed-off-by: Zelong Dong <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Philipp Zabel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kelvin Zhang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent 0acf15d commit 87b480e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ maintainers:
1212

1313
properties:
1414
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
2329

2430
reg:
2531
maxItems: 1

0 commit comments

Comments
 (0)