ARM: mxs: Enable usbphy1 and usb1 on apx4devkit DTS
authorAapo Vienamo <aapo.vienamo@iki.fi>
Sun, 12 Jan 2020 14:00:39 +0000 (16:00 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 12 Feb 2020 07:42:50 +0000 (15:42 +0800)
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>
arch/arm/boot/dts/imx28-apx4devkit.dts

index 3a184d1..c5acc19 100644 (file)
                                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";