Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753324AbbBYOeh (ORCPT ); Wed, 25 Feb 2015 09:34:37 -0500 Received: from mail-we0-f177.google.com ([74.125.82.177]:33275 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbbBYOef (ORCPT ); Wed, 25 Feb 2015 09:34:35 -0500 MIME-Version: 1.0 In-Reply-To: <1424871377-1795-6-git-send-email-peter.griffin@linaro.org> References: <1424871377-1795-1-git-send-email-peter.griffin@linaro.org> <1424871377-1795-6-git-send-email-peter.griffin@linaro.org> From: Rob Herring Date: Wed, 25 Feb 2015 08:34:14 -0600 Message-ID: Subject: Re: [PATCH 5/6] usb: dwc3: dwc3-st: Update the DT example. To: Peter Griffin Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Srinivas Kandagatla , Maxime Coquelin , patrice.chotard@st.com, Kishon Vijay Abraham I , Felipe Balbi , Lee Jones , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1764 Lines: 40 On Wed, Feb 25, 2015 at 7:36 AM, Peter Griffin wrote: > There is a subtle type phys-names should be phy-names. Using the > current example means you don't have working usb. Also update > the example to use the generic phy type constants which are now > used for miphy28. > > Signed-off-by: Peter Griffin Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/usb/dwc3-st.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/usb/dwc3-st.txt b/Documentation/devicetree/bindings/usb/dwc3-st.txt > index f9d7025..6634064 100644 > --- a/Documentation/devicetree/bindings/usb/dwc3-st.txt > +++ b/Documentation/devicetree/bindings/usb/dwc3-st.txt > @@ -62,7 +62,7 @@ st_dwc3: dwc3@8f94000 { > reg = <0x09900000 0x100000>; > interrupts = ; > dr_mode = "host"; > - phys-names = "usb2-phy", "usb3-phy"; > - phys = <&usb2_picophy2>, <&phy_port2 MIPHY_TYPE_USB>; > + phy-names = "usb2-phy", "usb3-phy"; > + phys = <&usb2_picophy2>, <&phy_port2 PHY_TYPE_USB3>; > }; > }; > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/