From: Qingmin Liu Date: Mon, 4 Feb 2019 19:07:45 +0000 (-0800) Subject: phy: bcm-sr-pcie: Change operation when PIPEMUX=1 X-Git-Tag: v5.4-rc1~1507^2~43^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa1996e201b4ae878782cba2b13062a3b2aae3b8;p=platform%2Fkernel%2Flinux-rpi.git phy: bcm-sr-pcie: Change operation when PIPEMUX=1 When PIPEMIX=1, change the operation from 2x8 EP to 1x8 EP + 1x8 RC. Signed-off-by: Qingmin Liu Signed-off-by: Ray Jui Acked-by: Scott Branden Signed-off-by: Kishon Vijay Abraham I --- diff --git a/drivers/phy/broadcom/phy-bcm-sr-pcie.c b/drivers/phy/broadcom/phy-bcm-sr-pcie.c index c10e95f..96a3af1 100644 --- a/drivers/phy/broadcom/phy-bcm-sr-pcie.c +++ b/drivers/phy/broadcom/phy-bcm-sr-pcie.c @@ -78,8 +78,8 @@ struct sr_pcie_phy_core { static const u8 pipemux_table[] = { /* PIPEMUX = 0, EP 1x16 */ 0x00, - /* PIPEMUX = 1, EP 2x8 */ - 0x00, + /* PIPEMUX = 1, EP 1x8 + RC 1x8, core 7 */ + 0x80, /* PIPEMUX = 2, EP 4x4 */ 0x00, /* PIPEMUX = 3, RC 2x8, cores 0, 7 */