Skip to content

Commit

Permalink
fix(Kernel_Drivers): Update kernel drivers for AM65X
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danish-ti committed Dec 3, 2024
1 parent c3c2cb2 commit 44b950f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/AM65X/AM65X_linux_toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ linux/Foundational_Components/Kernel/Kernel_Drivers/DCAN
linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7
linux/Foundational_Components/Kernel/Kernel_Drivers/GPIO
linux/Foundational_Components/Kernel/Kernel_Drivers/I2C
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/PRUSS
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST
linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-IET
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Root_Complex
linux/Foundational_Components/Kernel/Kernel_Drivers/PWM
Expand Down
1 change: 1 addition & 0 deletions source/linux/Foundational_Components_Kernel_Drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Kernel Drivers
Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_PRP_Non_Offload
Foundational_Components/Kernel/Kernel_Drivers/Network/HSR_Offload
Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-Ethernet
Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW2g
Foundational_Components/Kernel/Kernel_Drivers/Network/NETCONF-YANG
Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point
Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_Backplane
Expand Down

0 comments on commit 44b950f

Please sign in to comment.