summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>2013-11-14 14:53:08 +0000
committerJason Cooper <jason@lakedaemon.net>2013-11-24 16:43:29 +0000
commit6b6430e82331e5508d6476b4c4d447f3d03ec381 (patch)
treed8f66f26436acfe4a1452f285eb441d197e84ab6 /arch/arm
parentd8c552dddfbf1ceadee93496eb40638654f767fc (diff)
downloadop-kernel-dev-6b6430e82331e5508d6476b4c4d447f3d03ec381.zip
op-kernel-dev-6b6430e82331e5508d6476b4c4d447f3d03ec381.tar.gz
ARM: orion5x: 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. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
index aed83de..fcc5bb6 100644
--- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
+++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
@@ -58,7 +58,7 @@
status = "okay";
ethphy: ethernet-phy {
- device-type = "ethernet-phy";
+ device_type = "ethernet-phy";
reg = <8>;
};
};
OpenPOWER on IntegriCloud