Add the second part of the PPE driver. This includes the EDMA and network device support. This part does not appear to have been officially submitted for upstream review. The series is taken from target/linux/qualcommbe/patches-6.6, and had to be heavily modified in order to compile of v6.12. Changes to patches are noted in the respective patch body. Also add the PPE and EDMA nodes in this series. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18796 Signed-off-by: Robert Marko <robimarko@gmail.com>
24 lines
894 B
Diff
24 lines
894 B
Diff
From ac41b401d274a4004027fa4000d801cd28c51f4c Mon Sep 17 00:00:00 2001
|
|
From: Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
|
Date: Tue, 13 May 2025 13:41:37 -0500
|
|
Subject: [PATCH] net: ethernet: qualcomm: ppe: select correct PCS dependency
|
|
|
|
The config symbol for the PCS driver has changed to PCS_QCOM_IPQ9574,
|
|
since the original submission. Update Kconfig accordingly.
|
|
|
|
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
|
---
|
|
drivers/net/ethernet/qualcomm/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/net/ethernet/qualcomm/Kconfig
|
|
+++ b/drivers/net/ethernet/qualcomm/Kconfig
|
|
@@ -67,7 +67,7 @@ config QCOM_PPE
|
|
depends on COMMON_CLK
|
|
select REGMAP_MMIO
|
|
select PHYLINK
|
|
- select PCS_QCOM_IPQ_UNIPHY
|
|
+ select PCS_QCOM_IPQ9574
|
|
help
|
|
This driver supports the Qualcomm Technologies, Inc. packet
|
|
process engine (PPE) available with IPQ SoC. The PPE includes
|