[PATCH 1/3] dt-bindings: reset: amlogic: Add A9 reset compatibles
Xianwei Zhao via B4 Relay
devnull+xianwei.zhao.amlogic.com at kernel.org
Thu Jul 9 01:26:48 PDT 2026
From: Xianwei Zhao <xianwei.zhao at amlogic.com>
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 at amlogic.com>
---
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
More information about the linux-amlogic
mailing list