Skip to content

Commit 7781a2f

Browse files
committed
fix(Kernel_Drivers): Update kernel drivers for Networking
PRUSS is only appliable for legacy devices (AM57x, AM43x, AM33x) but it is included for AM65x as well. Drop PRUSS from AM65X_linux_toc as the documentation related to PRU-ICSSG on AM65x is covered by PRU-ICSSG_Ethernet.rst file. AM65x has CPSW2g and the AM65X_linux_toc file includes CPSW2g however CPSW2g is not added in the kernel drivers and as a result AM65x documentation doesn't show CPSW. Add CPSW2g to kernel drivers. Signed-off-by: MD Danish Anwar <[email protected]>
1 parent c3c2cb2 commit 7781a2f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

configs/AM65X/AM65X_linux_toc.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/DCAN
5353
linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7
5454
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
5555
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
56-
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
5756
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
5857
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
5958
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex

source/linux/Foundational_Components_Kernel_Drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Kernel Drivers
2727
Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
2828
Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
2929
Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet
30+
Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
3031
Foundational_Components/Kernel/Kernel_Drivers/Network/NETCONF-YANG
3132
Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
3233
Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Backplane

0 commit comments

Comments
 (0)