Skip to content

Commit 83b66cd

Browse files
petegriffinkrzk
authored andcommitted
dt-bindings: soc: samsung: exynos-pmu: gs101: add google,pmu-intr-gen phandle
gs101 requires access to the pmu interrupt generation register region which is exposed as a syscon. Update the exynos-pmu bindings documentation to reflect this. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/20250506-contrib-pg-cpu-hotplug-suspend2ram-fixes-v1-v4-2-9f64a2657316@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 0475b0d commit 83b66cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ properties:
129129
description:
130130
Node for reboot method
131131

132+
google,pmu-intr-gen-syscon:
133+
$ref: /schemas/types.yaml#/definitions/phandle
134+
description:
135+
Phandle to PMU interrupt generation interface.
136+
132137
required:
133138
- compatible
134139
- reg
@@ -189,6 +194,16 @@ allOf:
189194
properties:
190195
dp-phy: false
191196

197+
- if:
198+
properties:
199+
compatible:
200+
contains:
201+
enum:
202+
- google,gs101-pmu
203+
then:
204+
required:
205+
- google,pmu-intr-gen-syscon
206+
192207
examples:
193208
- |
194209
#include <dt-bindings/clock/exynos5250.h>

0 commit comments

Comments
 (0)