summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:35 +0200
commit80779337ef1c9ec4a85298e7156d9cba23b295db (patch)
treed709d46af2c7ddb34240f92f72714a19a170a169 /drivers/of
parent38c3b2455edea648f38d3e11baf478488fd698ed (diff)
parent6e71e070dae8acf4c3c7550b71aa4ea12a5bd215 (diff)
downloadbarebox-80779337ef1c9ec4a85298e7156d9cba23b295db.tar.gz
barebox-80779337ef1c9ec4a85298e7156d9cba23b295db.tar.xz
Merge branch 'for-next/net'
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/of_net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c
index 0320c1d4f5..086573fc1a 100644
--- a/drivers/of/of_net.c
+++ b/drivers/of/of_net.c
@@ -28,6 +28,7 @@ static const char *phy_modes[] = {
[PHY_INTERFACE_MODE_RGMII_TXID] = "rgmii-txid",
[PHY_INTERFACE_MODE_RTBI] = "rtbi",
[PHY_INTERFACE_MODE_SMII] = "smii",
+ [PHY_INTERFACE_MODE_QSGMII] = "qsgmii",
};
/**