From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v2 08/11] arm/dts: am33xx: add dt data for usb nop phy Date: Tue, 17 Jul 2012 16:42:30 +0400 Message-ID: <50055DB6.7020602@mvista.com> References: <1342516407-16515-1-git-send-email-ajay.gupta@ti.com> <1342516407-16515-9-git-send-email-ajay.gupta@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1342516407-16515-9-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ajay Kumar Gupta Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, balbi-l0cyMroinI0@public.gmane.org, grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org List-Id: linux-omap@vger.kernel.org Hello. On 17-07-2012 13:13, Ajay Kumar Gupta wrote: > AM33xx has two musb controller and they have one NOP PHY each. > Added the device tree data for NOP PHY. > Signed-off-by: Ajay Kumar Gupta > --- > arch/arm/boot/dts/am33xx.dtsi | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index b572803..3bd9911 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -155,6 +155,14 @@ > ti,hwmods = "i2c3"; > }; > > + usb0_phy: phy@1 { > + compatible = "ti,nop-xceiv-usb"; > + }; > + > + usb1_phy: phy@2 { > + compatible = "ti,nop-xceiv-usb"; > + }; No "reg" property again, and address postfix in the node name? WBR, Sergei -- 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