mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
5c92fffab2
Update driver to use static PSIL endpoint Data instead of DT. This will allow DT bindings to be in sync with kernel's DT. Note that this patch breaks networking and OSPI boot as driver changes are not backward compatible with existing DT. Subsequent commit will update the DT to make it compatible with updated driver. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
18 lines
362 B
Text
18 lines
362 B
Text
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
if ARCH_K3
|
|
|
|
config TI_K3_NAVSS_UDMA
|
|
bool "Texas Instruments UDMA"
|
|
depends on ARCH_K3
|
|
select DMA
|
|
select TI_K3_NAVSS_RINGACC
|
|
select TI_K3_NAVSS_PSILCFG
|
|
select TI_K3_PSIL
|
|
default n
|
|
help
|
|
Support for UDMA used in K3 devices.
|
|
endif
|
|
|
|
config TI_K3_PSIL
|
|
bool
|