On Thu, Jan 30, 2025 at 10:33:46AM -0700, Ryan.Wanner@xxxxxxxxxxxxx wrote: > From: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx> > > Reorganize compatible to allow more devices to be added to this enum. This is doing more than reorganizing. It is changing the binding. Now 7g5 is compatible with 9x60? > > Signed-off-by: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx> > --- > .../devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml > index c8bb2eef442dd..30d87b74c51dc 100644 > --- a/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml > +++ b/Documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml > @@ -21,9 +21,10 @@ properties: > - atmel,sama5d4-rtc > - atmel,sama5d2-rtc > - microchip,sam9x60-rtc > - - microchip,sama7g5-rtc > - items: > - - const: microchip,sam9x7-rtc > + - enum: > + - microchip,sama7g5-rtc > + - microchip,sam9x7-rtc > - const: microchip,sam9x60-rtc > > reg: > -- > 2.43.0 >