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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 A50FEC49EAF for ; Mon, 28 Jun 2021 01:35:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F0986144B for ; Mon, 28 Jun 2021 01:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232010AbhF1BiV (ORCPT ); Sun, 27 Jun 2021 21:38:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:39722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231678AbhF1BiU (ORCPT ); Sun, 27 Jun 2021 21:38:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7FC1C61A0F; Mon, 28 Jun 2021 01:35:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624844155; bh=GbLEzRat74uiT7GZW+oledv8dlkz0eWwQPF5j0WzGUw=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YwCz3QKDbG3WeY0dpwS29vzWz2G4kELQkpdDttsGl2BPUTwIO4Zd+O3P1ZKKJ7/rP wcxQo2ZjJIVMrS3xoo+uGv1G+GsKqkk+fJdD0ry8696RI7kahQkvdZvYprfbTJoE4x tXj3wbNK1DFMbND0QDaWQl6AGy0+KYsMlWN5SSpk4L4VcWLEEn/229Gdf2fGj5gMWl 8IgY0uFLIMzJWE7H7w/xBMfsRKb/ITP1U8eI66N1Scs6l3bZD3J4bCPHpDb3QnRzmM /xI3t4znbEzFpBAO3TokWG5wdn3mdJDA1rLBTseHbXlmDMH3fkibp01CGLtJyK9kGn OHJPzpGQH9ChQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210617051814.12018-8-gabriel.fernandez@foss.st.com> References: <20210617051814.12018-1-gabriel.fernandez@foss.st.com> <20210617051814.12018-8-gabriel.fernandez@foss.st.com> Subject: Re: [RESEND PATCH v3 07/11] dt-bindings: clock: add IDs for SCMI clocks on stm32mp15 From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Alexandre Torgue , Etienne Carriere , Gabriel Fernandez , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring , marex@denx.de Date: Sun, 27 Jun 2021 18:35:54 -0700 Message-ID: <162484415444.3259633.17192427997467189019@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting gabriel.fernandez@foss.st.com (2021-06-16 22:18:10) > From: Gabriel Fernandez >=20 > stm32mp15 TZ secure firmware provides SCMI clocks for oscillators, some > PLL output and few secure aware interfaces. > This change defines the SCMI clock identifiers used by SCMI agents > and servers. > Server SCMI0 exposes clocks and reset controllers for resources under > RCC[TZEN] configuration control. > Server SCMI1 exposes clocks for resources under RCC[MCKPROT] control. >=20 > Signed-off-by: Etienne Carriere > Signed-off-by: Gabriel Fernandez > Acked-by: Rob Herring > --- Applied to clk-next 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=-9.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,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 B1D7AC48BC2 for ; Mon, 28 Jun 2021 01:38:30 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7154061A0F for ; Mon, 28 Jun 2021 01:38:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7154061A0F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:Message-ID:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nN5O5+yrGHRRyFI/i/1RDFs8E1O9w+f3GW+k87Grk7o=; b=084ntQ13arT7E5 U3kQddZoZHxVKzaR19UER4KQym0PLjV+RxvElR0nLhln6QnQnkn/mHLxWjBtFM6Lr9O8hSpSXhluy idPusypp/ro+ltKSJrGK8oGJTKWQKejDocGmM+EAnsOdSM1DZ0IzGIxrRMPttYD91Dj46CId+EaQS Oo/TJbXTdgIE3iRfEzugtjDw7jDG7HbiK5aemYYsUeHCDPg/o2rpO7hWyZ4ZjQNXeulUFbGARJNGf lalN0NZZP5/DUQvNDpooM9j17jamk9JFcGshwnBAFynVwzo6sBOg8EkuNpEuAdFFcUEBipc25EFxw EKRmJnyfxf/ImaybEoHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxgCS-006Pns-Au; Mon, 28 Jun 2021 01:36:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxgBn-006PXM-ST for linux-arm-kernel@lists.infradead.org; Mon, 28 Jun 2021 01:35:57 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7FC1C61A0F; Mon, 28 Jun 2021 01:35:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624844155; bh=GbLEzRat74uiT7GZW+oledv8dlkz0eWwQPF5j0WzGUw=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YwCz3QKDbG3WeY0dpwS29vzWz2G4kELQkpdDttsGl2BPUTwIO4Zd+O3P1ZKKJ7/rP wcxQo2ZjJIVMrS3xoo+uGv1G+GsKqkk+fJdD0ry8696RI7kahQkvdZvYprfbTJoE4x tXj3wbNK1DFMbND0QDaWQl6AGy0+KYsMlWN5SSpk4L4VcWLEEn/229Gdf2fGj5gMWl 8IgY0uFLIMzJWE7H7w/xBMfsRKb/ITP1U8eI66N1Scs6l3bZD3J4bCPHpDb3QnRzmM /xI3t4znbEzFpBAO3TokWG5wdn3mdJDA1rLBTseHbXlmDMH3fkibp01CGLtJyK9kGn OHJPzpGQH9ChQ== MIME-Version: 1.0 In-Reply-To: <20210617051814.12018-8-gabriel.fernandez@foss.st.com> References: <20210617051814.12018-1-gabriel.fernandez@foss.st.com> <20210617051814.12018-8-gabriel.fernandez@foss.st.com> Subject: Re: [RESEND PATCH v3 07/11] dt-bindings: clock: add IDs for SCMI clocks on stm32mp15 From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Alexandre Torgue , Etienne Carriere , Gabriel Fernandez , Maxime Coquelin , Michael Turquette , Philipp Zabel , Rob Herring , marex@denx.de Date: Sun, 27 Jun 2021 18:35:54 -0700 Message-ID: <162484415444.3259633.17192427997467189019@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210627_183556_009143_2443E2A9 X-CRM114-Status: UNSURE ( 6.69 ) 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 Quoting gabriel.fernandez@foss.st.com (2021-06-16 22:18:10) > From: Gabriel Fernandez > > stm32mp15 TZ secure firmware provides SCMI clocks for oscillators, some > PLL output and few secure aware interfaces. > This change defines the SCMI clock identifiers used by SCMI agents > and servers. > Server SCMI0 exposes clocks and reset controllers for resources under > RCC[TZEN] configuration control. > Server SCMI1 exposes clocks for resources under RCC[MCKPROT] control. > > Signed-off-by: Etienne Carriere > Signed-off-by: Gabriel Fernandez > Acked-by: Rob Herring > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel