Skip to content

Commit

Permalink
rtc: max31335: Update adi,max31335.yaml to fix keys
Browse files Browse the repository at this point in the history
Signed-off-by: Swaroop Kukkillaya <[email protected]>
  • Loading branch information
SwaroopPKADI committed Sep 6, 2024
1 parent 2577b23 commit ad28b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/devicetree/bindings/rtc/adi,max31335.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ allOf:
properties:
reg:
items:
-const: 0x69
- const: 0x69
else:
properties:
reg:
items:
-const: 0x68
- const: 0x68

properties:
compatible:
Expand All @@ -42,7 +42,7 @@ properties:
reg:
description: I2C address of the RTC
items:
-enum: [0x68, 0x69]
- enum: [0x68, 0x69]
maxItems: 1

interrupts:
Expand Down

0 comments on commit ad28b9f

Please sign in to comment.