[PATCH] powerpc/dts/fsl: t2080rdb: reorder the Cortina PHY XFI lanes

2018-09-20 Thread Camelia Groza
According to the T2080RDB schematics, for the CS4315 PHY, the XFI 1 lane is connected to SFP 2 and the XFI 2 lane is connected to SFP 1. Change the device tree to reflect the correct PHY order and port association. Signed-off-by: Camelia Groza --- arch/powerpc/boot/dts/fsl/t2080rdb.dts | 4

[PATCH 0/3] powerpc/dpaa: use the Cortina PHY driver

2018-07-18 Thread Camelia Groza
The Cortina PHY on T2080RDB and T4240RDB requires the use of the dedicated Cortina PHY driver. This patch series enables it for DPAA platforms and uses it on T4240RDB and T2080RDB. Camelia Groza (3): powerpc/configs/dpaa: enable the Cortina PHY driver powerpc/dts/fsl: t4240rdb: use the

[PATCH 1/3] powerpc/configs/dpaa: enable the Cortina PHY driver

2018-07-18 Thread Camelia Groza
Cortina PHYs are present on T4240RDB and T2080RDB. Enable the driver by default. Signed-off-by: Camelia Groza --- arch/powerpc/configs/dpaa.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/configs/dpaa.config b/arch/powerpc/configs/dpaa.config index 2fe76f5..4ffacaf

[PATCH 2/3] powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatible

2018-07-18 Thread Camelia Groza
The Cortina PHY requires the use of the dedicated Cortina PHY driver instead of the generic one. Signed-off-by: Camelia Groza --- arch/powerpc/boot/dts/fsl/t4240rdb.dts | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/boot/dts/fsl/t4240rdb.dts b/arch

[PATCH 3/3] powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatible

2018-07-18 Thread Camelia Groza
The Cortina PHY requires the use of the dedicated Cortina PHY driver instead of the generic one. Signed-off-by: Camelia Groza --- arch/powerpc/boot/dts/fsl/t2080rdb.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/boot/dts/fsl/t2080rdb.dts b/arch/powerpc