From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 1/5] doc: dt-binding: ci-hdrc-usb2: split vendor specific properties Date: Mon, 21 Sep 2015 10:08:10 -0500 Message-ID: <56001D5A.40200@kernel.org> References: <1442796186-2574-1-git-send-email-peter.chen@freescale.com> <1442796186-2574-2-git-send-email-peter.chen@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442796186-2574-2-git-send-email-peter.chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Peter Chen Cc: shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, fabio.estevam-KZfg59tc24xl57MIdRCFDg@public.gmane.org List-Id: devicetree@vger.kernel.org On 09/20/2015 07:43 PM, Peter Chen wrote: > Each vendor may have its specific properties, they are not belonged > to common optional properties, split them from common's. > > Signed-off-by: Peter Chen Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > index 77946f5..27dc705 100644 > --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt > @@ -27,10 +27,6 @@ Optional properties: > - vbus-supply: reference to the VBUS regulator > - maximum-speed: limit the maximum connection speed to "full-speed". > - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts > -- fsl,usbmisc: (FSL only) phandler of non-core register device, with one > - argument that indicate usb controller index > -- disable-over-current: (FSL only) disable over current detect > -- external-vbus-divider: (FSL only) enables off-chip resistor divider for Vbus > - itc-setting: interrupt threshold control register control, the setting > should be aligned with ITC bits at register USBCMD. > - ahb-burst-config: it is vendor dependent, the required value should be > @@ -54,6 +50,12 @@ Optional properties: > - phy-clkgate-delay-us: the delay time (us) between putting the PHY into > low power mode and gating the PHY clock. > > +i.mx specific properties > +- fsl,usbmisc: phandler of non-core register device, with one > + argument that indicate usb controller index > +- disable-over-current: disable over current detect > +- external-vbus-divider: enables off-chip resistor divider for Vbus > + > Example: > > usb@f7ed0000 { > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html