summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2018-10-15 17:38:46 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-10-18 12:04:42 +0300
commite17d0c753461a8c7d8c4333afccbe7a4752a3854 (patch)
treef9754f744d4d31424ad0dadbb1b5b851e4060e76
parent2908f0bd1f6d18e232074d59c40077ce97303511 (diff)
mvebu: cp110: fix rxaui configuration
Add missing break statement after rxaui power on to prevent invoking usb power on by mistake. Change-Id: I2c03ee524aed00338aac8bb5d82b35bb58b2354a Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/60300 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Igal Liberman <igall@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
-rw-r--r--drivers/marvell/comphy/phy-comphy-cp110.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/marvell/comphy/phy-comphy-cp110.c b/drivers/marvell/comphy/phy-comphy-cp110.c
index 0bccbcee..b537bae8 100644
--- a/drivers/marvell/comphy/phy-comphy-cp110.c
+++ b/drivers/marvell/comphy/phy-comphy-cp110.c
@@ -2291,6 +2291,7 @@ int mvebu_cp110_comphy_power_on(uint64_t comphy_base, uint8_t comphy_index, uint
err = mvebu_cp110_comphy_rxaui_power_on(comphy_base,
comphy_index,
comphy_mode);
+ break;
case (COMPHY_USB3H_MODE):
case (COMPHY_USB3D_MODE):
err = mvebu_cp110_comphy_usb3_power_on(comphy_base,