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=ham 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 3D501C433EF for ; Fri, 3 Sep 2021 19:54:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FC236101A for ; Fri, 3 Sep 2021 19:54:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350011AbhICTzO (ORCPT ); Fri, 3 Sep 2021 15:55:14 -0400 Received: from mail-oo1-f48.google.com ([209.85.161.48]:35549 "EHLO mail-oo1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234588AbhICTzO (ORCPT ); Fri, 3 Sep 2021 15:55:14 -0400 Received: by mail-oo1-f48.google.com with SMTP id y3-20020a4ab403000000b00290e2a52c71so26865oon.2 for ; Fri, 03 Sep 2021 12:54:13 -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=TXodp5hpRen1nungg/ifFhQtVddVip5ODoYcNya31mY=; b=Nn+il1WliL5lwn2L1QdeuwuvHGIKvakFJWTroyKHcIV07L8WPA9KV3+KDnRh2mfg/K 1YWzBsCKnnqKzolPoSQRFMBVog7V+1xHSu8BM/CsPfC6p92sKLv9jRdhyNiyB5CASwcu STiJGt/KFuGqeNLXF3c82uVVyejB4GGhyPE1TwJb0K+EEhYZ+cbJXK9zZ+sjFQBgQ94E Gxu9LU4cYbBSddqs2Z+FDV5qOour7QbZVhK7SNzPehX//oUdWj31jMQ4mCqt7ReNV7+r eeWMaRKr8G+vvZu5gbgzybv2NpVQmEyeOY7xrlhVU5xmwGck85qzvhp0z1Aqq/wbKadx CU2Q== X-Gm-Message-State: AOAM533+FTlbpvPDxYM9RoUakfNtPkxQfT7GsfN4+Z83voTROhF3OF4K tWYAy9E3LQNi5Eb0sVV/JQ== X-Google-Smtp-Source: ABdhPJzeyHJE5yBi5Jl4+QNAtj/hTa7QUj0BQoUeLYvtxZOnd576AMb9DD4UFIY2FD9XSi0th1dkTw== X-Received: by 2002:a4a:1e46:: with SMTP id 67mr4329586ooq.38.1630698853493; Fri, 03 Sep 2021 12:54:13 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n19sm64685otl.63.2021.09.03.12.54.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:54:12 -0700 (PDT) Received: (nullmailer pid 3351778 invoked by uid 1000); Fri, 03 Sep 2021 19:54:11 -0000 Date: Fri, 3 Sep 2021 14:54:11 -0500 From: Rob Herring To: Tanmay Jagdale Cc: linux-arm-kernel@lists.infradead.org, lcherian@marvell.com, bbhushan2@marvell.com, coresight@lists.linaro.org, devicetree@vger.kernel.org, suzuki.poulose@arm.com, leo.yan@linaro.org, robh+dt@kernel.org, al.grant@arm.com, mike.leach@linaro.org, sgoutham@marvell.com, mathieu.poirier@linaro.org Subject: Re: [PATCH 1/2] dt-bindings: coresight: Add burst size for TMC Message-ID: References: <20210901131049.1365367-1-tanmay@marvell.com> <20210901131049.1365367-2-tanmay@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901131049.1365367-2-tanmay@marvell.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 18:40:48 +0530, Tanmay Jagdale wrote: > Add "arm,max-burst-size" optional property for TMC ETR. > If specified, this value indicates the maximum burst size > that can be initiated by TMC on the AXI bus. > > Signed-off-by: Tanmay Jagdale > --- > Documentation/devicetree/bindings/arm/coresight.txt | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring