Commit c5e18b34 authored by Miquel Raynal's avatar Miquel Raynal Committed by Kishon Vijay Abraham I

phy: mvebu-cp110-comphy: fix spelling in structure name

Rename the mvebu_comhy_conf structure to be mvebu_comphy_conf, which is
probably what the original author meant.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Acked-by: default avatarAntoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 2ad2af08
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
#define MVEBU_COMPHY_LANES 6 #define MVEBU_COMPHY_LANES 6
#define MVEBU_COMPHY_PORTS 3 #define MVEBU_COMPHY_PORTS 3
struct mvebu_comhy_conf { struct mvebu_comphy_conf {
enum phy_mode mode; enum phy_mode mode;
int submode; int submode;
unsigned lane; unsigned lane;
...@@ -132,7 +132,7 @@ struct mvebu_comhy_conf { ...@@ -132,7 +132,7 @@ struct mvebu_comhy_conf {
.mux = _mux, \ .mux = _mux, \
} }
static const struct mvebu_comhy_conf mvebu_comphy_cp110_modes[] = { static const struct mvebu_comphy_conf mvebu_comphy_cp110_modes[] = {
/* lane 0 */ /* lane 0 */
MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_SGMII, 0x1), MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_SGMII, 0x1),
MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_2500BASEX, 0x1), MVEBU_COMPHY_CONF(0, 1, PHY_INTERFACE_MODE_2500BASEX, 0x1),
......
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