From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH v3 0/7] USB support for DRA7-evm Date: Tue, 6 May 2014 10:19:47 +0300 Message-ID: <53688D13.4000409@ti.com> References: <1399283686-6127-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1399283686-6127-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: kishon-l0cyMroinI0@public.gmane.org, tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org, balbi-l0cyMroinI0@public.gmane.org, bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org Cc: george.cherian-l0cyMroinI0@public.gmane.org, sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org, nm-l0cyMroinI0@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Kishon, Could you please pick the first 2 patches in this series for phy-next? They are independent of the rest. Thanks. cheers, -roger On 05/05/2014 12:54 PM, Roger Quadros wrote: > Hi, > > This series enables the 2 USB ports on the DRA7-evm. > > NOTE: USB1 port is hard coded to work in peripheral mode and USB2 port > in host mode. This is due to missing ID pin interrupt in pre ver.E boards. > > USB1 port doesn't in peripheral mode out of the box due to missing VBUS detection > and mailbox write. To test this I had to do a manual write to enable VBUSVALID > in the USB_UTMI_OTG_STATUS register. > omapconf set bit 0x48880084 1 > > USB2 port works well in host mode. > > Patches are based on 3.15-rc3. > > cheers, > -roger > > Changelog: > > v3: > -Rearraged patches. PHY related stuff first. > -Addressed backward compatibility issue for phy-omap-usb2. > > v2: > -Rebased on v3.15-rc3 > > --- > Roger Quadros (7): > phy: omap-usb2: Use generic clock names "wkupclk" and "refclk" > phy: omap-usb2: Add clock names to Documentation binding > ARM: dts: omap4+: Add clocks to USB2 PHY node > ARM: dts: dra7-clock: Add "l3init_960m_gfclk" clock gate > ARM: DRA7: hwmod: Add SYSCONFIG for usb_otg_ss > ARM: dts: dra7: Add USB related nodes > dts: dra7-evm: add USB support > > Documentation/devicetree/bindings/phy/ti-phy.txt | 7 ++ > arch/arm/boot/dts/dra7-evm.dts | 24 ++++ > arch/arm/boot/dts/dra7.dtsi | 149 +++++++++++++++++++++++ > arch/arm/boot/dts/dra7xx-clocks.dtsi | 12 +- > arch/arm/boot/dts/omap4.dtsi | 2 + > arch/arm/boot/dts/omap5.dtsi | 2 + > arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 22 ++-- > drivers/phy/phy-omap-usb2.c | 30 +++-- > 8 files changed, 229 insertions(+), 19 deletions(-) > -- 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