From: Dmitry Lifshitz Date: Tue, 1 Dec 2015 18:03:10 +0000 (+0200) Subject: ARM: dts: am57xx: cl-som-am57x: add USB support X-Git-Tag: v4.5-rc1~43^2~34^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=27ddd846cb25851f5624890869c3c193f79d8661;p=karo-tx-linux.git ARM: dts: am57xx: cl-som-am57x: add USB support Add USB support. Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index fe4baba1872c..c603136ee0a0 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -478,3 +478,19 @@ pinctrl-0 = <&davinci_mdio_pins_default>; pinctrl-1 = <&davinci_mdio_pins_sleep>; }; + +&usb2_phy1 { + phy-supply = <&ldousb_reg>; +}; + +&usb2_phy2 { + phy-supply = <&ldousb_reg>; +}; + +&usb1 { + dr_mode = "host"; +}; + +&usb2 { + dr_mode = "peripheral"; +};