diff options
author | 2020-01-12 16:00:39 +0200 | |
---|---|---|
committer | 2020-02-12 15:42:50 +0800 | |
commit | c9aee09f7bb2c6dc559744c707d96bbbf6a5e15b (patch) | |
tree | baf907836816fbb5c41fca6d591321f022a05066 | |
parent | ARM: dts: imx6ul-pico: Convert to DRM bindings (diff) | |
download | wireguard-linux-c9aee09f7bb2c6dc559744c707d96bbbf6a5e15b.tar.xz wireguard-linux-c9aee09f7bb2c6dc559744c707d96bbbf6a5e15b.zip |
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"; |