diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-11-24 17:47:51 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 17:53:07 +0100 |
commit | 9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17 (patch) | |
tree | da760cef6442bfc8daedbba4c4e73c08997de213 /arch/arm/boot/dts/dove.dtsi | |
parent | ARM: orion5x: Fix typo in device_type property of phy node (diff) | |
download | linux-9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17.tar.xz linux-9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17.zip |
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 @@ status = "disabled"; ethphy: ethernet-phy { - device-type = "ethernet-phy"; + device_type = "ethernet-phy"; /* set phy address in board file */ }; }; |