Skip to content

Commit c8478a8

Browse files
danish-ticshilwant
authored andcommitted
fix(Kernel_Drivers): Update kernel drivers for AM65X
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. AM65x also references label kernel_driver_cpsw2g_est, kernel_driver_cpsw2g_iet which are not included in the AM65X_linux_toc file and as a result it throws error, WARNING: undefined label: kernel_driver_cpsw2g_est WARNING: undefined label: kernel_driver_cpsw2g_iet Fix this by adding CPSW-EST and CPSW-IET in AM65X_linux_toc file. Signed-off-by: MD Danish Anwar <[email protected]>
1 parent 7092266 commit c8478a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

configs/AM65X/AM65X_linux_toc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ 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
57+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
58+
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
5859
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
5960
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
6061
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM

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)