From: Anurag Kumar Vulisha Date: Tue, 17 May 2016 11:19:05 +0000 (+0530) Subject: devicetree: ata: Add phys phandle property in sata node X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a6ee37e6913eb12bd31d95cf9ae7ee8885cd6bd;p=thirdparty%2Fu-boot.git devicetree: ata: Add phys phandle property in sata node This patch adds phys phandle property in sata node for using zynqmp phy driver. Signed-off-by: Anurag Kumar Vulisha Tested-by: Hyun Kwon --- diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts index fb74f24c79e..52f327f2e7c 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts @@ -154,6 +154,8 @@ ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>; + phy-names = "sata-phy"; + phys = <&lane3 PHY_TYPE_SATA 1 3 150000000>; }; /* eMMC */ diff --git a/arch/arm/dts/zynqmp-zcu102.dts b/arch/arm/dts/zynqmp-zcu102.dts index 06c508ef0f0..c24a4da929d 100644 --- a/arch/arm/dts/zynqmp-zcu102.dts +++ b/arch/arm/dts/zynqmp-zcu102.dts @@ -571,6 +571,8 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; ceva,p1-retry-params = /bits/ 16 <0x96A4 0x3FFC>; + phy-names = "sata-phy"; + phys = <&lane3 PHY_TYPE_SATA 1 1 125000000>; }; /* SD1 with level shifter */