From 8d299ca07125d8aa47c94cdfc8cf7036fa6dd474 Mon Sep 17 00:00:00 2001 From: SwaroopPKADI <139535934+SwaroopPKADI@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:34:22 +0530 Subject: [PATCH] rtc: max31335: Update adi,max31335.yaml to fix keys --- Documentation/devicetree/bindings/rtc/adi,max31335.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/rtc/adi,max31335.yaml b/Documentation/devicetree/bindings/rtc/adi,max31335.yaml index 19712884950cdb..55fe2995dc1b0e 100644 --- a/Documentation/devicetree/bindings/rtc/adi,max31335.yaml +++ b/Documentation/devicetree/bindings/rtc/adi,max31335.yaml @@ -26,12 +26,12 @@ allOf: properties: reg: items: - -const: 0x69 + - const: 0x69 else: properties: reg: items: - -const: 0x68 + - const: 0x68 properties: compatible: @@ -42,7 +42,7 @@ properties: reg: description: I2C address of the RTC items: - -enum: [0x68, 0x69] + - enum: [0x68, 0x69] maxItems: 1 interrupts: