mbox series

[0/2] Add device-tree support for CPSW5G on J7200 SoC

Message ID 20230310101407.722334-1-s-vadapalli@ti.com (mailing list archive)
Headers show
Series Add device-tree support for CPSW5G on J7200 SoC | expand

Message

s-vadapalli March 10, 2023, 10:14 a.m. UTC
Hello,

This series adds the device-tree nodes for CPSW5G instance of CPSW
Ethernet Switch on TI's J7200 SoC. Additionally, an overlay file is also
added to enable CPSW5G nodes in QSGMII mode with the Add-On J7 QUAD Port
Ethernet expansion QSGMII daughtercard.

Siddharth Vadapalli (2):
  arm64: dts: ti: j7200-main: Add CPSW5G nodes
  arm64: dts: ti: k3-j7200: Add overlay to enable CPSW5G ports in QSGMII
    mode

 arch/arm64/boot/dts/ti/Makefile               |   2 +
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi     |  83 +++++++++++++++
 .../dts/ti/k3-j7200-quad-port-eth-exp.dtso    | 100 ++++++++++++++++++
 3 files changed, 185 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-quad-port-eth-exp.dtso

Comments

s-vadapalli March 10, 2023, 10:53 a.m. UTC | #1
Hello,

This series depends on the series at:
https://lore.kernel.org/r/20230310103504.731845-1-s-vadapalli@ti.com
and will cause merge conflict if merged before it.

Regards,
Siddharth.

On 10/03/23 15:44, Siddharth Vadapalli wrote:
> Hello,
> 
> This series adds the device-tree nodes for CPSW5G instance of CPSW
> Ethernet Switch on TI's J7200 SoC. Additionally, an overlay file is also
> added to enable CPSW5G nodes in QSGMII mode with the Add-On J7 QUAD Port
> Ethernet expansion QSGMII daughtercard.
> 
> Siddharth Vadapalli (2):
>   arm64: dts: ti: j7200-main: Add CPSW5G nodes
>   arm64: dts: ti: k3-j7200: Add overlay to enable CPSW5G ports in QSGMII
>     mode
> 
>  arch/arm64/boot/dts/ti/Makefile               |   2 +
>  arch/arm64/boot/dts/ti/k3-j7200-main.dtsi     |  83 +++++++++++++++
>  .../dts/ti/k3-j7200-quad-port-eth-exp.dtso    | 100 ++++++++++++++++++
>  3 files changed, 185 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-quad-port-eth-exp.dtso
>