From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ajay Kumar Gupta Subject: [PATCH v5 06/11] arm/dts: am33xx: Add dt data for usbss Date: Wed, 25 Jul 2012 17:37:24 +0530 Message-ID: <1343218049-29917-7-git-send-email-ajay.gupta@ti.com> References: <1343218049-29917-1-git-send-email-ajay.gupta@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1343218049-29917-1-git-send-email-ajay.gupta@ti.com> Sender: linux-omap-owner@vger.kernel.org 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, Ajay Kumar Gupta List-Id: devicetree@vger.kernel.org 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 --- 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..08e9a40 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 = <1>; + power = <250>; + }; }; }; -- 1.7.0.4