Commit 9e52c639 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Jason Cooper

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: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@st.com>
parent 6b6430e8
......@@ -559,7 +559,7 @@ mdio: mdio-bus@72004 {
status = "disabled";
ethphy: ethernet-phy {
device-type = "ethernet-phy";
device_type = "ethernet-phy";
/* set phy address in board file */
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment