Forráskód Böngészése

realtek: 6.6: refresh patch net-dsa-add-support-for-rtl838x-switch

No content changes. Only adapt the failing hooks and take over the
new patch locations. All errors that wil arise from compiling with
the dsa driver will be covered by follow up patches.

Signed-off-by: Markus Stockhausen <[email protected]>
Markus Stockhausen 1 éve
szülő
commit
2820657206

+ 7 - 7
target/linux/realtek/patches-6.6/718-net-dsa-add-support-for-rtl838x-switch.patch

@@ -22,21 +22,21 @@ Submitted-by: John Crispin <[email protected]>
 
 --- a/drivers/net/dsa/Kconfig
 +++ b/drivers/net/dsa/Kconfig
-@@ -85,6 +85,8 @@ source "drivers/net/dsa/sja1105/Kconfig"
+@@ -89,6 +89,8 @@ source "drivers/net/dsa/xrs700x/Kconfig"
  
- source "drivers/net/dsa/xrs700x/Kconfig"
+ source "drivers/net/dsa/realtek/Kconfig"
  
 +source "drivers/net/dsa/rtl83xx/Kconfig"
 +
- config NET_DSA_REALTEK_SMI
- 	tristate "Realtek SMI Ethernet switch family support"
- 	select NET_DSA_TAG_RTL4_A
+ config NET_DSA_RZN1_A5PSW
+ 	tristate "Renesas RZ/N1 A5PSW Ethernet switch support"
+ 	depends on OF && ARCH_RZN1
 --- a/drivers/net/dsa/Makefile
 +++ b/drivers/net/dsa/Makefile
-@@ -24,5 +24,6 @@ obj-y				+= microchip/
- obj-y				+= mv88e6xxx/
+@@ -24,5 +24,6 @@ obj-y				+= mv88e6xxx/
  obj-y				+= ocelot/
  obj-y				+= qca/
+ obj-y				+= realtek/
 +obj-y				+= rtl83xx/
  obj-y				+= sja1105/
  obj-y				+= xrs700x/