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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A86D3C433EF for ; Mon, 11 Apr 2022 02:52:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244442AbiDKCyP (ORCPT ); Sun, 10 Apr 2022 22:54:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33088 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244420AbiDKCyE (ORCPT ); Sun, 10 Apr 2022 22:54:04 -0400 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6F2155A6; Sun, 10 Apr 2022 19:51:47 -0700 (PDT) X-UUID: 3bdd3723baf247528fc419440bb205bd-20220411 X-UUID: 3bdd3723baf247528fc419440bb205bd-20220411 Received: from mtkmbs10n1.mediatek.inc [(172.21.101.34)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 218981122; Mon, 11 Apr 2022 10:51:42 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Mon, 11 Apr 2022 10:51:40 +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; Mon, 11 Apr 2022 10:51:40 +0800 Message-ID: <8c27890e8b33bce333c2f8afaf4b4f893560ca7f.camel@mediatek.com> Subject: Re: [PATCH v1 1/1] dt-bindings: pwrap: mediatek: fix pwrap document for mt8195 From: Tinghan Shen To: Zhiyong Tao , , , , , , , , , CC: , , , , , , , , , , , Date: Mon, 11 Apr 2022 10:51:40 +0800 In-Reply-To: <20220411014121.15015-2-zhiyong.tao@mediatek.com> References: <20220411014121.15015-1-zhiyong.tao@mediatek.com> <20220411014121.15015-2-zhiyong.tao@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, After discussed with Zhiyong, this patch will be sent together within mt8195 dts series. It's because this change is related to mt8195 dts pwrap node. Follow this link for resend version of this patch, https://patchwork.kernel.org/project/linux-mediatek/patch/20220411022724.11005-2-tinghan.shen@mediatek.com/ Best regards, Tinghan On Mon, 2022-04-11 at 09:41 +0800, Zhiyong Tao wrote: > From: "Zhiyong.Tao" > > fix pwrap document description for mt8195 > > Signed-off-by: Zhiyong.Tao > --- > .../devicetree/bindings/soc/mediatek/pwrap.txt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > index d74a7a5ae9f2..601647717ceb 100644 > --- a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > +++ b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > @@ -30,20 +30,20 @@ Required properties in pwrap device node. > "mediatek,mt8195-pwrap" for MT8195 SoCs > "mediatek,mt8516-pwrap" for MT8516 SoCs > - interrupts: IRQ for pwrap in SOC > -- reg-names: Must include the following entries: > +- reg-names: Must include "pwrap", "pwrap-bridge" is optinal. > "pwrap": Main registers base > "pwrap-bridge": bridge base (IP Pairing) > - reg: Must contain an entry for each entry in reg-names. > -- reset-names: Must include the following entries: > - "pwrap" > - "pwrap-bridge" (IP Pairing) > -- resets: Must contain an entry for each entry in reset-names. > - clock-names: Must include the following entries: > "spi": SPI bus clock > "wrap": Main module clock > - clocks: Must contain an entry for each entry in clock-names. > > Optional properities: > +- reset-names: Some SoCs include the following entries: > + "pwrap" > + "pwrap-bridge" (IP Pairing) > +- resets: Must contain an entry for each entry in reset-names. > - pmic: Using either MediaTek PMIC MFD as the child device of pwrap > See the following for child node definitions: > Documentation/devicetree/bindings/mfd/mt6397.txt