Hi All, this series adds PRU system events for virtio for AM64x and AM65x and MII mode support for ICSSG on AM64x. These patches were previously posted as individual patches, clubbed them into one series. No functional changes from previous revisions of all patches. Rebased all patches on latest linux-next tagged next-20240529. Patch [1/3] v1 https://lore.kernel.org/all/20240423100608.1421652-1-danishanwar@xxxxxx/ Patch [2/3] v1 https://lore.kernel.org/all/20240423100838.1421845-1-danishanwar@xxxxxx/ Patch [3/3] v2 https://lore.kernel.org/all/20240429092919.657629-1-danishanwar@xxxxxx/ MD Danish Anwar (1): arm64: dts: ti: k3-am642-evm-icssg1-dualemac: add overlay for mii mode Suman Anna (2): arm64: dts: ti: k3-am64-main: Add PRU system events for virtio arm64: dts: ti: k3-am65-main: Add PRU system events for virtio arch/arm64/boot/dts/ti/Makefile | 4 + arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 24 +++++ .../ti/k3-am642-evm-icssg1-dualemac-mii.dtso | 101 ++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 36 +++++++ 4 files changed, 165 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm-icssg1-dualemac-mii.dtso base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19 -- 2.34.1