Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752841AbdGSCy7 (ORCPT ); Tue, 18 Jul 2017 22:54:59 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:39817 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752070AbdGSCy5 (ORCPT ); Tue, 18 Jul 2017 22:54:57 -0400 Message-ID: <1500432885.19736.11.camel@mtkswgap22> Subject: Re: [PATCH v2 1/9] dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc From: Sean Wang To: Yingjoe Chen CC: , , , , , , , , , , , Date: Wed, 19 Jul 2017 10:54:45 +0800 In-Reply-To: <1500393672.8739.1.camel@mtksdaap41> References: <1500393672.8739.1.camel@mtksdaap41> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1272 Lines: 42 On Wed, 2017-07-19 at 00:01 +0800, Yingjoe Chen wrote: > On Tue, 2017-07-18 at 17:49 +0800, sean.wang@mediatek.com wrote: > > From: Sean Wang > > > > Signed-off-by: Chenglin Xu > > Signed-off-by: Sean Wang > > Acked-by: Rob Herring > > --- > > Documentation/devicetree/bindings/soc/mediatek/pwrap.txt | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > > index 107700d..2d6d4a9 100644 > > --- a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > > +++ b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt > > @@ -35,6 +35,10 @@ Required properties in pwrap device node. > > "wrap": Main module clock > > - clocks: Must contain an entry for each entry in clock-names. > > > > +Required properties in pwrap device node > > +- compatible: > > + "mediatek,mt7622-pwrap" for MT7622 SoCs > > + > > Sean, > > Why mt7622 need to be separated from others? > > > Joe.C > Hi, Joe.C many thanks It should be one of copy-n-past error, it will be fixed up with moving up to the existing group of compatible string. Sean >