From: Subbaraya Sundeep Bhatta Date: Fri, 6 Nov 2015 06:11:11 +0000 (+0530) Subject: ARM64: zynqmp: Remove maximum-speed property as it is not needed X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16191e9a68e607c12a2b21584732f30a28f16388;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Remove maximum-speed property as it is not needed If maximum-speed is not specified in dts controller defaults to super speed. Super speed can fall back to any other speed based on speed negotiation. Signed-off-by: Subbaraya Sundeep Bhatta Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts index eadf468dc41..eaac01612c3 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts @@ -161,7 +161,6 @@ &usb0 { status = "okay"; dr_mode = "host"; - maximum-speed = "high-speed"; }; &xilinx_drm { diff --git a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts index 89f1db9abeb..7206b88a61e 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts @@ -224,7 +224,6 @@ &usb1 { status = "okay"; dr_mode = "host"; - maximum-speed = "high-speed"; }; &uart0 { diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 52194907d57..dca034681d9 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -534,5 +534,4 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o &usb0 { status = "okay"; dr_mode = "host"; - maximum-speed = "high-speed"; };