diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-11-24 11:47:51 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 11:53:07 -0500 |
commit | 9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17 (patch) | |
tree | da760cef6442bfc8daedbba4c4e73c08997de213 /arch/arm/boot/dts/dove.dtsi | |
parent | 6b6430e82331e5508d6476b4c4d447f3d03ec381 (diff) |
ARM: dove: Fix typo in device_type property of phy node
This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Diffstat (limited to 'arch/arm/boot/dts/dove.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 113a8bc7bee7..abd7a6fd77f1 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi | |||
@@ -559,7 +559,7 @@ | |||
559 | status = "disabled"; | 559 | status = "disabled"; |
560 | 560 | ||
561 | ethphy: ethernet-phy { | 561 | ethphy: ethernet-phy { |
562 | device-type = "ethernet-phy"; | 562 | device_type = "ethernet-phy"; |
563 | /* set phy address in board file */ | 563 | /* set phy address in board file */ |
564 | }; | 564 | }; |
565 | }; | 565 | }; |