diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-17 01:09:20 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 19:01:44 +0400 |
commit | f0ee0450d1d27c767289e1f6a16d9c9880b56fde (patch) | |
tree | 5ed7d8e291c9b72e2b48458295c246ff2149349a | |
parent | 8994181a75d3e6e6e09afad99bda4373458b3a61 (diff) | |
download | linux-f0ee0450d1d27c767289e1f6a16d9c9880b56fde.tar.xz |
ARM: dts: imx25-pdk: Add USB Host1 support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx25-pdk.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts index ebaf48d564a0..c608942b8a3b 100644 --- a/arch/arm/boot/dts/imx25-pdk.dts +++ b/arch/arm/boot/dts/imx25-pdk.dts @@ -243,3 +243,9 @@ fsl,uart-has-rtscts; status = "okay"; }; + +&usbhost1 { + phy_type = "serial"; + dr_mode = "host"; + status = "okay"; +}; |