diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-09-08 03:57:12 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-10-19 16:45:16 +0200 |
commit | a81fd34da086a62907d2cca920b4788bfc71357f (patch) | |
tree | b322a6daf41dee186f53232fb7296b741798c722 /arch/arm/boot | |
parent | ARM: dts: imx7d: Add USB support (diff) | |
download | linux-a81fd34da086a62907d2cca920b4788bfc71357f.tar.xz linux-a81fd34da086a62907d2cca920b4788bfc71357f.zip |
ARM: dts: imx7d-sdb: Add USB support
Add support for USBOTG1 and USBOTG2.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 805945873527..0e4de5aaf6bd 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -231,6 +231,17 @@ status = "okay"; }; +&usbotg1 { + vbus-supply = <®_usb_otg1_vbus>; + status = "okay"; +}; + +&usbotg2 { + vbus-supply = <®_usb_otg2_vbus>; + dr_mode = "host"; + status = "okay"; +}; + &usdhc1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc1>; |