Skip to content

Commit

Permalink
ARM: dts: kirkwood: enable phy driver for SATA controller on 88f6192
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Evgeni Dobrev authored and Andrew Lunn committed Dec 21, 2014
1 parent 1701308 commit 9c569b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/kirkwood-6192.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
interrupts = <21>;
clocks = <&gate_clk 14>, <&gate_clk 15>;
clock-names = "0", "1";
phys = <&sata_phy0>, <&sata_phy1>;
phy-names = "port0", "port1";
status = "disabled";
};

Expand Down

0 comments on commit 9c569b3

Please sign in to comment.