Skip to content

Commit b5ddded

Browse files
Chenhongrenkartben
authored andcommitted
dts: bindings: it8xxx2-power-elpm: add latch-enable property
This commit adds `latch-enable` property to power elpm child node and marks the `polarity` property as required. Signed-off-by: Ren Chen <[email protected]>
1 parent 0d886da commit b5ddded

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dts/bindings/power/ite,it8xxx2-power-elpm.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ child-binding:
2525
type: int
2626
description: the index of XLPIN
2727

28+
latch-enable:
29+
type: boolean
30+
description: Enable latching of XLPIN if present
31+
2832
polarity:
2933
type: string
34+
required: true
3035
enum: ["default", "low-falling", "high-rising"]
3136
description: |
3237
Polarity setting for this XLPIN:

0 commit comments

Comments
 (0)