Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966228AbdLSBc0 (ORCPT ); Mon, 18 Dec 2017 20:32:26 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:52940 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965424AbdLSBcY (ORCPT ); Mon, 18 Dec 2017 20:32:24 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 115476035F Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Mon, 18 Dec 2017 17:32:22 -0800 From: Stephen Boyd To: Matthias Brugger Cc: Michael Turquette , linux@armlinux.org.uk, 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 Subject: Re: [PATCH 1/3] dt-bindings: ARM: Mediatek: Fix ethsys documentation Message-ID: <20171219013222.GZ7997@codeaurora.org> References: <20171201120708.30129-1-matthias.bgg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1362 Lines: 39 On 12/14, Matthias Brugger wrote: > Hi Stephen, Michael, > > On 12/01/2017 01:07 PM, Matthias Brugger wrote: > > The ethsys registers a reset controller, so we need to specify a > > reset cell. This patch fixes the documentation. > > > > Signed-off-by: Matthias Brugger > > --- > > Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt > > index 7aa3fa167668..6cc7840ff37a 100644 > > --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt > > +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,ethsys.txt > > @@ -20,4 +20,5 @@ ethsys: clock-controller@1b000000 { > > compatible = "mediatek,mt2701-ethsys", "syscon"; > > reg = <0 0x1b000000 0 0x1000>; > > #clock-cells = <1>; > > + #reset-cells = <1>; > > }; > > > > Will you take this patch through the clk tree, or shall I take it through my SoC > tree? > It's resets, we are clk maintainers. I'm clkfused. You can take it, along with my Acked-by: Stephen Boyd if you like/expect conflicts. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project