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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 41C2FC4338F for ; Tue, 17 Aug 2021 22:18:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 211A760EE0 for ; Tue, 17 Aug 2021 22:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235969AbhHQWTU (ORCPT ); Tue, 17 Aug 2021 18:19:20 -0400 Received: from mail-ot1-f42.google.com ([209.85.210.42]:38538 "EHLO mail-ot1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234474AbhHQWTM (ORCPT ); Tue, 17 Aug 2021 18:19:12 -0400 Received: by mail-ot1-f42.google.com with SMTP id 108-20020a9d01750000b029050e5cc11ae3so320804otu.5; Tue, 17 Aug 2021 15:18:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hH6x0kKNvTVTngzAJglfbn28xI8QAAWrgkjyn1ogaAA=; b=ZyXGhcuDnO0+Dk5sMD967Q07buGcAiYkL52moxSVei8j+tfZFH29Q4FPGE2PAnBOIV lLtR/d6whN8Dy9fMgAPwHO4cb8oUDXhqJGnuPjZb8XrPUEbAAtH+dNdGIkPGPTEIGCg0 Ek5XgTsysaaGPeDEjptrhqM4H5tP4tL1wiNtqRe04K7iyE7I8QB5gTl841k+rbA1FNv4 nwZ8sgtCZwEhs0u+Qplq0ONFHQoIbMhlFtAujt5G9m0CqqFgMScHpIfb2QAKqmYlhDyz lIvoCJ6KMfzIbSzHTTkDEGd7t5ohbsfcwHHaGWQcIu+tyDy/Is/jfe2LbJCLouTyVZSE B5rw== X-Gm-Message-State: AOAM531R9o8nNoVL/Y+8Hj6Nsh4w58g+j5QBnKkd1oiwz9ZXOucSysvG 4N7BcUrAKl3PelGjYgL4Rg== X-Google-Smtp-Source: ABdhPJyZkwXaIBIiV+RYqjeipQRsYMSwJcPUjKRxBFM10YNTOL1cqAvlf+PDs3/94oHBkGxuqgjARA== X-Received: by 2002:a9d:77da:: with SMTP id w26mr4522551otl.293.1629238718681; Tue, 17 Aug 2021 15:18:38 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id s12sm654598otk.21.2021.08.17.15.18.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Aug 2021 15:18:37 -0700 (PDT) Received: (nullmailer pid 939324 invoked by uid 1000); Tue, 17 Aug 2021 22:18:36 -0000 Date: Tue, 17 Aug 2021 17:18:36 -0500 From: Rob Herring To: Claudiu Beznea List-Id: Cc: alexandre.belloni@bootlin.com, soc@kernel.org, arnd@arndb.de, nicolas.ferre@microchip.com, linux-arm-kernel@lists.infradead.org, olof@lixom.net, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, robh+dt@kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 3/7] dt-bindings: ARM: at91: document CalAmp LMU5000 board Message-ID: References: <20210816064416.1630674-1-claudiu.beznea@microchip.com> <20210816064416.1630674-4-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210816064416.1630674-4-claudiu.beznea@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Aug 2021 09:44:12 +0300, Claudiu Beznea wrote: > Document CalAmp LMU5000. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring