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 1F29BC54FD2 for ; Thu, 30 Jul 2026 08:45:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=KoZWekAB+mXCjKKPwdC/+UrxluXzPXzJ6a2Xt45RWOs=; b=xm21g10hE3k5j25EnUZws1WsCt jsdBNYqKNmEM9Dpwqqm8cGssScDLSs6Sj89B9U9ygzsO6BhnD8PljyfPODS/q5vWlJbp9cAZLfcRn EzhShEymkCSnRtbk5OxGsR5HyqVW1kgTU3s2ySHt/ODMKdfhw7vYSdmmS94W9JVYxBRN7vbzuD0bF xepo69fOgF60g5P85uCfbY6x7mW4mQWU+ZLRm7a9Az7JyykNCucQ5BoNgXPDi9G+MSKH9F/vdTBh/ 6jQACvSVmjvqVqSf6/meaFuehGqE81WwVfPmHp+4cK4wE13MztpN3WO0OQhxZY0g+WWC5gg+zAbQl I4kSuxBQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpMOr-00000009uSC-0yUe; Thu, 30 Jul 2026 08:45:57 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wpMOo-00000009uRb-3OJG; Thu, 30 Jul 2026 08:45:55 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 1725D600C8; Thu, 30 Jul 2026 08:45:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CEBA81F000E9; Thu, 30 Jul 2026 08:45:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785401153; bh=KoZWekAB+mXCjKKPwdC/+UrxluXzPXzJ6a2Xt45RWOs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=gS4sB9ucDGszwk08PWGv43tuHHcuSoAXn7ePKg9ZpylPcS7XDn03z2KfvkRnVssRq n0HW1Rd1guGWXdQRdAo7thocRrIQOQiDvBkViYFQoRw5hBChs+S6MF7GD1bmy8zCqQ s9c1P4XLg32JdPUD7ah+thRDxIAWH9pi+xMQy9s6zRo6zKPffG+I1NcfltHPpYtRIy M69KiIaMQzc5mmPZo4nIvkfynUpzx5RQmmvxOdZ7divXcsmvP6wGZJWuiEVvFnE+tQ cYgr1GoKU9EwFIJra71Pd76jjSgurJeRNO3nbCsyPMFA8VtZsvHUJBT5q0sxIecQmN dojKfdFLiNQXg== Date: Thu, 30 Jul 2026 10:45:49 +0200 From: Krzysztof Kozlowski To: Roman Vivchar Cc: Jassi Brar , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Houlong Wei , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 1/3] dt-bindings: mailbox: mediatek,gce-mailbox: add mt6572 Message-ID: <20260730-educational-accelerated-armadillo-a8a5d1@quoll> References: <20260728-6572-gce-v1-0-750bba32689e@protonmail.com> <20260728-6572-gce-v1-1-750bba32689e@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260728-6572-gce-v1-1-750bba32689e@protonmail.com> X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, Jul 28, 2026 at 12:42:46PM +0300, Roman Vivchar wrote: > Add a compatible string and a header for the GCE constants. > > Signed-off-by: Roman Vivchar > --- > .../bindings/mailbox/mediatek,gce-mailbox.yaml | 1 + > include/dt-bindings/gce/mediatek,mt6572-gce.h | 52 ++++++++++++++++++++++ > 2 files changed, 53 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml > index 587126d03fc6..d6e93010bb94 100644 > --- a/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml > +++ b/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml > @@ -18,6 +18,7 @@ properties: > compatible: > oneOf: > - enum: > + - mediatek,mt6572-gce > - mediatek,mt6779-gce > - mediatek,mt8173-gce > - mediatek,mt8183-gce > diff --git a/include/dt-bindings/gce/mediatek,mt6572-gce.h b/include/dt-bindings/gce/mediatek,mt6572-gce.h > new file mode 100644 > index 000000000000..e6d949d76f88 > --- /dev/null > +++ b/include/dt-bindings/gce/mediatek,mt6572-gce.h Wrong placement/directory. There is no hardware category as "gce". Please find suitable subsystem. Probably you wanted mailbox. Best regards, Krzysztof