Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Aapo Vienamo and committed by
Shawn Guo
c9aee09f 995fc9ee

+10
+10
arch/arm/boot/dts/imx28-apx4devkit.dts
··· 183 183 pinctrl-0 = <&auart2_2pins_a>; 184 184 status = "okay"; 185 185 }; 186 + 187 + usbphy1: usbphy@8007e000 { 188 + pinctrl-names = "default"; 189 + pinctrl-0 = <&usb1_pins_a>; 190 + status = "okay"; 191 + }; 186 192 }; 187 193 }; 188 194 189 195 ahb@80080000 { 196 + usb1: usb@80090000 { 197 + status = "okay"; 198 + }; 199 + 190 200 mac0: ethernet@800f0000 { 191 201 phy-mode = "rmii"; 192 202 pinctrl-names = "default";