]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
devicetree: ata: Add phys phandle property in sata node
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Tue, 17 May 2016 11:19:05 +0000 (16:49 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 3 Jun 2016 13:34:07 +0000 (15:34 +0200)
This patch adds phys phandle property in sata node for using
zynqmp phy driver.

Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Tested-by: Hyun Kwon <hyunk@xilinx.com
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
arch/arm/dts/zynqmp-zcu102.dts

index fb74f24c79e920b779923d270508d6fea1899b18..52f327f2e7c619d43d3e8cbdd51dcc40c42738be 100644 (file)
        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 */
index 06c508ef0f0cbe37b9fe54dc6c4af5ae5436b4d5..c24a4da929d6d8128dbf9e7ce68251b35ad9989e 100644 (file)
@@ -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 */