diff options
author | Aapo Vienamo <aapo.vienamo@iki.fi> | 2020-01-12 17:00:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-12 10:42:50 +0300 |
commit | c9aee09f7bb2c6dc559744c707d96bbbf6a5e15b (patch) | |
tree | baf907836816fbb5c41fca6d591321f022a05066 | |
parent | 995fc9eea3db9f6725d8e6c151d0abc549e936a2 (diff) | |
download | linux-c9aee09f7bb2c6dc559744c707d96bbbf6a5e15b.tar.xz |
ARM: mxs: Enable usbphy1 and usb1 on apx4devkit DTS
Enable the USB host port on the APx4 development board.
Signed-off-by: Aapo Vienamo <aapo.vienamo@iki.fi>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx28-apx4devkit.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-apx4devkit.dts b/arch/arm/boot/dts/imx28-apx4devkit.dts index 3a184d13887b..c5acc19c982d 100644 --- a/arch/arm/boot/dts/imx28-apx4devkit.dts +++ b/arch/arm/boot/dts/imx28-apx4devkit.dts @@ -183,10 +183,20 @@ pinctrl-0 = <&auart2_2pins_a>; status = "okay"; }; + + usbphy1: usbphy@8007e000 { + pinctrl-names = "default"; + pinctrl-0 = <&usb1_pins_a>; + status = "okay"; + }; }; }; ahb@80080000 { + usb1: usb@80090000 { + status = "okay"; + }; + mac0: ethernet@800f0000 { phy-mode = "rmii"; pinctrl-names = "default"; |