Message ID | 20230203034833.451461-8-durai.manickamkr@microchip.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for sam9x60 curiosity board | expand |
On 03/02/2023 04:48, Durai Manickam KR wrote: > Adding the sam9x60 curiosity board from Microchip into the atmel AT91 board > description yaml file. > > Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 If a tag was not added on purpose, please state why and what changed. Best regards, Krzysztof
On 03.02.2023 05:48, Durai Manickam KR wrote: > Adding the sam9x60 curiosity board from Microchip into the atmel AT91 board > description yaml file. > > Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > index 2224b18801a1..dfb8fd089197 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml > +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > @@ -91,9 +91,11 @@ properties: > - const: atmel,sama5d2 > - const: atmel,sama5 > > - - description: SAM9X60-EK board > + - description: Microchip SAM9X60 Evaluation Boards > items: > - - const: microchip,sam9x60ek > + - enum: > + - microchip,sam9x60ek > + - microchip,sam9x60-curiosity > - const: microchip,sam9x60 > - const: atmel,at91sam9 >
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 2224b18801a1..dfb8fd089197 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -91,9 +91,11 @@ properties: - const: atmel,sama5d2 - const: atmel,sama5 - - description: SAM9X60-EK board + - description: Microchip SAM9X60 Evaluation Boards items: - - const: microchip,sam9x60ek + - enum: + - microchip,sam9x60ek + - microchip,sam9x60-curiosity - const: microchip,sam9x60 - const: atmel,at91sam9
Adding the sam9x60 curiosity board from Microchip into the atmel AT91 board description yaml file. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)