Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763AbdHBBsI (ORCPT ); Tue, 1 Aug 2017 21:48:08 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:24673 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751533AbdHBBsG (ORCPT ); Tue, 1 Aug 2017 21:48:06 -0400 Message-ID: <1501638477.32089.20.camel@mtksdaap41> Subject: Re: [PATCH v5 03/10] arm: dts: mt7623: add mt6323.dtsi file From: Yingjoe Chen To: CC: , , , , , , , Date: Wed, 2 Aug 2017 09:47:57 +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: 1107 Lines: 58 On Mon, 2017-07-31 at 15:36 +0800, sean.wang@mediatek.com wrote: <...> > diff --git a/arch/arm/boot/dts/mt7623-evb.dts b/arch/arm/boot/dts/mt7623-evb.dts > index b60b41c..0686ad7 100644 > --- a/arch/arm/boot/dts/mt7623-evb.dts > +++ b/arch/arm/boot/dts/mt7623-evb.dts > @@ -14,6 +14,7 @@ > > /dts-v1/; > #include "mt7623.dtsi" > +#include "mt6323.dtsi" > > / { > model = "MediaTek MT7623 evaluation board"; > @@ -23,6 +24,24 @@ > stdout-path = &uart2; > }; > > + cpus { > + cpu0 { > + proc-supply = <&mt6323_vproc_reg>; > + }; > + > + cpu1 { > + proc-supply = <&mt6323_vproc_reg>; > + }; > + > + cpu2 { > + proc-supply = <&mt6323_vproc_reg>; > + }; > + > + cpu3 { > + proc-supply = <&mt6323_vproc_reg>; > + }; > + }; > + > memory { > reg = <0 0x80000000 0 0x40000000>; > }; > @@ -31,3 +50,13 @@ > &uart2 { > status = "okay"; > }; > + > +&mmc0 { > + vmmc-supply = <&mt6323_vemc3v3_reg>; > + vqmmc-supply = <&mt6323_vio18_reg>; > +}; > + > +&mmc1 { > + vmmc-supply = <&mt6323_vmch_reg>; > + vqmmc-supply = <&mt6323_vmc_reg>; > +}; Please keep nodes sorted. Joe.C