diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-19 08:18:09 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:15:47 -0500 |
commit | 4aa935a2cfd164362680eb4a7919c89a4b8ddb48 (patch) | |
tree | 916f01d007b8b059790f43b5ffbb18b1ad840ae3 /arch/arm/boot/dts/armada-370-xp.dtsi | |
parent | 70eeaf98453191e5aede957c0c2ece05cf1a0f23 (diff) |
arm: mvebu: add 'clocks' property to Ethernet nodes for Armada 370/XP SoCs
The mvneta driver now understands a standard 'clocks' clock pointer
property in the Device Tree nodes for the Ethernet devices, so we add
the right clock reference for the different Ethernet ports of the
Armada 370/XP SoCs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-370-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 4c248e30fcb3..4ff108151278 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi | |||
@@ -90,6 +90,7 @@ | |||
90 | compatible = "marvell,armada-370-neta"; | 90 | compatible = "marvell,armada-370-neta"; |
91 | reg = <0xd0070000 0x2500>; | 91 | reg = <0xd0070000 0x2500>; |
92 | interrupts = <8>; | 92 | interrupts = <8>; |
93 | clocks = <&gateclk 4>; | ||
93 | status = "disabled"; | 94 | status = "disabled"; |
94 | }; | 95 | }; |
95 | 96 | ||
@@ -97,6 +98,7 @@ | |||
97 | compatible = "marvell,armada-370-neta"; | 98 | compatible = "marvell,armada-370-neta"; |
98 | reg = <0xd0074000 0x2500>; | 99 | reg = <0xd0074000 0x2500>; |
99 | interrupts = <10>; | 100 | interrupts = <10>; |
101 | clocks = <&gateclk 3>; | ||
100 | status = "disabled"; | 102 | status = "disabled"; |
101 | }; | 103 | }; |
102 | }; | 104 | }; |