diff options
author | Frank Li <Frank.Li@freescale.com> | 2015-07-16 22:03:16 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-08-11 17:15:20 +0200 |
commit | cad2cb69f5f03edef09cbd2e920ba66192647322 (patch) | |
tree | e16e4b02f1b950c793ddbb565833941f9459e033 /arch/arm/boot/dts/imx6ul-14x14-evk.dts | |
parent | ARM: dts: vfxxx: Add io-channel-cells property for ADC node (diff) | |
download | linux-cad2cb69f5f03edef09cbd2e920ba66192647322.tar.xz linux-cad2cb69f5f03edef09cbd2e920ba66192647322.zip |
ARM: dts: imx6ul: add usb host and function support
Enable usb host and function driver
Signed-off-by: Frank Li <Frank.Li@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-14x14-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-14x14-evk.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts index 61b41eead806..3d676ef8e84f 100644 --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts @@ -57,6 +57,17 @@ status = "okay"; }; +&usbotg1 { + dr_mode = "peripheral"; + status = "okay"; +}; + +&usbotg2 { + dr_mode = "host"; + disable-over-current; + status = "okay"; +}; + &usdhc1 { pinctrl-names = "default", "state_100mhz", "state_200mhz"; pinctrl-0 = <&pinctrl_usdhc1>; |