Commit 9c569b39 authored by Evgeni Dobrev's avatar Evgeni Dobrev Committed by Andrew Lunn

ARM: dts: kirkwood: enable phy driver for SATA controller on 88f6192

This patch enables the phy drivers for the SATA controller on Marvell's 88f6192.
Without them it is not possible to use SATA drives attached to this processor.
Signed-off-by: default avatarEvgeni Dobrev <evgeni@studio-punkt.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent 1701308a
......@@ -66,6 +66,8 @@ sata: sata@80000 {
interrupts = <21>;
clocks = <&gate_clk 14>, <&gate_clk 15>;
clock-names = "0", "1";
phys = <&sata_phy0>, <&sata_phy1>;
phy-names = "port0", "port1";
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment