From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F3F6C0015E for ; Fri, 28 Jul 2023 19:25:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229888AbjG1TZh (ORCPT ); Fri, 28 Jul 2023 15:25:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229740AbjG1TZg (ORCPT ); Fri, 28 Jul 2023 15:25:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C447EBF; Fri, 28 Jul 2023 12:25:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 56947621C6; Fri, 28 Jul 2023 19:25:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B841BC433C8; Fri, 28 Jul 2023 19:25:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690572334; bh=qH1nMUGykA7IWroSLrtgzIBQVATyMiX9LOfbhqrxnCU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MyekAuRWYrWF8Bfcy8zUZmFKfQkpRfhHg1zBF2knIkchaUQAABmkH6WDpAaOWY9r8 sbYBm6PmuVC9YSADMFoeaN075qzxBp0919SqFOZHNOouXoZrvtggIZkYDVWr7OrmXC OlOqhriyPWjoLNbjM7/RQN41HTo7gJlEctQGbbPG4HOIeNrdvFWrCiwSugVgxs7zY6 PA6tENOgbrdZadK2w0BAxc1RQaBh5X0xFF8LHwbioUf2BRO0NWV8bgGTGEGBnrELcq M+PFLb/DyNjxV4zzlVX5lDnRUwUq8iby/VDEzaRwkfzGv4lz66+0gaAC56PRXOXuO+ KVv3TdHhcYz5w== Received: (nullmailer pid 1172453 invoked by uid 1000); Fri, 28 Jul 2023 19:25:32 -0000 Date: Fri, 28 Jul 2023 13:25:32 -0600 From: Rob Herring To: Varshini Rajendran Cc: krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@microchip.com, jerry.ray@microchip.com, durai.manickamkr@microchip.com, andrew@lunn.ch, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 49/50] dt-bindings: arm: add sam9x75 curiosity board Message-ID: <20230728192532.GA1169417-robh@kernel.org> References: <20230728103106.267793-1-varshini.rajendran@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728103106.267793-1-varshini.rajendran@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Jul 28, 2023 at 04:01:06PM +0530, Varshini Rajendran wrote: > Add documentation for SAM9X75 Curiosity board. > > Signed-off-by: Varshini Rajendran > --- > 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