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 EF01DFC9EFF for ; Sat, 7 Mar 2026 15:02:43 +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=F0eGGH61Qj3T2GSQpOW/ULMbnCi89ZF628MaXNbZNSM=; b=Cr3OFPvJjzPJf8Y/nfEeJ3GNyE rGgRS1K/A4i/n23qE6mbRVNzF/iGCYWUM2gOWJQBsnvSCfYDsns4MUWh4uAQ0OxpONg2aRFdPjmfy qP/pRDDKDw8nDL02t3Xfmvc9nwekSAZyexnQIoQLI7J7qb1mqoTKq5vmrkSYK2FfQCpnrfDOm85/A ouuajy+cIMB7ulMPV70aRh1+ClpmvQ4/HGLi4mSOfDVY4NHm7cG7B+hOczd6DIIctm/TrJ5lyd5D/ ZP9eHnP0Tn6+KczNNuN543FjHdABeFESFFUgFL8TZmV6dOVcxLmBZa0PX7uaK2ZXGtK+LfB4EyVtV lNpxNy/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vytAm-00000005HKg-1xY4; Sat, 07 Mar 2026 15:02:32 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vytAl-00000005HKX-03S1; Sat, 07 Mar 2026 15:02:31 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id F06E060145; Sat, 7 Mar 2026 15:02:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 215C2C19422; Sat, 7 Mar 2026 15:02:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772895749; bh=N9zwgBF8iPgt8yqTJ2wZaHrPhuH/H9yN1zkdEbPtRns=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GHuXF+lX/w3NR/FKeipqwmjTxQqtKYOkhCR+t+8Ltqk0LeMbq+R769ceF+FTRDIyF eUsldXhJ+LbBlH1RW3C8ywY4YZp+vZv/HzBvHLviiU+A37iqAQY0NfRmy9il1Grse8 5tY+GqfWVlQYwWSBJyaJ1a1/b5pZX+XF+DO6gbbcIbBqQhLk7vj7wkpwnf/RyidjLT jzv89oOYiGVzhrFKTDK+hCvAI25Tgsqjrjz1e17GwSp/b3vmB9tAJOhlPEQ0F1I0NW e1sKTlia0VQ/Onr+S3/tCeMECtbRKPcMxEMkeMcZQAeE80nrd7PMMMED8JhNM2+XGM 2j35jxF7k46vg== Date: Sat, 7 Mar 2026 16:02:27 +0100 From: Krzysztof Kozlowski To: Luca Leonardo Scorcia Cc: linux-mediatek@lists.infradead.org, Fabien Parent , Val Packett , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sen Chu , Sean Wang , Macpaul Lin , Lee Jones , Matthias Brugger , AngeloGioacchino Del Regno , Liam Girdwood , Mark Brown , Gary Bisson , Julien Massot , Louis-Alexis Eyraud , Chen Zhong , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/7] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC Message-ID: <20260307-serious-jolly-tuna-b072a8@quoll> References: <20260306120521.163654-1-l.scorcia@gmail.com> <20260306120521.163654-2-l.scorcia@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260306120521.163654-2-l.scorcia@gmail.com> 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 06, 2026 at 12:03:05PM +0000, Luca Leonardo Scorcia wrote: > From: Fabien Parent > > Add the currently supported bindings for the MT6392 PMIC. > > Signed-off-by: Fabien Parent > Signed-off-by: Val Packett > Signed-off-by: Luca Leonardo Scorcia > --- > .../devicetree/bindings/mfd/mediatek,mt6397.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > index 6a89b479d10f..c358b2f8059c 100644 > --- a/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > +++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml > @@ -40,6 +40,10 @@ properties: > - mediatek,mt6358 > - mediatek,mt6359 > - mediatek,mt6397 > + - items: > + - enum: > + - mediatek,mt6392 > + - const: mediatek,mt6323 > - items: > - enum: > - mediatek,mt6366 > @@ -72,6 +76,10 @@ properties: > - enum: > - mediatek,mt6366-rtc > - const: mediatek,mt6358-rtc > + - items: > + - enum: > + - mediatek,mt6392-rtc > + - const: mediatek,mt6397-rtc Why not mt6323-rtc? Mixing different fallbacks should be briefly explained in the commit msg. Best regards, Krzysztof