ARM: dove: Fix typo in device_type property of phy node
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>
Sun, 24 Nov 2013 16:47:51 +0000 (16:47 +0000)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 16:53:07 +0000 (16:53 +0000)
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>
arch/arm/boot/dts/dove.dtsi

index 113a8bc..abd7a6f 100644 (file)
                                status = "disabled";
 
                                ethphy: ethernet-phy {
-                                       device-type = "ethernet-phy";
+                                       device_type = "ethernet-phy";
                                        /* set phy address in board file */
                                };
                        };