From: Michal Simek Date: Wed, 13 Jul 2016 14:12:33 +0000 (+0200) Subject: ARM64: zynqmp: Add information about usb status on zcu102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9d4d980328ed93d155c6e45e70f9e89f5412443;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add information about usb status on zcu102 Extend dts with information about USB status. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zcu102-revB.dts b/arch/arm/dts/zynqmp-zcu102-revB.dts index 765108e4378..aeee387f6be 100644 --- a/arch/arm/dts/zynqmp-zcu102-revB.dts +++ b/arch/arm/dts/zynqmp-zcu102-revB.dts @@ -40,3 +40,7 @@ }; }; }; + +&dwc3_0 { + /* USB works - also bootrom DFU */ +}; diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index bc234e4d93d..1bf97824acb 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -624,6 +624,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o &dwc3_0 { status = "okay"; + /* Peripheral and OTG mode not working - usb reset issue */ dr_mode = "host"; phy-names = "usb3-phy"; phys = <&lane2 PHY_TYPE_USB3 0 2 26000000>;