From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH 3/3] arm: dts: mt2701: Add reset-cells Date: Thu, 14 Dec 2017 12:17:26 +0100 Message-ID: <96d7a821-9de0-2e6d-55fd-bcc894d9f991@gmail.com> References: <20171201120708.30129-1-matthias.bgg@gmail.com> <20171201120708.30129-3-matthias.bgg@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171201120708.30129-3-matthias.bgg@gmail.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk Cc: sboyd@codeaurora.org, sean.wang@mediatek.com, chen.zhong@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org List-Id: devicetree@vger.kernel.org On 12/01/2017 01:07 PM, Matthias Brugger wrote: > The hifsys and ethsys needs the definition of the reset-cells > property. Fix this. > > Signed-off-by: Matthias Brugger > --- > arch/arm/boot/dts/mt2701.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi > index 965ddfbc9953..05557fce0f1d 100644 > --- a/arch/arm/boot/dts/mt2701.dtsi > +++ b/arch/arm/boot/dts/mt2701.dtsi > @@ -604,6 +604,7 @@ > compatible = "mediatek,mt2701-hifsys", "syscon"; > reg = <0 0x1a000000 0 0x1000>; > #clock-cells = <1>; > + #reset-cells = <1>; > }; > > usb0: usb@1a1c0000 { > @@ -688,6 +689,7 @@ > compatible = "mediatek,mt2701-ethsys", "syscon"; > reg = <0 0x1b000000 0 0x1000>; > #clock-cells = <1>; > + #reset-cells = <1>; > }; > > eth: ethernet@1b100000 { > 2 and 3 pushed to v4.15-next/dts32 Thanks!