mbox series

[net-next,0/3] Cadence MACB/GEM support for ZynqMP SGMII

Message ID 20220112181113.875567-1-robert.hancock@calian.com (mailing list archive)
Headers show
Series Cadence MACB/GEM support for ZynqMP SGMII | expand

Message

Robert Hancock Jan. 12, 2022, 6:11 p.m. UTC
Changes to allow SGMII mode to work properly in the GEM driver on the
Xilinx ZynqMP platform.

Robert Hancock (3):
  macb: bindings doc: added generic PHY and reset mappings for ZynqMP
  net: macb: Added ZynqMP-specific initialization
  arm64: dts: zynqmp: Added GEM reset definitions

 .../devicetree/bindings/net/macb.txt          | 33 +++++++++++++
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi        |  8 ++++
 drivers/net/ethernet/cadence/macb_main.c      | 47 ++++++++++++++++++-
 3 files changed, 87 insertions(+), 1 deletion(-)