summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood.dtsi
diff options
context:
space:
mode:
authorAndrew Lunn2013-12-17 21:21:52 +0100
committerJason Cooper2013-12-22 18:19:36 +0100
commit0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e (patch)
tree6eded93b16b641406e6274381751ab5a91dacc0d /arch/arm/boot/dts/kirkwood.dtsi
parentARM: mvebu: Enable ISL12057 RTC chip in ReadyNAS 2120 .dts file (diff)
downloadkernel-qcow2-linux-0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e.tar.gz
kernel-qcow2-linux-0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e.tar.xz
kernel-qcow2-linux-0ad82cd81b00d9a7c6d183ef955947b5bc5eef9e.zip
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/kirkwood.dtsi')
-rw-r--r--arch/arm/boot/dts/kirkwood.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi
index 1da94c187085..81e6c409284e 100644
--- a/arch/arm/boot/dts/kirkwood.dtsi
+++ b/arch/arm/boot/dts/kirkwood.dtsi
@@ -284,5 +284,23 @@
/* set phy-handle property in board file */
};
};
+
+ sata_phy0: sata-phy@82000 {
+ compatible = "marvell,mvebu-sata-phy";
+ reg = <0x82000 0x0334>;
+ clocks = <&gate_clk 14>;
+ clock-names = "sata";
+ #phy-cells = <0>;
+ status = "ok";
+ };
+
+ sata_phy1: sata-phy@84000 {
+ compatible = "marvell,mvebu-sata-phy";
+ reg = <0x84000 0x0334>;
+ clocks = <&gate_clk 15>;
+ clock-names = "sata";
+ #phy-cells = <0>;
+ status = "ok";
+ };
};
};