diff options
author | Zelong Dong <[email protected]> | 2024-04-22 19:11:43 +0800 |
---|---|---|
committer | Philipp Zabel <[email protected]> | 2024-09-02 12:09:17 +0200 |
commit | 47c270a9bf2188c3797e9791e2d59c411f7c9549 (patch) | |
tree | e946bf1df0c230456ff023d0e04ac5ad4da4fefc | |
parent | a05f87270e9013bf8ce37efe70c8cc3e243931cb (diff) |
dt-bindings: reset: Add Amlogic T7 reset controller
Add a new compatible for Amlogic T7 reset controller.
Signed-off-by: Zelong Dong <[email protected]>
Signed-off-by: Kelvin Zhang <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Zabel <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml b/Documentation/devicetree/bindings/reset/amlogic,meson-reset.yaml index f0c6c0df0ce3..695ef38a7bb3 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-a1-reset # Reset Controller on A1 and compatible SoCs - amlogic,meson-s4-reset # Reset Controller on S4 and compatible SoCs - amlogic,c3-reset # Reset Controller on C3 and compatible SoCs + - amlogic,t7-reset reg: maxItems: 1 |