diff mbox series

[U-Boot,27/40] arm64: zynqmp: Remove tx_termination_fix detection on silicon v1

Message ID 0d96f1df7baef1a121e9467e32f54c1ea838b558.1509970359.git.michal.simek@xilinx.com
State Accepted
Commit 3940bca4a825b1f342328fbfbfa0196fb631dc0d
Delegated to: Michal Simek
Headers show
Series zynqmp: arm64: DT changes | expand

Commit Message

Michal Simek Nov. 6, 2017, 12:12 p.m. UTC
Only silicon v1 requires this termination fix. With new nvmem soc
revision nvmem detection driver this can be autodetected at run time and
this flag is not needed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index c6f4d449dc52..e80c74b09263 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -784,7 +784,8 @@ 
 			      <0x0 0xfd1a0000 0x0 0x1000>,
 			      <0x0 0xff5e0000 0x0 0x1000>;
 			reg-names = "serdes", "siou", "fpd", "lpd";
-			xlnx,tx_termination_fix;
+			nvmem-cells = <&soc_revision>;
+			nvmem-cell-names = "soc_revision";
 			lane0: lane0 {
 				#phy-cells = <4>;
 			};