Skip to content

Commit a2170f8

Browse files
BotchedRPRWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: samsung-wdt: Add exynos990-wdt compatible
Add a dt-binding compatible for the Exynos990 Watchdog timer. This watchdog is compatible with the GS101/Exynos850 design, as such it requires the cluster-index and syscon-phandle properties to be present. It also contains a cl2 cluster, as such the cluster-index property has been expanded. Signed-off-by: Igor Belwon <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/20250420-wdt-resends-april-v1-1-f58639673959@mentallysanemainliners.org Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 37c3714 commit a2170f8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Documentation/devicetree/bindings/watchdog/samsung-wdt.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ properties:
2525
- samsung,exynos5420-wdt # for Exynos5420
2626
- samsung,exynos7-wdt # for Exynos7
2727
- samsung,exynos850-wdt # for Exynos850
28+
- samsung,exynos990-wdt # for Exynos990
2829
- samsung,exynosautov9-wdt # for Exynosautov9
2930
- samsung,exynosautov920-wdt # for Exynosautov920
3031
- items:
@@ -49,14 +50,14 @@ properties:
4950
samsung,cluster-index:
5051
$ref: /schemas/types.yaml#/definitions/uint32
5152
description:
52-
Index of CPU cluster on which watchdog is running (in case of Exynos850
53-
or Google gs101).
53+
Index of CPU cluster on which watchdog is running (in case of Exynos850,
54+
Exynos990 or Google gs101).
5455

5556
samsung,syscon-phandle:
5657
$ref: /schemas/types.yaml#/definitions/phandle
5758
description:
5859
Phandle to the PMU system controller node (in case of Exynos5250,
59-
Exynos5420, Exynos7, Exynos850 and gs101).
60+
Exynos5420, Exynos7, Exynos850, Exynos990 and gs101).
6061

6162
required:
6263
- compatible
@@ -77,6 +78,7 @@ allOf:
7778
- samsung,exynos5420-wdt
7879
- samsung,exynos7-wdt
7980
- samsung,exynos850-wdt
81+
- samsung,exynos990-wdt
8082
- samsung,exynosautov9-wdt
8183
- samsung,exynosautov920-wdt
8284
then:
@@ -89,6 +91,7 @@ allOf:
8991
enum:
9092
- google,gs101-wdt
9193
- samsung,exynos850-wdt
94+
- samsung,exynos990-wdt
9295
- samsung,exynosautov9-wdt
9396
- samsung,exynosautov920-wdt
9497
then:
@@ -102,7 +105,7 @@ allOf:
102105
- const: watchdog
103106
- const: watchdog_src
104107
samsung,cluster-index:
105-
enum: [0, 1]
108+
enum: [0, 1, 2]
106109
required:
107110
- samsung,cluster-index
108111
else:

0 commit comments

Comments
 (0)