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 4F51BC54EE9 for ; Wed, 7 Sep 2022 20:41:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229459AbiIGUlc (ORCPT ); Wed, 7 Sep 2022 16:41:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230130AbiIGUl3 (ORCPT ); Wed, 7 Sep 2022 16:41:29 -0400 Received: from mail-oa1-f45.google.com (mail-oa1-f45.google.com [209.85.160.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8330AC2284; Wed, 7 Sep 2022 13:41:26 -0700 (PDT) Received: by mail-oa1-f45.google.com with SMTP id 586e51a60fabf-127dca21a7dso11708578fac.12; Wed, 07 Sep 2022 13:41:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=CEdjOwMmeA08vXzpoa6WynZhk52OwalyiCa+4vlnpn8=; b=03Lr6y3NgSDhxvZVNYffJheLddDtemt3G3dbvs6voCnXyrrbbLziMMQENbsVPRcSY4 NcClwJWaYkDfHM3t7iBM3LO1J2jRkzMuxNCUYLagMD8PrHRa5wUo2EIJTKSkpWl+LyRo IIhsxWK2ednb/WyumZ0mJQAAgcE+/D+mAruWdhBy+tF4ytS5dqY0848ondS/cwHKB+HY O6fgenhiSOR3dbuxgLAELDJ4grHdJTngTvuZlvylrZMEGuv0PIzm02077xXz7e2vYrRi OwLIlT79WzWOvHqZ+ti1n3V9g4Sch45cNXUKxB7VXH6UFnbAMQnHpX3xUy+vU0CgvkmX 45fw== X-Gm-Message-State: ACgBeo3I65ssEzB3uZsj612bWxc4PwlmIxfpuCtmqnpvR5znmdhLUs8O Ta80YJUggEk1v+nKljIafA== X-Google-Smtp-Source: AA6agR4hg/qke5ywPjxL40jP4Lg1PyGJ0LaUfLNHDKid6j59uZVTmHBu1wtjQjtYCYrx92d/pVE+kw== X-Received: by 2002:a54:4790:0:b0:343:46c5:9b8e with SMTP id o16-20020a544790000000b0034346c59b8emr102575oic.251.1662583285633; Wed, 07 Sep 2022 13:41:25 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id d3-20020a4ab203000000b004359da266b4sm5372593ooo.14.2022.09.07.13.41.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Sep 2022 13:41:25 -0700 (PDT) Received: (nullmailer pid 304603 invoked by uid 1000); Wed, 07 Sep 2022 20:41:24 -0000 Date: Wed, 7 Sep 2022 15:41:24 -0500 From: Rob Herring To: Vignesh Raghavendra Cc: Tero Kristo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bryan Brattlof , Krzysztof Kozlowski , Nishanth Menon , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Linus Walleij , Rob Herring Subject: Re: [PATCH v2 2/5] dt-bindings: arm: ti: Add bindings for AM62A7 SoC Message-ID: <20220907204124.GA304568-robh@kernel.org> References: <20220901141328.899100-1-vigneshr@ti.com> <20220901141328.899100-3-vigneshr@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220901141328.899100-3-vigneshr@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 01 Sep 2022 19:43:25 +0530, Vignesh Raghavendra wrote: > This adds bindings for TI's AM62A7 family of devices. > > Signed-off-by: Vignesh Raghavendra > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring