diff options
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2013-11-24 16:47:51 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 16:53:07 +0000 |
commit | 9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17 (patch) | |
tree | da760cef6442bfc8daedbba4c4e73c08997de213 /arch/arm/boot | |
parent | 6b6430e82331e5508d6476b4c4d447f3d03ec381 (diff) | |
download | op-kernel-dev-9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17.zip op-kernel-dev-9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17.tar.gz |
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')
-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 113a8bc..abd7a6f 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 */ }; }; |