Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information