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: Evgeni Dobrev <evgeni@studio-punkt.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
This commit is contained in:
Evgeni Dobrev 2014-12-16 19:22:18 +01:00 committed by Andrew Lunn
parent 1701308a6e
commit 9c569b3909

View file

@ -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";
};