aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dove.dtsi
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2013-12-17 15:21:52 -0500
committerJason Cooper <jason@lakedaemon.net>2013-12-22 12:19:36 -0500
commit0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e (patch)
tree6eded93b16b641406e6274381751ab5a91dacc0d /arch/arm/boot/dts/dove.dtsi
parent797090dfca7fbdd69752425693eda19b28cb5db5 (diff)
Phy: Add DT nodes on kirkwood and Dove for the SATA PHY
Add nodes for the two SATA PHYs on kirkwood. Add node for the one SATA PHY on Dove. Add pHandles to the PHYs in the sata nodes. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r--arch/arm/boot/dts/dove.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 852db2860015..8de1031233ae 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -336,10 +336,21 @@
336 reg = <0xa0000 0x2400>; 336 reg = <0xa0000 0x2400>;
337 interrupts = <62>; 337 interrupts = <62>;
338 clocks = <&gate_clk 3>; 338 clocks = <&gate_clk 3>;
339 phys = <&sata_phy0>;
340 phy-names = "port0";
339 nr-ports = <1>; 341 nr-ports = <1>;
340 status = "disabled"; 342 status = "disabled";
341 }; 343 };
342 344
345 sata_phy0: sata-phy@a2000 {
346 compatible = "marvell,mvebu-sata-phy";
347 reg = <0xa2000 0x0334>;
348 clocks = <&gate_clk 3>;
349 clock-names = "sata";
350 #phy-cells = <0>;
351 status = "ok";
352 };
353
343 audio0: audio-controller@b0000 { 354 audio0: audio-controller@b0000 {
344 compatible = "marvell,dove-audio"; 355 compatible = "marvell,dove-audio";
345 reg = <0xb0000 0x2210>; 356 reg = <0xb0000 0x2210>;