Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <qingmin.liu@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Acked-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Qingmin Liu and committed by
Kishon Vijay Abraham I
aa1996e2 7a343c8b

+2 -2
+2 -2
drivers/phy/broadcom/phy-bcm-sr-pcie.c
··· 78 78 static const u8 pipemux_table[] = { 79 79 /* PIPEMUX = 0, EP 1x16 */ 80 80 0x00, 81 - /* PIPEMUX = 1, EP 2x8 */ 82 - 0x00, 81 + /* PIPEMUX = 1, EP 1x8 + RC 1x8, core 7 */ 82 + 0x80, 83 83 /* PIPEMUX = 2, EP 4x4 */ 84 84 0x00, 85 85 /* PIPEMUX = 3, RC 2x8, cores 0, 7 */