Skip to content

Commit ad28b9f

Browse files
committed
rtc: max31335: Update adi,max31335.yaml to fix keys
Signed-off-by: Swaroop Kukkillaya <Swaroop.PrakashKumar@analog.com>
1 parent 2577b23 commit ad28b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/rtc/adi,max31335.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ allOf:
2626
properties:
2727
reg:
2828
items:
29-
-const: 0x69
29+
- const: 0x69
3030
else:
3131
properties:
3232
reg:
3333
items:
34-
-const: 0x68
34+
- const: 0x68
3535

3636
properties:
3737
compatible:
@@ -42,7 +42,7 @@ properties:
4242
reg:
4343
description: I2C address of the RTC
4444
items:
45-
-enum: [0x68, 0x69]
45+
- enum: [0x68, 0x69]
4646
maxItems: 1
4747

4848
interrupts:

0 commit comments

Comments
 (0)