]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Remove additional phy-names for second GT lane
authorMichal Simek <michal.simek@xilinx.com>
Tue, 20 Jun 2017 10:43:52 +0000 (12:43 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 25 Jul 2017 12:31:52 +0000 (14:31 +0200)
This should be the part of:
"ARM64: zynqmp: zcu102: Use only one lane for DP"
(sha1: 0fef1fb0fd555a3fa2cb056b36b3245b15bf24b3)
where second GT line was removed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-revA.dts

index cd850471f399db236f859e6890519dc40da2a0f4..0323791a0b2059378861abe6f997dc82044a3846 100644 (file)
@@ -952,7 +952,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751)  += max20751.o
 
 &xlnx_dp {
        status = "okay";
-       phy-names = "dp-phy0", "dp-phy1";
+       phy-names = "dp-phy0";
        phys = <&lane1 PHY_TYPE_DP 0 3 27000000>;
        xlnx,max-lanes = <1>;
 };