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 05092C28D13 for ; Mon, 22 Aug 2022 19:13:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238106AbiHVTNz (ORCPT ); Mon, 22 Aug 2022 15:13:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238307AbiHVTNc (ORCPT ); Mon, 22 Aug 2022 15:13:32 -0400 Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 659A4E0FB; Mon, 22 Aug 2022 12:13:28 -0700 (PDT) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-11c896b879bso14072173fac.3; Mon, 22 Aug 2022 12:13:28 -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; bh=LMDQuJo0oA0Z9tEl0K4aG8X27m3X4p/D+o2EROlyl9c=; b=Ibms/jQqHBrp4SaXeUGxGck/wxmFC1ytBb/6CNnmRB72z0pijYoewC58wh59DEzQxk wWJMnzXsNwY+/91prLuGm9qKz3ZbgmiA7lgSCFkaotcbRgIlY0tivO4M546EINVmTsJ6 /ZRwj7gcTCLKqaG0VOxnIZ3M7qnDB+bm8SlBkORvREllIY5iCo9ExCKPCgGn2mGXAWog LWYTgUTHKScBmDRfVZZv48AqSriNsTOQnSqb779o5OkXMHwO8ImV9loCdlPfsQbhwPFN a/+eJ38WLGZ5B9bWIl+9wlK9XFP4b9yMFSfrrHgjW7eFP2U/ePuLW4AtgK9kSZ0Stj8N AMRQ== X-Gm-Message-State: ACgBeo2RcqsVb6Z/yuO2AKB3OqgT4WTAoK5c6XJcZvJK2G2f08F1sfFo 5zubKoacJmg+t8EphxRdRg== X-Google-Smtp-Source: AA6agR67XoVrfLE3mx+5Fw11ac0e2irOfcRNgY3xc6cGJL73PSJH/Bm1ic8ztm9iNBoc5wdWnk0njw== X-Received: by 2002:a05:6870:a91d:b0:10c:55e:3f64 with SMTP id eq29-20020a056870a91d00b0010c055e3f64mr10201618oab.123.1661195607460; Mon, 22 Aug 2022 12:13:27 -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 t20-20020a9d5914000000b0061cbd18bd18sm3166198oth.45.2022.08.22.12.13.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Aug 2022 12:13:26 -0700 (PDT) Received: (nullmailer pid 238867 invoked by uid 1000); Mon, 22 Aug 2022 19:13:25 -0000 Date: Mon, 22 Aug 2022 14:13:25 -0500 From: Rob Herring To: Apurva Nandan Cc: linux-arm-kernel@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Nishanth Menon , Vignesh Raghavendra , Linus Walleij , Hari Nagalla , linux-kernel@vger.kernel.org, Tero Kristo , Krzysztof Kozlowski Subject: Re: [PATCH 1/4] dt-bindings: arm: ti: Add bindings for J784s4 SoC Message-ID: <20220822191325.GA238497-robh@kernel.org> References: <20220819190054.31348-1-a-nandan@ti.com> <20220819190054.31348-2-a-nandan@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220819190054.31348-2-a-nandan@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sat, 20 Aug 2022 00:30:51 +0530, Apurva Nandan wrote: > Add binding for J784S4 SoC > > Signed-off-by: Apurva Nandan > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring