All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ravi Babu <ravibabu@ti.com>
To: linux-usb@vger.kernel.org
Cc: linux-omap@vger.kernel.org, balbi@ti.com,
	grant.likely@secretlab.ca, devicetree-discuss@lists.ozlabs.org,
	tony@atomide.com, ajayguptaj@gmail.com
Subject: [PATCH v8 08/13] arm/dts: am33xx: Add dt data for usbss
Date: Thu, 30 Aug 2012 16:20:20 +0530	[thread overview]
Message-ID: <1346323825-24385-9-git-send-email-ravibabu@ti.com> (raw)
In-Reply-To: <1346323825-24385-1-git-send-email-ravibabu@ti.com>

From: Ajay Kumar Gupta <ajay.gupta@ti.com>

Added device tree data for usbss on am33xx. There are two musb controllers
on am33xx platform so have port0_mode and port1_mode additional data.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Ravi Babu <ravibabu@ti.com>
Signed-off-by: Santhapuri, Damodar <damodar.santhapuri@ti.com>
Signed-off-by: Ravi Babu <ravibabu@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 59509c4..778b95e 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -154,5 +154,16 @@
 			#size-cells = <0>;
 			ti,hwmods = "i2c3";
 		};
+
+		usb_otg_hs: usb_otg_hs {
+			compatible = "ti,musb-am33xx";
+			ti,hwmods = "usb_otg_hs";
+			multipoint = <1>;
+			num_eps = <16>;
+			ram_bits = <12>;
+			port0_mode = <3>;
+			port1_mode = <3>;
+			power = <250>;
+		};
 	};
 };
-- 
1.7.0.4


  parent reply	other threads:[~2012-08-30 10:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 10:50 [PATCH v8 00/13] usb: musb: adding multi instance support Ravi Babu
2012-08-30 10:50 ` [PATCH v8 01/13] usb: musb: dsps: add phy control logic to glue Ravi Babu
2012-08-30 10:50 ` [PATCH v8 02/13] usb: musb: dsps: enable phy control for am335x Ravi Babu
2012-08-30 10:50 ` [PATCH v8 04/13] usb: musb: kill global and static for multi instance Ravi Babu
2012-08-30 10:50 ` [PATCH v8 07/13] usb: musb: dsps: add dt support Ravi Babu
2012-08-30 10:50 ` Ravi Babu [this message]
     [not found]   ` <1346323825-24385-9-git-send-email-ravibabu-l0cyMroinI0@public.gmane.org>
2012-08-30 11:39     ` [PATCH v8 08/13] arm/dts: am33xx: Add dt data for usbss Sergei Shtylyov
     [not found]       ` <503F50FC.5040200-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org>
2012-08-31  9:54         ` Felipe Balbi
2012-08-31 10:01           ` B, Ravi
2012-08-31 10:11   ` ABRAHAM, KISHON VIJAY
2012-08-31 10:16     ` B, Ravi
     [not found] ` <1346323825-24385-1-git-send-email-ravibabu-l0cyMroinI0@public.gmane.org>
2012-08-30 10:50   ` [PATCH v8 03/13] usb: musb: add musb_ida for multi instance support Ravi Babu
2012-08-30 10:50   ` [PATCH v8 05/13] usb: musb: am335x: add support for dual instance Ravi Babu
2012-08-30 10:50   ` [PATCH v8 06/13] usb: otg: nop: add support for multiple tranceiver Ravi Babu
2012-08-30 10:50   ` [PATCH v8 09/13] arm/dts: am33xx: add dt data for usb nop phy Ravi Babu
2012-08-30 10:50   ` [PATCH v8 10/13] usb: musb: dsps: remove explicit NOP device creation Ravi Babu
2012-08-30 10:50   ` [PATCH v8 11/13] usb: musb: dsps: get the PHY using phandle api Ravi Babu
2012-08-30 10:50 ` [PATCH v8 12/13] arm/dts: am33xx: add phy phandle to usbss Ravi Babu
2012-08-30 10:50 ` [PATCH v8 13/13] usb: otg: nop: add dt support Ravi Babu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1346323825-24385-9-git-send-email-ravibabu@ti.com \
    --to=ravibabu@ti.com \
    --cc=ajayguptaj@gmail.com \
    --cc=balbi@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.