Message ID | b78ea6d7b306bca7012cff604b67b65b89b41093.1739221064.git.Ryan.Wanner@microchip.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Enable Power Modes Support for SAMA7D65 SoC | expand |
On Mon, Feb 10, 2025 at 02:13:05PM -0700, Ryan.Wanner@microchip.com wrote: > From: Ryan Wanner <Ryan.Wanner@microchip.com> > > Add SAMA7D65 RSTC compatible to DT bindings documentation. The > sama7d65-rstc is compatible with the sama7g5-rstc. > > Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> > --- > .../devicetree/bindings/reset/atmel,at91sam9260-reset.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml b/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml > index 98465d26949ee..a1c21c3880f9d 100644 > --- a/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml > +++ b/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml > @@ -23,6 +23,11 @@ properties: > - atmel,sama5d3-rstc > - microchip,sam9x60-rstc > - microchip,sama7g5-rstc > + > + - items: > + - const: microchip,sama7d65-rstc > + - const: microchip,sama7g5-rstc > + No need for blank lines around. It's making it unnecessary long. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml b/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml index 98465d26949ee..a1c21c3880f9d 100644 --- a/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml +++ b/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml @@ -23,6 +23,11 @@ properties: - atmel,sama5d3-rstc - microchip,sam9x60-rstc - microchip,sama7g5-rstc + + - items: + - const: microchip,sama7d65-rstc + - const: microchip,sama7g5-rstc + - items: - const: atmel,sama5d3-rstc - const: atmel,at91sam9g45-rstc