From: Anurag Kumar Vulisha Date: Tue, 17 May 2016 11:19:03 +0000 (+0530) Subject: devicetree: phy: Add ZynqMP GT core support to zcu102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e1bd19b54d84c0bd52e506d6e3fe2ff359edf7c;p=thirdparty%2Fu-boot.git devicetree: phy: Add ZynqMP GT core support to zcu102 This patch adds Zynqmp Phy spport to zcu102 board Signed-off-by: Anurag Kumar Vulisha Tested-by: Hyun Kwon --- diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 18d9b80b071..8d5841a7a70 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -42,6 +42,10 @@ }; }; +&serdes { + status = "okay"; +}; + &can1 { status = "okay"; };