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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DCE1DC43334 for ; Fri, 22 Jul 2022 08:37:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=axp84oUeL6k9w3tIv80VbthkB+b+wgWhgvvViX5Q2r0=; b=N9i8Y4sL3bIdKo RTsN+ZLX+5Df2G0UMiiSmaQTVJjdSqJ2znxAieeJhwFTv+J/37OCwleO8jtwe/PMwPFB5/FNQYHSP 2LHFzQoyAmg1KL4wAqzvJx8DSyCO9l9mNVHjVsQWKNcg0+94vaq6X1cYW/I5hCvIkz/UBKSLE9fId xU6MiGJWneQLxuvt6Rz7OYvn/OreYX9q93EcyiEog5dOHyYfMXWhzPTa8XkQ4IL5+kKaHSbLisQLg W9hlbHD5rmxF+sH2fQyrCiQ+ZcdJnfaLo34ggcjiAyifbV32hSOtEnPjyMdjtzyTveDSj51g0y4cn 0VN5rpf7BRjVD67eCZ3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEo92-0014hW-Jg; Fri, 22 Jul 2022 08:36:24 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEo8E-00146s-QU for linux-arm-kernel@lists.infradead.org; Fri, 22 Jul 2022 08:35:36 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 17E981063; Fri, 22 Jul 2022 01:35:31 -0700 (PDT) Received: from bogus (unknown [10.57.14.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3996C3F766; Fri, 22 Jul 2022 01:35:24 -0700 (PDT) Date: Fri, 22 Jul 2022 09:35:20 +0100 From: Sudeep Holla To: Rob Herring Cc: Mathieu Poirier , Suzuki K Poulose , Sudeep Holla , Mike Leach , Leo Yan , Krzysztof Kozlowski , Maxime Coquelin , Alexandre Torgue , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH 1/2] dt-bindings: arm: coresight: Add 'power-domains' property Message-ID: <20220722083520.coovqsa2pv7mnifp@bogus> References: <20220721212718.1980905-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220721212718.1980905-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220722_013534_950672_C26980B5 X-CRM114-Status: UNSURE ( 8.48 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 21, 2022 at 03:27:14PM -0600, Rob Herring wrote: > Coresight components may be in a power domain which is the case for the Arm > Juno board. Allow a single 'power-domains' entry for Coresight components. > I assume the maxItems can be changed in case if some platforms have multiple power domains especially for some per CPU coresight ETR/debug components. But for now, it looks good. Reviewed-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel