We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0475b0d commit 83b66cdCopy full SHA for 83b66cd
Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml
@@ -129,6 +129,11 @@ properties:
129
description:
130
Node for reboot method
131
132
+ google,pmu-intr-gen-syscon:
133
+ $ref: /schemas/types.yaml#/definitions/phandle
134
+ description:
135
+ Phandle to PMU interrupt generation interface.
136
+
137
required:
138
- compatible
139
- reg
@@ -189,6 +194,16 @@ allOf:
189
194
properties:
190
195
dp-phy: false
191
196
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
192
207
examples:
193
208
- |
209
#include <dt-bindings/clock/exynos5250.h>
0 commit comments