]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: usb1 on zcu100 is used as peripheral
authorMichal Simek <michal.simek@xilinx.com>
Tue, 18 Oct 2016 14:18:28 +0000 (16:18 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Nov 2016 09:26:42 +0000 (10:26 +0100)
It should be used as peripheral all the time.

Reported-by: Alexey Firago <Alexey_Firago@mentor.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu100.dts

index 474bacfe810b863256113b6ff43772bf2bdf2401..6d7f32c9d8a6d6bc0dc3408e51e8c6bc7d8ab491 100644 (file)
 /* ULPI SMSC USB3320 */
 &usb1 {
        status = "okay";
+       dr_mode = "peripheral";
 };
 
 &dwc3_1 {