From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754236AbcFUEfn (ORCPT ); Tue, 21 Jun 2016 00:35:43 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34777 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754021AbcFUEfg (ORCPT ); Tue, 21 Jun 2016 00:35:36 -0400 Date: Tue, 21 Jun 2016 12:29:05 +0800 From: Peter Chen To: Jisheng Zhang Cc: robh+dt@kernel.org, mark.rutland@arm.com, peter.chen@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: ci-hdrc-usb2: s/gadget-itc-setting/itc-setting in example Message-ID: <20160621042905.GH26936@shlinux2> References: <1466064798-867-1-git-send-email-jszhang@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466064798-867-1-git-send-email-jszhang@marvell.com> 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 On Thu, Jun 16, 2016 at 04:13:18PM +0800, Jisheng Zhang wrote: > What the code expect is "itc-setting" rather than "gadget-itc-setting", > and this is also correctly described in the optional properties. > > Signed-off-by: Jisheng Zhang > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > index 1084e2b..341dc67 100644 > --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > @@ -93,7 +93,7 @@ Example: > phys = <&usb_phy0>; > phy-names = "usb-phy"; > vbus-supply = <®_usb0_vbus>; > - gadget-itc-setting = <0x4>; /* 4 micro-frames */ > + itc-setting = <0x4>; /* 4 micro-frames */ > /* Incremental burst of unspecified length */ > ahb-burst-config = <0x0>; > tx-burst-size-dword = <0x10>; /* 64 bytes */ > -- Applied, thanks. -- Best Regards, Peter Chen