Commit c8478a8
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- configs/AM65X
- source/linux
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments