Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751531AbdGRQCO (ORCPT ); Tue, 18 Jul 2017 12:02:14 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:32447 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751392AbdGRQCN (ORCPT ); Tue, 18 Jul 2017 12:02:13 -0400 Message-ID: <1500393672.8739.1.camel@mtksdaap41> Subject: Re: [PATCH v2 1/9] dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc From: Yingjoe Chen To: CC: , , , , , , , , , , , Date: Wed, 19 Jul 2017 00:01:12 +0800 In-Reply-To: References: 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: 1002 Lines: 30 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