devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board
@ 2023-07-28 10:31 Varshini Rajendran
  2023-07-28 19:25 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Varshini Rajendran @ 2023-07-28 10:31 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, jerry.ray, durai.manickamkr,
	varshini.rajendran, andrew, devicetree, linux-arm-kernel,
	linux-kernel

Add documentation for SAM9X75 Curiosity board.

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
 Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
index dfb8fd089197..15b11feae46a 100644
--- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
+++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
@@ -99,6 +99,12 @@ properties:
           - const: microchip,sam9x60
           - const: atmel,at91sam9
 
+      - description: Microchip SAM9X7 Evaluation Boards
+        items:
+          - const: microchip,sam9x75-curiosity
+          - const: microchip,sam9x7
+          - const: atmel,at91sam9
+
       - description: Nattis v2 board with Natte v2 power board
         items:
           - const: axentia,nattis-2
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board
  2023-07-28 10:31 [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board Varshini Rajendran
@ 2023-07-28 19:25 ` Rob Herring
  2023-08-10  5:59   ` Varshini.Rajendran
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2023-07-28 19:25 UTC (permalink / raw)
  To: Varshini Rajendran
  Cc: krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, jerry.ray, durai.manickamkr,
	andrew, devicetree, linux-arm-kernel, linux-kernel

On Fri, Jul 28, 2023 at 04:01:06PM +0530, Varshini Rajendran wrote:
> Add documentation for SAM9X75 Curiosity board.
> 
> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
> ---
>  Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> index dfb8fd089197..15b11feae46a 100644
> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
> @@ -99,6 +99,12 @@ properties:
>            - const: microchip,sam9x60
>            - const: atmel,at91sam9
>  
> +      - description: Microchip SAM9X7 Evaluation Boards
> +        items:
> +          - const: microchip,sam9x75-curiosity
> +          - const: microchip,sam9x7
> +          - const: atmel,at91sam9

Has this compatible been useful in prior use? Can s/w make some decision 
based on it? If not, I'd drop it.

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board
  2023-07-28 19:25 ` Rob Herring
@ 2023-08-10  5:59   ` Varshini.Rajendran
  0 siblings, 0 replies; 3+ messages in thread
From: Varshini.Rajendran @ 2023-08-10  5:59 UTC (permalink / raw)
  To: robh
  Cc: krzysztof.kozlowski+dt, conor+dt, Nicolas.Ferre,
	alexandre.belloni, claudiu.beznea, Jerry.Ray, Durai.ManickamKR,
	andrew, devicetree, linux-arm-kernel, linux-kernel

On 29/07/23 12:55 am, Rob Herring wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Fri, Jul 28, 2023 at 04:01:06PM +0530, Varshini Rajendran wrote:
>> Add documentation for SAM9X75 Curiosity board.
>>
>> Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
>> ---
>>   Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++
>>   1 file changed, 6 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
>> index dfb8fd089197..15b11feae46a 100644
>> --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml
>> +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml
>> @@ -99,6 +99,12 @@ properties:
>>             - const: microchip,sam9x60
>>             - const: atmel,at91sam9
>>
>> +      - description: Microchip SAM9X7 Evaluation Boards
>> +        items:
>> +          - const: microchip,sam9x75-curiosity
>> +          - const: microchip,sam9x7
>> +          - const: atmel,at91sam9
> 
> Has this compatible been useful in prior use? Can s/w make some decision
> based on it? If not, I'd drop it.

Hi Rob,

There is no s/w decision depending on this compatible per se. But this 
is how we have maintained different boards from the same SoC or SoC 
family so far. So I would say, any decision on this would require 
discussion internally.

> 
> Rob

-- 
Thanks and Regards,
Varshini Rajendran.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-10  5:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 10:31 [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board Varshini Rajendran
2023-07-28 19:25 ` Rob Herring
2023-08-10  5:59   ` Varshini.Rajendran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).