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 9A940C433F5 for ; Wed, 16 Mar 2022 03:51:52 +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:MIME-Version:References:In-Reply-To: Date:CC:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0ylds9uX1b0nrvkJuEZvvrMJDcGRD3ecsljZWO22lPk=; b=VEw2Qh6OmRLgRn sYWr+Nw/K4qi4cI5g5xTkZlxFqtqpxZSu+zz1kkyr/EpJENlmBMMul6yaWx5tY5i60el/i0RN+vqS gVb97BY+mLdRfGS0JKht1qR6+r5PKyui5PU5hoIuWtNS/AqHH6clfnyDIWJDoPkQvCmtWUAnH8I5W ltmz7OZhgM5L04vzRAXvXYA4HPUUYkG2FTUFBgLMaFu+Fth44mGznV0hStDATgBR+mAWRRf2GG9gu HkuUY7py59CbLSe2xRaup22Cb4FXqPpk0tYPsBlvxomvYVkKS8JgOvSc4FWfrmAtHO7hAZ0S/p45+ rwzR8mEDQ2r+NO6XV8ZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUKgQ-00BLNN-2a; Wed, 16 Mar 2022 03:50:46 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUKgM-00BLMj-FH; Wed, 16 Mar 2022 03:50:43 +0000 X-UUID: 1f96772ef60247bcb5d0ba8764b32cd9-20220315 X-UUID: 1f96772ef60247bcb5d0ba8764b32cd9-20220315 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 15759655; Tue, 15 Mar 2022 20:50:38 -0700 Received: from mtkmbs10n1.mediatek.inc (172.21.101.34) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 15 Mar 2022 20:50:36 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Wed, 16 Mar 2022 11:50:34 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 16 Mar 2022 11:50:34 +0800 Message-ID: Subject: Re: [PATCH v13 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX From: CK Hu To: Moudy Ho , Mauro Carvalho Chehab , Rob Herring , Matthias Brugger , Hans Verkuil , "Jernej Skrabec" CC: Chun-Kuang Hu , Geert Uytterhoeven , Rob Landley , Laurent Pinchart , , , , , , Alexandre Courbot , , , , , AngeloGioacchino Del Regno , Maoguang Meng , daoyuan huang , Ping-Hsun Wu , , , , , , , , , Date: Wed, 16 Mar 2022 11:50:34 +0800 In-Reply-To: <20220315061031.21642-5-moudy.ho@mediatek.com> References: <20220315061031.21642-1-moudy.ho@mediatek.com> <20220315061031.21642-5-moudy.ho@mediatek.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220315_205042_549336_25F42E43 X-CRM114-Status: GOOD ( 17.22 ) 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 Hi, Moudy: On Tue, 2022-03-15 at 14:10 +0800, Moudy Ho wrote: > In order to allow modules with latency requirements such as MDP3 > to set registers through CMDQ, add the relevant GCE property. Reviewed-by: CK Hu > > Signed-off-by: Moudy Ho > --- > .../devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 8 > ++++++++ > 1 file changed, 8 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml > b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml > index 4adc67cafd29..06106779d129 100644 > --- > a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml > +++ > b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml > @@ -56,6 +56,14 @@ properties: > include/dt-bindings/gce/-gce.h of each chips. > $ref: /schemas/types.yaml#/definitions/phandle-array > > + mediatek,gce-client-reg: > + description: The register of client driver can be configured by > gce with > + 4 arguments defined in this property, such as phandle of gce, > subsys id, > + register offset and size. Each GCE subsys id is mapping to a > client > + defined in the header include/dt-bindings/gce/-gce.h. > + $ref: /schemas/types.yaml#/definitions/phandle-array > + maxItems: 1 > + > required: > - compatible > - reg _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel