diff options
| author | Huqiang Qin <[email protected]> | 2023-10-27 10:43:56 +0000 |
|---|---|---|
| committer | Wim Van Sebroeck <[email protected]> | 2023-10-29 18:45:12 +0000 |
| commit | 9d08e5909c81188eb1df26ef9d1c8df58ea5a44d (patch) | |
| tree | 38863e6716037edc44363a4c0a16f42c174e53a1 | |
| parent | watchdog: mlx-wdt: Parameter desctiption warning fix (diff) | |
| download | kernel-9d08e5909c81188eb1df26ef9d1c8df58ea5a44d.tar.gz kernel-9d08e5909c81188eb1df26ef9d1c8df58ea5a44d.zip | |
dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs
Update dt-binding document for watchdog of Amlogic C3 and S4 SoCs.
Signed-off-by: Huqiang Qin <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml b/Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml index 443e2e7ab467..69845ec32e81 100644 --- a/Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml @@ -15,9 +15,15 @@ allOf: properties: compatible: - enum: - - amlogic,meson-gxbb-wdt - - amlogic,t7-wdt + oneOf: + - enum: + - amlogic,meson-gxbb-wdt + - amlogic,t7-wdt + - items: + - enum: + - amlogic,c3-wdt + - amlogic,s4-wdt + - const: amlogic,t7-wdt reg: maxItems: 1 |
