From: Maxime Ripard Date: Thu, 13 Jun 2013 13:43:42 +0000 (+0200) Subject: ARM: cfa10036: Add USB0 OTG port X-Git-Tag: firefly_0821_release~176^2~5838^2~11^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17a2163881aa7df9ae83d75cc0671a1013399185;p=firefly-linux-kernel-4.4.55.git ARM: cfa10036: Add USB0 OTG port Signed-off-by: Maxime Ripard Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts index a524cafa3dba..94c4476972c3 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++ b/arch/arm/boot/dts/imx28-cfa10036.dts @@ -45,6 +45,17 @@ fsl,voltage = <1>; fsl,pull-up = <0>; }; + + usb0_otg_cfa10036: otg-10036@0 { + reg = <0>; + fsl,pinmux-ids = < + 0x0142 /* MX28_PAD_GPMI_READY0__USB0_ID */ + >; + fsl,drive-strength = <0>; + fsl,voltage = <1>; + fsl,pull-up = <0>; + }; + }; ssp0: ssp@80010000 { @@ -79,6 +90,18 @@ solomon,page-offset = <0>; }; }; + + usbphy0: usbphy@8007c000 { + status = "okay"; + }; + }; + }; + + ahb@80080000 { + usb0: usb@80080000 { + pinctrl-names = "default"; + pinctrl-0 = <&usb0_otg_cfa10036>; + status = "okay"; }; };