[PATCH 1/3] dt-bindings: reset: amlogic: Add A9 reset compatibles
From: Xianwei Zhao via B4 Relay
Date: Thu Jul 09 2026 - 04:27:48 EST
From: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx>
Document the reset controller compatibles used by the Amlogic A9 SoC.
Add support for the A9 AO reset controller and add the A9 reset
compatible with the T7 reset controller as fallback.
Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml
index 150e95c0d9be..e585f71879f2 100644
--- a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml
+++ b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml
@@ -19,6 +19,7 @@ properties:
- amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs
- amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs
- amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs
+ - amlogic,a9-ao-reset
- amlogic,c3-reset # Reset Controller on C3 and compatible SoCs
- amlogic,t7-reset
- items:
@@ -26,6 +27,10 @@ properties:
- amlogic,a4-reset
- amlogic,a5-reset
- const: amlogic,meson-s4-reset
+ - items:
+ - enum:
+ - amlogic,a9-reset
+ - const: amlogic,t7-reset
reg:
maxItems: 1
--
2.52.0