From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756550AbdJKGho (ORCPT ); Wed, 11 Oct 2017 02:37:44 -0400 Received: from mailgw02.mediatek.com ([218.249.47.111]:37814 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750762AbdJKGhn (ORCPT ); Wed, 11 Oct 2017 02:37:43 -0400 X-UUID: 709d629356c044a98d285c19d284d8ea-20171011 Message-ID: <1507703854.17567.77.camel@mhfsdcap03> Subject: Re: [PATCH 8/9] dt-bindings: usb: mtk-xhci: add a optional property to disable u3ports From: Chunfeng Yun To: Rob Herring CC: Mathias Nyman , Greg Kroah-Hartman , Felipe Balbi , Matthias Brugger , Mark Rutland , Ian Campbell , , , , , Date: Wed, 11 Oct 2017 14:37:34 +0800 In-Reply-To: <20171005221650.yfyh72op6azm2nri@rob-hp-laptop> References: <994382d16d6bdc0f3d7c11b22f1710252e056e34.1506503879.git.chunfeng.yun@mediatek.com> <20171005221650.yfyh72op6azm2nri@rob-hp-laptop> 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 On Thu, 2017-10-05 at 17:16 -0500, Rob Herring wrote: Hi, > On Wed, Sep 27, 2017 at 05:23:04PM +0800, Chunfeng Yun wrote: > > Add a new optional property to disable u3ports > > > > Signed-off-by: Chunfeng Yun > > --- > > .../devicetree/bindings/usb/mediatek,mtk-xhci.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt > > index 5611a2e..2d9b459 100644 > > --- a/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt > > +++ b/Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.txt > > @@ -38,6 +38,8 @@ Optional properties: > > mode; > > - mediatek,syscon-wakeup : phandle to syscon used to access USB wakeup > > control register, it depends on "mediatek,wakeup-src". > > + - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0, > > + bit1 for u3port1, ... etc; > > I think you should have child nodes for ports and use "status" to > disable them (or omit them). IIRC, the common USB bus binding already > defines ports. I find only one common binding document about USB bus, that is bindings/usb/usb-device.txt, but it can't be used to disable some ports, because in hub_probe() function, hub driver enables all downstream ports, but doesn't get any property info from DTS. > > > - vbus-supply : reference to the VBUS regulator; > > - usb3-lpm-capable : supports USB3.0 LPM > > - pinctrl-names : a pinctrl state named "default" must be defined > > -- > > 1.7.9.5 > >