diff mbox

[v2,08/11] arm/dts: am33xx: add dt data for usb nop phy

Message ID 1342516407-16515-9-git-send-email-ajay.gupta@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ajay Kumar Gupta July 17, 2012, 9:13 a.m. UTC
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 <ajay.gupta@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

Comments

Sergei Shtylyov July 17, 2012, 12:42 p.m. UTC | #1
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 <ajay.gupta@ti.com>
> ---
>   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-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Ajay Kumar Gupta July 18, 2012, 7:05 a.m. UTC | #2
Hi,

> > 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 <ajay.gupta@ti.com>
> > ---
> >   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?

I will update this to 
+		usb0_phy: phy0 {
+		usb1_phy: phy1 {

Thanks,
Ajay
> 
> WBR, Sergei
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
+		};
+
 		usb_otg_hs: usb_otg_hs@47400000 {
 			compatible = "ti,musb-am33xx";
 			ti,hwmods = "usb_otg_hs";