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

Configure Feed

Select the types of activity you want to include in your feed.

phy: xilinx: phy-zynqmp: mention SGMII as supported protocol

SGMII is validated on kria KR260 robotics starter kit. So modify the
comment description to include it in supported controllers list.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/1679940407-13131-1-git-send-email-radhey.shyam.pandey@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Radhey Shyam Pandey and committed by
Vinod Koul
c8481d99 c8879d3f

+2 -3
+2 -3
drivers/phy/xilinx/phy-zynqmp.c
··· 8 8 * Author: Subbaraya Sundeep <sundeep.lkml@gmail.com> 9 9 * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 10 10 * 11 - * This driver is tested for USB, SATA and Display Port currently. 12 - * Other controllers PCIe and SGMII should also work but that is 13 - * experimental as of now. 11 + * This driver is tested for USB, SGMII, SATA and Display Port currently. 12 + * PCIe should also work but that is experimental as of now. 14 13 */ 15 14 16 15 #include <linux/clk.h>