diff options
author | Deepak Sikri <deepak.sikri@st.com> | 2012-08-09 03:48:40 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-11-26 05:23:52 -0500 |
commit | 4c7a078f9003f31862f3a194dfa6a2dcf0937b39 (patch) | |
tree | 87a7e71e40b0b7a3960f02f2ecbd129cf77e3114 /arch/arm/boot/dts/spear1340-evb.dts | |
parent | f631b984ee104bb3979cd26311abbcd4d23a715d (diff) |
ARM: SPEAr: DT: Modify DT bindings for STMMAC
This patch modifies the DT bindings for the GMAC IP existings for the
SPEAr family. The DT bindings now additionally pass the phy mode as a
configuration parameter for the ethernet device.
Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/spear1340-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/spear1340-evb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear1340-evb.dts b/arch/arm/boot/dts/spear1340-evb.dts index 015601360f73..cfe82d126da3 100644 --- a/arch/arm/boot/dts/spear1340-evb.dts +++ b/arch/arm/boot/dts/spear1340-evb.dts | |||
@@ -156,6 +156,7 @@ | |||
156 | }; | 156 | }; |
157 | 157 | ||
158 | gmac0: eth@e2000000 { | 158 | gmac0: eth@e2000000 { |
159 | phy-mode = "rgmii"; | ||
159 | status = "okay"; | 160 | status = "okay"; |
160 | }; | 161 | }; |
161 | 162 | ||