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 X-Spam-Level: X-Spam-Status: No, score=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4298C12002 for ; Fri, 16 Jul 2021 19:19:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC275613DF for ; Fri, 16 Jul 2021 19:19:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232146AbhGPTWU (ORCPT ); Fri, 16 Jul 2021 15:22:20 -0400 Received: from esa.microchip.iphmx.com ([68.232.153.233]:18388 "EHLO esa.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229981AbhGPTWT (ORCPT ); Fri, 16 Jul 2021 15:22:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1626463164; x=1657999164; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=1iYOq1rG77eTG0FIfUsTqlPL5ITihfDVgzH0zMvxaQk=; b=eA9AbpZ6MGQTTFftFM1vM4Dl0sK+MJgDzQdAJSP+/82bqxBUZ2PhVenr E8+hySqfzRwbK7ObjLmpCyz/eR9DWlCN9MTw+pzIcbbmcMhwSqJarUtI7 WhVgOuflOX0kdynr/cSN4eMCJ2V4iCaXuPgQyuaRf/JslN2ZSh1R23Da4 xOk7+U2nSEH/NpBPQldgJEfvw+mRi6npSpXZJVZTifh3LzxPIv+LNkPNi Nmc/DolV30rAv/tGy5xHjyaWub5wpcn3E1pg5Yn2tELBPVk1o7UNf49T6 efQcNJZ8BWGDywbLoUsqYBI70US1TSQmHDZZLkB//tO/MLGlZROdM/jko w==; IronPort-SDR: RXKTwfb5DY6KWaN+0z7Bjt+rDnSGVfzfEJznoDUxEzzGZbhVRQLulUOj9/s5uR3S5k95BQkweY aQWAy+j/GgS82UvZyrOZBJyH5xWEHonjaHFcIRwEMGrsNaHZN6gGY4fpdauqObUgbwFA7kQKSw DuMrMGevnUSJ64KSzddvTgtysDr2luIub9yMw1bvuGOC7mZqMNJ+M/us0IKfSrmRrg5kwxgjBm gKSo7fMWaGPNsUJbYxH9Thg/0EyoWWshERj+stkh3scswYwtd90Bv1VsQ/xkPEmOGmFRvBBHon hpoq8y3vfG6c1yBgMW7oQ/6v X-IronPort-AV: E=Sophos;i="5.84,245,1620716400"; d="scan'208";a="129156491" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 16 Jul 2021 12:19:24 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Fri, 16 Jul 2021 12:19:24 -0700 Received: from [10.12.72.255] (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2176.2 via Frontend Transport; Fri, 16 Jul 2021 12:19:22 -0700 Subject: Re: [PATCH v5 1/4] dt-bindings: ARM: at91: document sama7g5ek board To: Eugen Hristev , List-Id: CC: , , , , , , , , "Rob Herring" References: <20210628120452.74408-1-eugen.hristev@microchip.com> From: Nicolas Ferre Organization: microchip Message-ID: Date: Fri, 16 Jul 2021 21:19:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210628120452.74408-1-eugen.hristev@microchip.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 28/06/2021 at 14:04, Eugen Hristev wrote: > Document the SAMA7G5 Evaluation Kit based on sama7g5 SoC. > > Acked-by: Rob Herring > Signed-off-by: Eugen Hristev Series look good to me. I queue 1-2 in at91-dt and 2-3 in at91-defconfig for 5.15. It'll be in at91-next for a few days for 0-day robot consumption. Best regards, Nicolas > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > index 6fc5a22ad962..fba071b9af1d 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml > +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml > @@ -145,6 +145,11 @@ properties: > - const: atmel,sama5d4 > - const: atmel,sama5 > > + - items: > + - const: microchip,sama7g5ek # SAMA7G5 Evaluation Kit > + - const: microchip,sama7g5 > + - const: microchip,sama7 > + > - items: > - enum: > - atmel,sams70j19 > -- Nicolas Ferre